@@ -128,26 +128,6 @@ system.
128128
129129For more information, see: https://conda.io/miniconda.html
130130
131- .. note ::
132-
133- **What is Miniconda? **
134-
135- If you have used the Anaconda distribution for Python before, then you will
136- be familiar with Miniconda. The Anaconda Python distribution includes numerous
137- scientific packages out of the box, which can be difficult for users to build and
138- install. More importantly, Anaconda includes the conda package manager.
139-
140- The conda package manager is a utility (similar to yum or apt-get) that installs
141- packages from a repository of pre-compiled Python packages. These repositories
142- are called channels. Conda makes it easy for Python users to install and
143- uninstall packages, and also can be used to create isolated Python environments
144- (more on that later).
145-
146- Miniconda is a bare bones implementation of Anaconda and only includes the
147- conda package manager. Since we are going to use the conda-forge channel to
148- install our scientific packages, Miniconda avoids any complications between
149- packages provided by Anaconda and conda-forge.
150-
151131
152132Step 2: Install Miniconda
153133^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -220,7 +200,7 @@ Mac and Linux:
220200
221201
222202Step 3: Set Up the Conda Environment
223- --------------------------------------
203+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
224204
225205If you are new to the conda package manager, one of the nice features of conda
226206is that you can create isolated Python environments that prevent package
@@ -315,7 +295,7 @@ Follow the instructions below to create the tutorial_backup environment.
315295
316296
317297Step 4: Download the Student Workbook
318- ---------------------------------------
298+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
319299
320300The student workbook for the tutorial is available on GitHub. The tutorial_backup
321301conda environment includes the git application needed to download the repository.
@@ -380,7 +360,7 @@ To download the student workbook, follow these instructions:
380360
381361
382362 Step 5: Verify Your Environment
383- ----------------------------------
363+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
384364
385365Verifying that your environment is correct involves importing a few
386366packages and checking for errors (you may see some warnings for matplotlib
@@ -404,18 +384,12 @@ or xarray, but you can safely ignore these).
404384 4. You can exit the Python interpreter using **CTRL + D **
405385
406386
407- Step 6: Obtain WRF Output Files
408- ----------------------------------
387+ Step 6: Install WRF Output Files
388+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
409389
410390A link will be provided in an email prior to the tutorial for the WRF-ARW
411- data files used for the examples. If you did not receive this email, the link
412- will also be provided at the tutorial itself.
413-
414- You also have the option of using your own data files for the tutorial by
415- modifying the first Jupyter Notebook cell to point to your data set.
416- However, there is no guarantee that every cell in your workbook will work
417- without some modifications (e.g. cross section lines will be drawn outside of
418- your domain).
391+ data files used for the examples.
392+
419393
420394 1. The link in the email should take you to a location on an Amazon cloud
421395 drive.
0 commit comments