File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -60,16 +60,19 @@ e.g. your Desktop or a folder you have created for using in this workshop.
60
60
61
61
> ## Instructions for Linux & Mac
62
62
>
63
- > Open a terminal and type `jupyter notebook `.
63
+ > Open a terminal and type `jupyter lab `.
64
64
{: .solution }
65
65
66
66
> ## Instructions for Windows
67
67
>
68
- > Launch the Anaconda Prompt program and type `jupyter notebook `.
68
+ > Launch the Anaconda Prompt program and type `jupyter lab `.
69
69
> (Running this command on the standard Command Prompt will return an error:
70
70
> `'conda' is not recognized as an internal or external command, operable program or batch file.`
71
71
{: .solution }
72
72
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
+
73
76
4. To test your environment, run the following lines in a cell of the notebook:
74
77
~~~
75
78
import skimage.io
You can’t perform that action at this time.
0 commit comments