Skip to content

Some tools for handling ipython notebooks. Includes tools for converting to html and a wsgi server to host read-only notebooks.

Notifications You must be signed in to change notification settings

Cloudxtreme/ipython-notebook-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPython Notebook Tools

Some tools for handling ipython notebooks. Includes tools for converting to html and a wsgi server to host read-only notebooks. Currently only in a very early, experimental state.

  • ipynb2html.py converts .ipynb files to html suitable for deploying on a webserver.
  • ipnbshow.py is a Qt application which simply renders a .ipynb in webkit component. Not really working because QWebView and MathJax.js are not playing nicely together.
  • nbtools/ipynb_wsgi.py is a simple WSGI server to host .ipynb files read-only.

About

Some tools for handling ipython notebooks. Includes tools for converting to html and a wsgi server to host read-only notebooks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.7%
  • CSS 3.3%