Skip to content

Commit

Permalink
update dashboard links
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaok committed Oct 31, 2023
1 parent bbd5067 commit 1bbd6e0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Binary file modified tutorial/figures/dashboardlink.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorial/figures/daskclick.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorial/figures/dasklab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions tutorial/part3/scaling_dask.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
"## Context\n",
"\n",
"\n",
"We will be using [Dask](https://docs.dask.org/) with [Xarray](https://docs.xarray.dev/en/stable/) to parallelize our data analysis. The analysis is very similar to what we have done in previous episodes but this time we will use data on a global coverage that we read from a shared catalog (stored online in the Pangeo EOSC Openstack Object Storage).\n",
"We will be using [Dask](https://docs.dask.org/) with [Xarray](https://docs.xarray.dev/en/stable/) to parallelize our data analysis. We continue to use the snow index example. \n",
"\n",
"### Data\n",
"\n",
"In this episode, we will be using Global Long Term Statistics (1999-2019) product provided by the [Copernicus Global Land Service over Lombardia](https://land.copernicus.eu/global/index.html) and access them through [S3-comptabile storage](https://en.wikipedia.org/wiki/Amazon_S3) ([OpenStack Object Storage \"Swift\"](https://wiki.openstack.org/wiki/Swift)) with a data catalog we have created and made publicly available."
"In this episode, we will be using xxx"
]
},
{
Expand Down Expand Up @@ -264,19 +264,19 @@
"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: /user/todaka/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",
"\n",
"<img src=\"../figures/dashboardlink.png\" width=\"50%\">\n",
"<img src=\"../figures/dasklab.png\" width=\"30%\">\n",
"<img src=\"../figures/dasklab.png\" width=\"80%\">\n",
"\n",
"Then click the orange icon indicated in the above figure, and type 'your' dashboard link (normally, you just need to replace 'todaka' to 'your username'). \n",
"\n",
"<img src=\"../figures/daskclick.png\" width=\"30%\">\n",
"\n",
"\n",
"\n",
Expand Down

0 comments on commit 1bbd6e0

Please sign in to comment.