You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the `hello_world.py` script to verify your installation:
57
+
Run the [`hello_world.py`](docs/hello_world.py) script to verify your installation:
58
58
59
59
```shell script
60
60
$ python3 ./hello_world.py
@@ -75,4 +75,4 @@ $ jupyter notebook
75
75
76
76
Make sure the notebook server is started from the same Python environment (venv or conda) from which you ran `pip install -r requirements.txt`; otherwise, it may not find this repo in the path.
77
77
78
-
Once the notebook server starts, it will provide a URL for accessing it through your web browser. To find the tutorial notebooks, navigate in the browser to `docs` and then `tutorials`.
78
+
Once the notebook server starts, it will provide a URL for accessing it through your web browser. The tutorial notebooks can be found in the [docs directory](docs/tutorials/README.md).
0 commit comments