Skip to content

astralarya/jupyter-exec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupyter-exec

Jupyter Subcommand to execute notebooks

Installation

pip install jupyter-exec

Usage

jupyter exec NOTEBOOK.ipynb

Equivalent to:

python <(jupyter nbconvert --to script --stdout NOTEBOOK.ipynb)

About

Jupyter Subcommand to execute notebooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages