Jupytext - Jupyter notebooks as markdown documents
Jupyter notebooks are great interactive tools for experimenting with data and code and sharing the result. Jupyter notebook depends on a underlying JSON based format. to be displayed and edited, well not anymore. Jupytext is a tool that enables you to write notebooks as scripts or Markdown in any text editor or as a .ipynb file that can be edited outside of Jupyter.
Source: https://towardsdatascience.com/introducing-jupytext-9234fdff6c57
|
|