- 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:
Here is repo I'm using:
https://github.com/jcubic/static
And links to files look like this:
| ser www-data; | |
| worker_processes 4; | |
| pid /run/nginx.pid; | |
| events { | |
| worker_connections 1024; | |
| } | |
| http { |
| $([IPython.events]).on('notebook_loaded.Notebook', function(){ | |
| IPython.toolbar.add_buttons_group([ | |
| { | |
| 'label' : 'toggle input cells', | |
| 'icon' : 'icon-refresh', | |
| 'callback': function(){$('.input').slideToggle()} | |
| } | |
| ]); | |
| }); |