Skip to content

Jupyter notebook runner that executes preludes before each cell

License

Notifications You must be signed in to change notification settings

scverse/prelude-runner

Repository files navigation

PyPI Version Unit Tests

prelude-runner

  1. Create a prelude_cell.py and prelude_notebook.py in a directory.
  2. Running your notebooks with the prelude runner to execute the prelude code before each notebook / cell.
echo 'import random; random.seed(0)' >./config/prelude_cell.py
echo '' >./config/prelude_notebook.py
prelude-runner --preludes=./config ./notebooks

About

Jupyter notebook runner that executes preludes before each cell

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published