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
Otherwise, if you're reading this far, we're assuming you wish to run Jupyter notebooks locally. If your virtual environment was installed correctly (as per the [setup instructions]({{site.baseurl}}/setup-instructions/)), `jupyter notebook` should have been automatically installed. Ensure you have activated your environment before proceeding.
32
-
33
-
First, [download the notebook]() to a directory of your choosing. Then `cd` to that directory and run the following in your terminal:
30
+
Otherwise, if you're reading this far, we're assuming you wish to run the notebook locally. If your virtual environment was installed correctly (as per the [setup instructions]({{site.baseurl}}/setup-instructions/)), activate it, then run `pip install notebook` to install Jupyter notebook. Next, [open the notebook](https://raw.githubusercontent.com/cs231n/cs231n.github.io/master/jupyter-notebook-tutorial.ipynb) and download it to a directory of your choice by right-clicking on the page and selecting `Save Page As`. Then `cd` to that directory and run the following in your terminal:
34
31
35
32
```
36
33
jupyter notebook
37
34
```
38
35
39
-
Once your notebook server is up and running, point your web browser to http://localhost:8888 to
36
+
Once your notebook server is up and running, point your web browser to `http://localhost:8888` to
40
37
start using your notebooks. If everything worked correctly, you should
41
38
see a screen like this, showing all available notebooks in the current
0 commit comments