Skip to content

Commit f6adccb

Browse files
authored
make instructions specific to Jupyter Lab
1 parent a817e40 commit f6adccb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,19 @@ e.g. your Desktop or a folder you have created for using in this workshop.
6060
6161
> ## Instructions for Linux & Mac
6262
>
63-
> Open a terminal and type `jupyter notebook`.
63+
> Open a terminal and type `jupyter lab`.
6464
{: .solution }
6565
6666
> ## Instructions for Windows
6767
>
68-
> Launch the Anaconda Prompt program and type `jupyter notebook`.
68+
> Launch the Anaconda Prompt program and type `jupyter lab`.
6969
> (Running this command on the standard Command Prompt will return an error:
7070
> `'conda' is not recognized as an internal or external command, operable program or batch file.`
7171
{: .solution }
7272
73+
After Jupyter Lab has launched, click the "Python 3" button under "Notebook" in the launcher window,
74+
or use the "File" menu, to open a new Python 3 notebook.
75+
7376
4. To test your environment, run the following lines in a cell of the notebook:
7477
~~~
7578
import skimage.io

0 commit comments

Comments
 (0)