File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ e.g. your Desktop or a folder you have created for using in this workshop.
67
67
>
68
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
- > `'conda' is not recognized as an internal or external command, operable program or batch file.`
70
+ > `'conda' is not recognized as an internal or external command, operable program or batch file.`)
71
71
{: .solution }
72
72
73
73
After Jupyter Lab has launched, click the "Python 3" button under "Notebook" in the launcher window,
@@ -93,7 +93,7 @@ e.g. your Desktop or a folder you have created for using in this workshop.
93
93
> ## Running Cells in a Notebook
94
94
>
95
95
>
96
- > 
96
+ > 
97
97
> To run Python code in a Jupyter notebook cell, click on a cell in the notebook
98
98
> (or add a new one by clicking the `+` button in the toolbar),
99
99
> make sure that the cell type is set to "Code" (check the dropdown in the toolbar),
You can’t perform that action at this time.
0 commit comments