Skip to content
forked from jsvine/nbpreview

Render IPython/Jupyter notebooks without running a notebook server.

License

Notifications You must be signed in to change notification settings

mrueegg/nbpreview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NBPreview

NBPreview is a IPython/Jupyter notebook previewer. It does not require an internet connection, or even having IPython/Jupyter installed.

You can use this hosted version or git clone your own. Just drag-and-drop your .ipynb file onto the filepicker, and voilà!

Running Your Own NBPreview

To run NBPreview on your own computer, clone or download this repository, and then open index.html.

Alternatively, you can run a local server by executing python -m SimpleHTTPServer 8000 in the nbpreview directory, after which you can visit http://localhost:8000.

MathJax

NBPreview currently doesn't support MathJax. Implementation suggestions welcome. (Markdown-parsing was interfering with prior attempts.)

Built on ...

Contributing

Pull requests are welcome and appreciated.

About

Render IPython/Jupyter notebooks without running a notebook server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.6%
  • JavaScript 27.7%
  • CSS 20.7%