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

Latest commit

 

History

History
23 lines (14 loc) · 804 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 804 Bytes

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