mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-05-17 14:10:21 -04:00
14 lines
150 B
Markdown
14 lines
150 B
Markdown
## jupiter notebooks
|
|
|
|
<br>
|
|
|
|
### troubleshooting
|
|
|
|
<br>
|
|
|
|
##### if the notebok cannot import deps
|
|
|
|
```
|
|
pip install --upgrade pip
|
|
pip install jupyter
|
|
```
|