2013-02-17 17:32:46 +01:00
2013-02-17 17:20:39 +01:00
2013-02-17 17:32:46 +01:00
2013-02-17 17:32:46 +01:00

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')
S
Description
A collection of various notebook extensions for Jupyter
Readme
40 MiB
Languages
JavaScript 42.4%
HTML 28.2%
CSS 21.4%
Python 5.3%
TeX 1.7%
Other 0.9%