Skip to content

lrsppp/jupytext_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Lars Poppe
Nov 18, 2020
33cf7b4 · Nov 18, 2020

History

2 Commits
Nov 18, 2020
Nov 18, 2020
Nov 18, 2020
Nov 18, 2020
Nov 18, 2020
Nov 18, 2020

Repository files navigation

Jupytext Tutorial

Using Jupyter Notebooks is convenient but version control is a mess. This repository shows a brief example of Jupytext.

pip install jupytext

Scripts and Notebooks are synchronized but notebooks are ignored (see .gitignore).

.
├── .gitignore
├── jupytext.toml
├── notebooks           # contains notebooks (.ipynb)
│   ├── .gitkeep
│   └── test.ipynb
├── README.md
└── scripts             # contains scripts (.py)
    └── test.py

If the repository has just been cloned, the corresponding notebooks can be created by

jupytext --sync scripts/*.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages