Update s2s notebook for handling of geometry (json object not string)
Add notebook dependeny group
How to test it
Create your poetry environment with poetry install --with notebook (@bpstewar this will add your missing dependencies)
Select this environment to run your notebook
Run through the s2s notebook
Other notes
Closes #88
@bpstewar is poetry is problematic for end-users for whatever reason, we can export a requirements.txt file from poetry that you could use with conda or pip: poetry export --with notebook -f requirements.txt --without-hashes --output requirements.txt
What I Changed
How to test it
poetry install --with notebook
(@bpstewar this will add your missing dependencies)Other notes
poetry export --with notebook -f requirements.txt --without-hashes --output requirements.txt