Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.ipynb filter=nbstripout
*.zpln filter=nbstripout
*.ipynb diff=ipynb
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ This repository contains Jupyter notebooks & Github actions pipelines to be used

### To get started with local development

1. Install Deno and Deno Jupyter kernel
2. Install [Jupyter extension for VSCode](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter)
3. Open up a notebook, select Deno as kernel and run
1. Install Poetry and add to your PATH

```
curl -sSL https://install.python-poetry.org | python3 -
```
2. Run `poetry install`
3. Run `poetry run nbstripout --install` to ensure Jupyter output is never committed to git
4. Install Deno and Deno Jupyter kernel
5. Install [Jupyter extension for VSCode](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter)
6. Open up a notebook, select Deno as kernel and run

Loading