mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-08-16 11:22:14 +08:00
00176dfd28720e609e609240e084ec41bd159508
ipython-notebook-extensions
Some experiment with statics files.
Usage
add the following to your notebook_config
c.NotebookApp.extra_static_paths = [
'[path to this folder]/[extension_folder]',
'[path to this folder]/css_selector',
'[path to this folder]/slidemode'
]
link to the corresponding files in your custom.js, example
$.getScript('/static/js/css_selector.js')
Languages
JavaScript
42.4%
HTML
28.2%
CSS
21.4%
Python
5.3%
TeX
1.7%
Other
0.9%