Skip to content

Commit

Permalink
fix bug with old reference to foss4g
Browse files Browse the repository at this point in the history
  • Loading branch information
annefou committed Jun 27, 2024
1 parent 7cc88ce commit 4743c75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/pangeo/dask_introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/pangeo/xarray_introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4743c75

Please sign in to comment.