Skip to content

Commit 77d7aff

Browse files
committed
tools: Add playground notebook.
A Jupyter notebook can often provide an easy way to try out new ideas without the hassle of setting up a new Python debug configuration or package. This commit sets up one such notebook that we can use from time to time, with full access to the existing venv. It also comes with an example plot that we can copy and modify to try out new experiments.
1 parent 0f4a196 commit 77d7aff

File tree

4 files changed

+1196
-1
lines changed

4 files changed

+1196
-1
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55
*.gif binary
66
*.jpg binary
77
*.png binary
8+
9+
*.ipynb filter=nbstripout
10+
*.zpln filter=nbstripout
11+
*.ipynb diff=ipynb

0 commit comments

Comments
 (0)