File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ materials. If you can't wait to learn more about environments, checkout this
137137 `this link <https://raw.githubusercontent.com/Unidata/python-training/master/environment.yml >`_ to download the file.
138138* In the terminal, navigate to wherever this file saved, probably :code: `cd ~/Downloads ` will get you there.
139139* Run the command :code: `conda env create ` and wait for the installation to finish.
140- * Run the command :code: `conda activate training ` to activate the unidata environment and verify that everything is ready.
140+ * Run the command :code: `conda activate unidata ` to activate the unidata environment and verify that everything is ready.
141141* For an in-depth tutorial on conda and environments, check out this
142142 `Carpentry-style tutorial <https://kaust-vislab.github.io/introduction-to-conda-for-data-scientists/ >`_.
143143
@@ -171,7 +171,7 @@ It's a good idea to go ahead and try to start up the Jupyter Lab server to make
171171was successful.
172172
173173* Open a terminal/Anaconda Prompt.
174- * Activate the training environment we created with :code: `conda activate training `
174+ * Activate the unidata environment we created with :code: `conda activate unidata `
175175* Change directory to the location you've placed your training materials :code: `cd ~/Desktop/python-training ` or similar.
176176* Start jupyter lab by running the command :code: `jupyter lab `
177177* A browser should open and you're in jupyter lab!
You can’t perform that action at this time.
0 commit comments