Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Bussonnier Matthias
- Sat, 26 Jan 2013 10:01:28
Show More
IPython/frontend/html/notebook/handlers.py
0
+1
0
@@
-184,6
+184,7
b' class AuthenticatedHandler(RequestHandler):'
184
184
"""
185
185
return self . application . read_only
186
186
187
@property
187
188
def use_less ( self ):
188
189
"""Use less instead of css in templates"""
189
190
return self . application . use_less
IPython/frontend/html/notebook/notebookapp.py
0
+1
0
@@
-188,6
+188,7
b' class NotebookWebApplication(web.Application):'
188
188
self . ipython_app = ipython_app
189
189
self . read_only = self . ipython_app . read_only
190
190
self . config = self . ipython_app . config
191
self . use_less = self . ipython_app . use_less
191
192
self . log = log
192
193
self . jinja2_env = Environment ( loader = FileSystemLoader ( os . path . join ( os . path . dirname ( __file__ ), "templates" )))
193
194
IPython/frontend/html/notebook/static/css/style.min.css
0
+1
-7
@@
-66,13
+66,7
b' p.dialog{padding:0.2em;}'
66
66
pre , code , kbd , samp { white-space : pre-wrap ;}
67
67
# fonttest { font-family : monospace ;}
68
68
. js-error { color : darkred ;}
69
body { overflow : visible !important ;}
70
div # notebook { overflow : visible !important ;}
71
. ui-widget-content { border : 0 px ;}
72
# save_widget { margin : 0 px !important ;}
73
# header , # pager , # pager_splitter , # menubar , # toolbar { display : none !important ;}
74
. cell { border : none !important ;}
75
. rendered_html { color : black ;}
69
@ media print { body { overflow : visible !important ;} div # notebook { overflow : visible !important ;} . ui-widget-content { border : 0 px ;} # save_widget { margin : 0 px !important ;} # header , # pager , # pager_splitter , # menubar , # toolbar { display : none !important ;} . cell { border : none !important ;}}. rendered_html { color : black ;}
76
70
. rendered_html em { font-style : italic ;}
77
71
. rendered_html strong { font-weight : bold ;}
78
72
. rendered_html u { text-decoration : underline ;}
IPython/frontend/html/notebook/static/less/printnotebook.less
0
+9
-6
@@
-1,7
+1,10
b''
1
body { overflow : visible !important ; }
2
div#notebook { overflow : visible !important ; }
3
. ui-widget-content { border : 0 px ; }
4
# save_widget { margin : 0 px !important ;}
5
# header , # pager , # pager_splitter , # menubar , # toolbar { display : none !important ;}
6
. cell { border : none !important }
1
@media print {
2
body { overflow : visible !important ; }
3
div#notebook { overflow : visible !important ; }
4
.ui-widget-content { border : 0 px ; }
5
#save_widget { margin : 0 px !important ;}
6
#header,#pager,#pager_splitter,#menubar,#toolbar { display : none !important ;}
7
.cell { border : none !important }
8
9
}
7
10
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages