-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a018e7
commit a31d76d
Showing
3 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Notebooks | ||
|
||
This directory contains notebooks of examples for how to use `scmdata`. | ||
|
||
## Jupytext | ||
|
||
We use [Jupytext](https://github.com/mwouts/jupytext) to encode the notebooks as standard .py files. This makes | ||
it easier to version control notebooks as you get a clear, meaningful diffs. Jupytext also enables these notebooks | ||
to be edited via Jupyter Lab or Jupyter Notebook. | ||
|
||
As part of the CI, these notebooks are run and checked for any errors. |