Skip to content

Instantly share code, notes, and snippets.

@koobitor
Created April 26, 2021 08:09
Show Gist options
  • Save koobitor/973dc876827bf6620b4d6c7a24cd8dce to your computer and use it in GitHub Desktop.
Save koobitor/973dc876827bf6620b4d6c7a24cd8dce to your computer and use it in GitHub Desktop.

Setup Jupyter Text File

pip install jupytext --upgrade
jupyter notebook --generate-config

Edit jupyter_notebook_config.py

c.NotebookApp.contents_manager_class="jupytext.TextFileContentsManager"
c.ContentsManager.default_jupytext_formats=".ipynb,.Rmd"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment