We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5c3a5 commit 3b0f11eCopy full SHA for 3b0f11e
notebooks/README.md
@@ -8,5 +8,8 @@ git clone https://github.com/fastmachinelearning/qonnx
8
cd qonnx
9
virtualenv -p python3.8 venv
10
source venv/bin/activate
11
-pip install -e .[testing, docs, notebooks]
+pip install -e .[testing,docs,notebooks]
12
+cd notebooks
13
+jupyter notebook .
14
+# follow the link printed in the console to bring up Jupyter
15
```
0 commit comments