File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
IPython/frontend/html/notebook/static/unminified Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ We use minified versions of JQuery / jQueryUI and google-code-prettify in the Notebook.
2
+
3
+ Some package managers require full versions alongside minified, and they can be
4
+ dropped in here, if necessary.
5
+
6
+ origins of our minified js:
7
+ prettify: http://google-code-prettify.googlecode.com/files/prettify-small-1-Jun-2011.tar.bz2
8
+ jQuery-1.6.2: http://code.jquery.com/jquery-1.6.2.min.js
9
+ jQueryUI-1.8.14: generated by https://jqueryui.com/download
10
+
11
+ And their unminified counterparts:
12
+ prettify: http://google-code-prettify.googlecode.com/files/prettify-1-Jun-2011.tar.bz2
13
+ jQuery-1.6.2: http://code.jquery.com/jquery-1.6.2.js
14
+ jQueryUI-1.8.14: https://github.com/jquery/jquery-ui/tarball/1.8.14
You can’t perform that action at this time.
0 commit comments