Skip to content

Render Jupyter/IPython notebooks without running a notebook server.

License

Notifications You must be signed in to change notification settings

CartagenaMinas/nbpreview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nbpreview

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

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

Local / Offline Usage

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 python3 -m http.server 8000 in the nbpreview directory, after which you can visit http:https://localhost:8000.

Built on ...

Contributing

Contributions are welcome. If you'd like to suggest a new feature, please open an issue to discuss the proposal before submitting a pull request.

About

Render Jupyter/IPython notebooks without running a notebook server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 34.4%
  • HTML 24.0%
  • JavaScript 23.9%
  • Makefile 17.7%