Skip to content

Convert Jupyter .ipynb files to Python .py while preserving cell outputs

License

Notifications You must be signed in to change notification settings

dongchris/jupyterpie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupyterpie

Installation

pip install jupyterpie

Usage

jupyterpie <path to ipynb file>

The python file will have the same name with a .py extension.

Why use jupyterpie?

While most libraries do not preserve cell outputs from Jupyter when converting to a py file, jupyterpie will store these outputs as comments. It is particularly useful if you regularly upload .ipynb files to Github because Github often fails to render .ipynb files.

https://pypi.org/project/jupyterpie/

About

Convert Jupyter .ipynb files to Python .py while preserving cell outputs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages