Jupyter Notebooks as Markdown Documents, Julia, Python or R Scripts
Jupytext can save Jupyter notebooks as Markdown and R Markdown documents and Scripts in many languages. It can also convert these documents **into** Jupyter Notebooks, allowing you to synchronize content in both directions.
Jupytext can save Jupyter notebooks as Markdown and R Markdown documents and Scripts in many languages. It can also convert these documents **into** Jupyter Notebooks, allowing you to synchronize content in both directions.
To install py312-jupytext, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py312-jupytext
To see what files were installed by py312-jupytext, run:
port contents py312-jupytext
To later upgrade py312-jupytext, run:
sudo port selfupdate && sudo port upgrade py312-jupytext
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.