File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55 "backbone" : " components/backbone#~1.2" ,
66 "bootstrap" : " bootstrap#~3.4" ,
77 "bootstrap-tour" : " 0.9.0" ,
8- "codemirror" : " components/codemirror#5.56.0 +components1" ,
8+ "codemirror" : " components/codemirror#5.58.2 +components1" ,
99 "create-react-class" :
" https://cdn.jsdelivr.net/npm/[email protected] /create-react-class.min.js" ,
1010 "es6-promise" : " ~1.0" ,
1111 "font-awesome" : " components/font-awesome#~4.7.0" ,
1212 "google-caja" : " 5669" ,
1313 "jed" : " ~1.1.1" ,
1414 "jquery" : " components/jquery#~3.5.0" ,
1515 "jquery-typeahead" : " ~2.10.6" ,
16- "jquery-ui" : " components/jqueryui #~1.12 " ,
17- "marked" : " ~0.7 " ,
16+ "jquery-ui" : " jquery/jquery-ui #~1.13.2 " ,
17+ "marked" : " ~1.1.1 " ,
1818 "MathJax" : " ^2.7.4" ,
1919 "moment" : " ~2.19.3" ,
2020 "react" : " ~16.0.0" ,
2121 "requirejs" : " ~2.2" ,
2222 "requirejs-text" : " ~2.0.15" ,
2323 "requirejs-plugins" : " ~1.0.3" ,
2424 "text-encoding" : " ~0.1" ,
25- "underscore" : " components /underscore#~1.8.3 " ,
25+ "underscore" : " jashkenas /underscore#~1.13.4 " ,
2626 "xterm.js" : " https://unpkg.com/xterm@~3.1.0/dist/xterm.js" ,
2727 "xterm.js-css" : " https://unpkg.com/xterm@~3.1.0/dist/xterm.css" ,
2828 "xterm.js-fit" : " https://unpkg.com/xterm@~3.1.0/dist/addons/fit/fit.js"
Original file line number Diff line number Diff line change 77 < title > {% block title %}Jupyter Notebook{% endblock %}</ title >
88 {% block favicon %}< link id ="favicon " rel ="shortcut icon " type ="image/x-icon " href ="{{static_url( "base /images/favicon.ico") }}"> {% endblock %}
99 < meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
10- < link rel ="stylesheet " href ="{{static_url( "components /jquery-ui/themes/smoothness/jquery-ui.min.css") }}" type="text/css " />
10+ < link rel ="stylesheet " href ="{{static_url( "components /jquery-ui/dist/ themes/smoothness/jquery-ui.min.css") }}" type="text/css " />
1111 < link rel ="stylesheet " href ="{{static_url( "components /jquery-typeahead/dist/jquery.typeahead.min.css") }}" type="text/css " />
1212 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
1313
4040 text : 'components/requirejs-text/text' ,
4141 bootstrap : 'components/bootstrap/dist/js/bootstrap.min' ,
4242 bootstraptour : 'components/bootstrap-tour/build/js/bootstrap-tour.min' ,
43- 'jquery-ui' : 'components/jquery-ui/jquery-ui.min' ,
43+ 'jquery-ui' : 'components/jquery-ui/dist/ jquery-ui.min' ,
4444 moment : 'components/moment/min/moment-with-locales' ,
4545 codemirror : 'components/codemirror' ,
4646 termjs : 'components/xterm.js/xterm' ,
You can’t perform that action at this time.
0 commit comments