Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Jupyter backend for textual notebooks in MyST format

License

Notifications You must be signed in to change notification settings

machine-learning-apps/mystify

Repository files navigation

Installation

TODO: publish to pip

pip install mystify

Human readable, diffable and reviewable notebook format

The Myst ContentManager provides you with a way to save notebooks in a format that's easier to operate with git.

To do so, first generate the jupyter config file following the directions here - jupyter notebook --generate-config

To enable the content manager, then add the following line to your jupyter_notebook_config.py

c.NotebookApp.contents_manager_class = 'mystify.myst_contents_manager.MystContentsManager'

To convert your existing notebooks into mystify format use jupyter nbconvert tool.

jupyter nbconvert --to mystify your_notebook.ipynb

About

Jupyter backend for textual notebooks in MyST format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published