Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Matthias BUSSONNIER
- Sat, 26 Jan 2013 10:05:35
Show More
IPython/frontend/html/notebook/notebookapp.py
0
+5
-1
@@
-353,7
+353,11
b' class NotebookApp(BaseIPythonApplication):'
353
it. This is mainly convenient when working on the less
353
it. This is mainly convenient when working on the less
354
file to avoid a build step, or if user want to overwrite
354
file to avoid a build step, or if user want to overwrite
355
some of the less variables without having to recompile
355
some of the less variables without having to recompile
356
everything.""" )
356
everything.
357
358
You will need to install the less.js component in the static directory
359
either in the source tree or in your profile folder.
360
""" )
357
361
358
webapp_settings = Dict ( config = True ,
362
webapp_settings = Dict ( config = True ,
359
help = "Supply overrides for the tornado.web.Application that the "
363
help = "Supply overrides for the tornado.web.Application that the "
IPython/frontend/html/notebook/templates/notebook.html
0
+1
-1
@@
-185,7
+185,7
b' data-notebook-id={{notebook_id}}'
185
{% block script %}
185
{% block script %}
186
186
187
{% if use_less %}
187
{% if use_less %}
188
< script src = "{{ static_url(" js / less/ less-1 . 3 . 1. min . js ") }}" charset = "utf-8" ></ script >
188
< script src = "{{ static_url(" components / less . js / dist / less-1 . 3 . 3 . min . js ") }}" charset = "utf-8" ></ script >
189
{% endif %}
189
{% endif %}
190
190
191
< script src = "{{ static_url(" codemirror / lib / codemirror . js ") }}" charset = "utf-8" ></ script >
191
< script src = "{{ static_url(" codemirror / lib / codemirror . js ") }}" charset = "utf-8" ></ script >
IPython/frontend/html/notebook/static/js/less/LICENSE
0
removed
0
-179
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/frontend/html/notebook/static/js/less/README
0
removed
0
-7
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/frontend/html/notebook/static/js/less/less-1.3.1.js
0
removed
0
-4011
1
NO CONTENT: file was removed
NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (4011 lines changed)
Show them
Hide them
IPython/frontend/html/notebook/static/js/less/less-1.3.1.min.js
0
removed
0
-9
1
NO CONTENT: file was removed
NO CONTENT: file was removed
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