Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions 05_zarr_tools/57_rstac_gdalcubes.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ format: html
self-contained: true
---

<a>
<button style="background-color:#0072ce; color:white; padding:0.6em 1.2em; font-size:1rem; border:none; border-radius:6px; margin-top:1em;">
🚀 Launch this notebook in JupyterLab
</button>
</a>
<br>

Comment on lines +7 to +13
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's keep this out till the button does something

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oki

**By:** *[@DaChro](https://github.com/DaChro)*

### Introduction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
},
"source": [
"<a href=\"https://jupyterhub.user.eopf.eodc.eu/hub/user-redirect/git-pull?repo=https://github.com/eopf-toolkit/eopf-101&branch=main&urlpath=lab/tree/eopf-101/65_reservoir_surface_monitoring.ipynb\" target=\"_blank\">\n",
"<a href=\"https://jupyterhub.user.eopf.eodc.eu/hub/user-redirect/git-pull?repo=https://github.com/eopf-toolkit/eopf-101&branch=main&urlpath=lab/tree/eopf-101/06_eopf_zarr_in_action/67_reservoir_surface_monitoring.ipynb\" target=\"_blank\">\n",
" <button style=\"background-color:#0072ce; color:white; padding:0.6em 1.2em; font-size:1rem; border:none; border-radius:6px; margin-top:1em;\">\n",
" 🚀 Launch this notebook in JupyterLab\n",
" </button>\n",
Expand Down
4 changes: 2 additions & 2 deletions 06_eopf_zarr_in_action/68_vegetation_anomalies.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"---\n",
"title: \"Analyzing Forest Vegetation Anomalies Using Sentinel-2 Zarr Data Cubes\" ### Add here the title of the notebook as displayed on the left-side menu\n",
"execute:\n",
" enabled: false\n",
" enabled: true\n",
"format: html\n",
"---"
]
Expand All @@ -26,7 +26,7 @@
}
},
"source": [
"<a href=\"https://jupyterhub.user.eopf.eodc.eu/hub/user-redirect/git-pull?repo=https://github.com/eopf-toolkit/eopf-101&branch=main&urlpath=lab/tree/eopf-101/06_eopf_zarr_in_action/65_vegetation_anomalies\" target=\"_blank\">\n",
"<a href=\"https://jupyterhub.user.eopf.eodc.eu/hub/user-redirect/git-pull?repo=https://github.com/eopf-toolkit/eopf-101&branch=main&urlpath=lab/tree/eopf-101/06_eopf_zarr_in_action/68_vegetation_anomalies\" target=\"_blank\">\n",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This links don't seem to have the docker image selection in - Like this:

"<a href=\"https://jupyterhub.user.eopf.eodc.eu/hub/login?next=%2Fhub%2Fspawn%3Fnext%3D%252Fhub%252Fuser-redirect%252Fgit-pull%253Frepo%253Dhttps%253A%252F%252Fgithub.com%252Feopf-toolkit%252Feopf-101%2526branch%253Dmain%2526urlpath%253Dlab%252Ftree%252Feopf-101%252F02_about_eopf_zarr%252F22_zarr_structure_S1GRD.ipynb%23fancy-forms-config=%7B%22profile%22%3A%22choose-your-environment%22%2C%22image%22%3A%22unlisted_choice%22%2C%22image%3Aunlisted_choice%22%3A%224zm3809f.c1.de1.container-registry.ovh.net%2Feopf-toolkit-python%2Feopf-toolkit-python%3Alatest%22%2C%22autoStart%22%3A%22true%22%7D\" target=\"_blank\">\n",

We should probably have that in every link.

Here it is decoded:

https://jupyterhub.user.eopf.eodc.eu/hub/login?next=/hub/spawn?next=/hub/user-redirect/git-pull?repo=https://github.com/eopf-toolkit/eopf-101&branch=main&urlpath=lab/tree/eopf-101/02_about_eopf_zarr/22_zarr_structure_S1GRD.ipynb#fancy-forms-config={"profile":"choose-your-environment","image":"unlisted_choice","image:unlisted_choice":"4zm3809f.c1.de1.container-registry.ovh.net/eopf-toolkit-python/eopf-toolkit-python:latest","autoStart":"true"}

You'd just change the folder path, re-encode, and put in the href block. You can use: https://www.urldecoder.org/ and https://www.urlencoder.org/

" <button style=\"background-color:#0072ce; color:white; padding:0.6em 1.2em; font-size:1rem; border:none; border-radius:6px; margin-top:1em;\">\n",
" 🚀 Launch this notebook in JupyterLab\n",
" </button>\n",
Expand Down
Loading