From 4743c75f2a62d6a2453994f4a256867243fabf9e Mon Sep 17 00:00:00 2001 From: Anne Fouilloux Date: Thu, 27 Jun 2024 11:37:13 +0200 Subject: [PATCH] fix bug with old reference to foss4g --- docs/pangeo/dask_introduction.ipynb | 6 +++--- docs/pangeo/xarray_introduction.ipynb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pangeo/dask_introduction.ipynb b/docs/pangeo/dask_introduction.ipynb index 9a3dda8..bab00bf 100644 --- a/docs/pangeo/dask_introduction.ipynb +++ b/docs/pangeo/dask_introduction.ipynb @@ -80,7 +80,7 @@ "- pandas {cite:ps}`e-pandas-reback2020`\n", "- geopandas {cite:ps}`e-geopandas-jordahl2020`\n", "\n", - "Please install these packages if not already available in your Python environment (you might want to take a look at [the Setup page of the tutorial](https://pangeo-data.github.io/foss4g-2022/before/setup.html)).\n", + "Please install these packages if not already available in your Python environment (you might want to take a look at [the Setup info of the tutorial](https://github.com/pangeo-data/geo-open-hack-2024/tree/main)).\n", "### Packages\n", "\n", "In this episode, Python packages are imported when we start to use them. However, for best software practices, we recommend you to install and import all the necessary libraries at the top of your Jupyter notebook." @@ -584,11 +584,11 @@ "source": [ "### Dask Dashboard\n", "\n", - "Dask comes with a really handy interface: the Dask Dashboard. It is a web interface that you can open in a separated tab of your browser (but not with he link above, you've got to use Jupyterlabs proxy: https://pangeo-foss4g.vm.fedcloud.eu/jupyterhub/user/_yourusername_/proxy/8787/status).\n", + "Dask comes with a really handy interface: the Dask Dashboard. It is a web interface that you can open in a separated tab of your browser (but not with he link above, you've got to use Jupyterlabs proxy: https://pangeo-eosc.vm.fedcloud.eu/jupyterhub/user/_yourusername_/proxy/8787/status).\n", "\n", "We will learn here how to use it through [dask jupyterlab extension](https://github.com/dask/dask-labextension). \n", "\n", - "To use Dask Dashboard through jupyterlab extension on Pangeo EOSC FOSS4G infrastructure,\n", + "To use Dask Dashboard through jupyterlab extension on Pangeo EOSC infrastructure,\n", "you will just need too look at the html link you have for your jupyterlab, and Dask dashboard port number, as highlighted in the figure below.\n", "\n", "![Dashboard link](../images/dashboardlink.png)\n", diff --git a/docs/pangeo/xarray_introduction.ipynb b/docs/pangeo/xarray_introduction.ipynb index a2bbbab..b86f3e5 100644 --- a/docs/pangeo/xarray_introduction.ipynb +++ b/docs/pangeo/xarray_introduction.ipynb @@ -111,7 +111,7 @@ "- numpy {cite:ps}`a-numpy-harris2020`\n", "- cmcrameri {cite:ps}`a-cmcrameri-crameri2018`\n", "\n", - "Please install these packages if they are not already available in your Python environment (see [Setup page](https://pangeo-data.github.io/foss4g-2022/before/setup.html)).\n", + "Please install these packages if they are not already available in your Python environment (see info [here](https://github.com/pangeo-data/geo-open-hack-2024/tree/main)).\n", "\n", "### Packages\n", "\n",