Create README.md

This commit is contained in:
steinkirch.eth, phd 2023-04-04 14:08:49 -07:00 committed by GitHub
parent 9c31b8905f
commit 36be9668e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,14 @@
## jupiter notebooks
<br>
### troubleshooting
<br>
##### if the notebok cannot import deps
```
pip install --upgrade pip
pip install jupyter
```