|
|
|
|
|
by jyeee
4619 days ago
|
|
The nbviewer links are just HTML pages, but if you were running your own IPython notebook server, it would be the actual python interpreter running your live code! Setting up that IPython notebook server is easy: check out this 2 min video (http://vimeo.com/72383764). Bonus: if you use the one provided in github in that link, it comes with all the python imports you'd already need like networkx, response, etc. :) |
|