- Create repo on GitHub where you'll put your files.
- Use jsDeliver or statically to get your assets.
Here is repo I'm using:
https://github.com/jcubic/static
And links to files look like this:
$([IPython.events]).on('notebook_loaded.Notebook', function(){ | |
IPython.toolbar.add_buttons_group([ | |
{ | |
'label' : 'toggle input cells', | |
'icon' : 'icon-refresh', | |
'callback': function(){$('.input').slideToggle()} | |
} | |
]); | |
}); |
ser www-data; | |
worker_processes 4; | |
pid /run/nginx.pid; | |
events { | |
worker_connections 1024; | |
} | |
http { |
Here is repo I'm using:
https://github.com/jcubic/static
And links to files look like this: