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
Copy file name to clipboardExpand all lines: web/docs/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@ able to install and run the workshop without any other dependencies.
25
25
26
26
More information on installing Docker can also be found [here](./docker.md).
27
27
28
-
Alternatively, if you're confident with python development, you can run the notebook
29
-
in a local anaconda or python environment. [Read more about running locally](#running-locally).
28
+
Alternatively, if you're confident with Python development, you can run the notebook
29
+
in a local Anaconda or Python environment. [Read more about running locally](#running-locally).
30
30
Or run the notebook in the cloud, using `Jupyter Binder`. [Read more about
31
31
running in binder](#run-notebook-in-the-cloud).
32
32
@@ -190,11 +190,11 @@ There is an issue with MacOS Monterey where the port 5000 is already used and th
190
190
191
191
## Running locally
192
192
193
-
If you're confident with python development, consider to run the jupyter notebook locally. The operations below require a [anaconda](https://www.anaconda.com/) or [(micro)mamba](https://mamba.readthedocs.io/en/latest/user_guide/mamba.html) environment.
193
+
If you're confident with python development, consider to run the Jupyter notebook locally. The operations below require a [anaconda](https://www.anaconda.com/) or [(micro)mamba](https://mamba.readthedocs.io/en/latest/user_guide/mamba.html) environment.
0 commit comments