Skip to content

Commit c48c413

Browse files
committed
Remove versioning from conda env in notebooks
1 parent ecdb536 commit c48c413

File tree

6 files changed

+54
-2120
lines changed

6 files changed

+54
-2120
lines changed

docs/demos/1-25-23-cwss-seminar/introduction-to-xcdat.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,16 @@
6161
"First, create the conda environment:\n",
6262
"\n",
6363
"```bash\n",
64-
"conda create -n xcdat_notebook_0.7.3 -c conda-forge xcdat=0.7.3 xesmf matplotlib ipython ipykernel cartopy nc-time-axis gsw-xarray jupyter pooch\n",
64+
"conda create -n xcdat_notebook -c conda-forge xcdat xesmf matplotlib ipython ipykernel cartopy nc-time-axis gsw-xarray jupyter pooch\n",
6565
"```\n",
6666
"\n",
67-
"Then install the kernel from the `xcdat_notebook_0.7.3` environment using `ipykernel` and name the kernel with the display name (e.g., `xcdat_notebook_0.7.3`):\n",
67+
"Then install the kernel from the `xcdat_notebook` environment using `ipykernel` and name the kernel with the display name (e.g., `xcdat_notebook`):\n",
6868
"\n",
6969
"```bash\n",
70-
"python -m ipykernel install --user --name xcdat_notebook_0.7.3 --display-name xcdat_notebook_0.7.3\n",
70+
"python -m ipykernel install --user --name xcdat_notebook --display-name xcdat_notebook\n",
7171
"```\n",
7272
"\n",
73-
"Then to select the kernel `xcdat_notebook_0.7.3` in Jupyter to use this kernel.\n"
73+
"Then to select the kernel `xcdat_notebook` in Jupyter to use this kernel.\n"
7474
]
7575
},
7676
{

docs/examples/climatology-and-departures.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@
4242
"First, create the conda environment:\n",
4343
"\n",
4444
"```bash\n",
45-
"conda create -n xcdat_notebook_0.7.3 -c conda-forge xcdat=0.7.3 xesmf matplotlib ipython ipykernel cartopy nc-time-axis gsw-xarray jupyter pooch\n",
45+
"conda create -n xcdat_notebook -c conda-forge xcdat xesmf matplotlib ipython ipykernel cartopy nc-time-axis gsw-xarray jupyter pooch\n",
4646
"```\n",
4747
"\n",
48-
"Then install the kernel from the `xcdat_notebook_0.7.3` environment using `ipykernel` and name the kernel with the display name (e.g., `xcdat_notebook_0.7.3`):\n",
48+
"Then install the kernel from the `xcdat_notebook` environment using `ipykernel` and name the kernel with the display name (e.g., `xcdat_notebook`):\n",
4949
"\n",
5050
"```bash\n",
51-
"python -m ipykernel install --user --name xcdat_notebook_0.7.3 --display-name xcdat_notebook_0.7.3\n",
51+
"python -m ipykernel install --user --name xcdat_notebook --display-name xcdat_notebook\n",
5252
"```\n",
5353
"\n",
54-
"Then to select the kernel `xcdat_notebook_0.7.3` in Jupyter to use this kernel.\n"
54+
"Then to select the kernel `xcdat_notebook` in Jupyter to use this kernel.\n"
5555
]
5656
},
5757
{

docs/examples/general-utilities.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@
3838
"First, create the conda environment:\n",
3939
"\n",
4040
"```bash\n",
41-
"conda create -n xcdat_notebook_0.7.3 -c conda-forge xcdat=0.7.3 xesmf matplotlib ipython ipykernel cartopy nc-time-axis gsw-xarray jupyter pooch\n",
41+
"conda create -n xcdat_notebook -c conda-forge xcdat xesmf matplotlib ipython ipykernel cartopy nc-time-axis gsw-xarray jupyter pooch\n",
4242
"```\n",
4343
"\n",
44-
"Then install the kernel from the `xcdat_notebook_0.7.3` environment using `ipykernel` and name the kernel with the display name (e.g., `xcdat_notebook_0.7.3`):\n",
44+
"Then install the kernel from the `xcdat_notebook` environment using `ipykernel` and name the kernel with the display name (e.g., `xcdat_notebook`):\n",
4545
"\n",
4646
"```bash\n",
47-
"python -m ipykernel install --user --name xcdat_notebook_0.7.3 --display-name xcdat_notebook_0.7.3\n",
47+
"python -m ipykernel install --user --name xcdat_notebook --display-name xcdat_notebook\n",
4848
"```\n",
4949
"\n",
50-
"Then to select the kernel `xcdat_notebook_0.7.3` in Jupyter to use this kernel.\n"
50+
"Then to select the kernel `xcdat_notebook` in Jupyter to use this kernel.\n"
5151
]
5252
},
5353
{

0 commit comments

Comments
 (0)