jupytext

Convert Jupyter notebooks to/from Markdown, Python, Julia, or R scripts

brewmacoslinux
Try with needOr install directly
Source

About

Jupyter notebooks as Markdown documents, Julia, Python or R scripts

Commands

jupytext

Examples

Convert a Jupyter notebook to a Python script$ jupytext --to py notebook.ipynb
Convert a Python script back to a Jupyter notebook$ jupytext --to notebook script.py
Sync a notebook with its paired markdown file$ jupytext --sync notebook.ipynb