File tree Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "directory": "jupyter_notebook/static/components"
3+ }
Original file line number Diff line number Diff line change 44_build
55docs /man /* .gz
66docs /source /api /generated
7- docs /source /config /options
8- docs /source /interactive /magics-generated.txt
97docs /gh-pages
10- jupyter_notebook /notebook / static /mathjax
8+ jupyter_notebook /static /components
119jupyter_notebook /static /style /* .map
1210* .py [co ]
1311__pycache__
Original file line number Diff line number Diff line change 11include COPYING.md
22include CONTRIBUTING.md
33include README.md
4+ include bower.json
5+ include .bowerrc
46
57# Documentation
68graft docs
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " jupyter-notebook-deps" ,
3+ "version" : " 0.0.1" ,
4+ "dependencies" : {
5+ "backbone" : " components/backbone#~1.1" ,
6+ "bootstrap" : " components/bootstrap#~3.3" ,
7+ "bootstrap-tour" : " 0.9.0" ,
8+ "codemirror" : " >=4.11" ,
9+ "es6-promise" : " ~1.0" ,
10+ "font-awesome" : " components/font-awesome#~4.2.0" ,
11+ "google-caja" : " 5669" ,
12+ "jquery" : " components/jquery#~2.0" ,
13+ "jquery-ui" : " components/jqueryui#~1.10" ,
14+ "marked" : " ~0.3" ,
15+ "moment" : " ~2.8.4" ,
16+ "requirejs" : " ~2.1" ,
17+ "term.js" : " chjj/term.js#~0.0.4" ,
18+ "text-encoding" : " ~0.1" ,
19+ "underscore" : " components/underscore#~1.5"
20+ }
21+ }
You can’t perform that action at this time.
0 commit comments