Skip to content

Commit

Permalink
fix pbme with images
Browse files Browse the repository at this point in the history
  • Loading branch information
annefou committed Jun 18, 2024
1 parent 13886b0 commit dbf362c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions docs/pangeo/dask_introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -591,21 +591,16 @@
"To use Dask Dashboard through jupyterlab extension on Pangeo EOSC FOSS4G 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",
"\n",
"<img src=\"../images/dashboardlink.png\" width=\"50%\">\n",
"<img src=\"../images/dasklab.png\" width=\"30%\">\n",
"![Dask Lab](../images/dasklab.png)\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",
"\n",
"\n",
"\n",
"\n",
"\n",
"You can click several buttons indicated with blue arrows in above figures, then drag and drop to place them as your convenience. \n",
"\n",
"\n",
"<img src=\"../images/exampledasklab.png\" width=\"50%\">\n",
"![Example Dask Lab](../images/exampledasklab.png)\n",
"\n",
"\n",
"It's really helpfull to understand your computation and how it is distributed."
Expand Down

0 comments on commit dbf362c

Please sign in to comment.