@@ -6,7 +6,7 @@ window.addEventListener("DOMContentLoaded", () => {
66 <div id="customModal" style="display:none; position:fixed; top:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,0.5); z-index:1000;">
77 <div style="background:white; padding:20px; max-width:400px; margin:100px auto; border-radius:8px; box-shadow:0 2px 10px rgba(0,0,0,0.3);">
88 <h3 style="margin-top:0;">Enter your JupyterHub URL</h3>
9- <input type="text" id="jupyterUrlInput" value="https://ewatercycle2526 .ewatercycle-tud.src.surf-hosted.nl/jupyter" style="width:100%; padding:8px; margin-top:10px;"/>
9+ <input type="text" id="jupyterUrlInput" value="https://extendingdcache .ewatercycle-tud.src.surf-hosted.nl/jupyter" style="width:100%; padding:8px; margin-top:10px;"/>
1010 <div style="margin-top:15px; text-align:right;">
1111 <button id="launchBtn" style="padding:8px 12px; margin-right:10px;">Launch</button>
1212 <button id="cancelBtn" style="padding:8px 12px;">Cancel</button>
@@ -51,7 +51,7 @@ window.addEventListener("DOMContentLoaded", () => {
5151 const repo = encodeURIComponent ( "https://github.com/eWaterCycle/projects" ) ;
5252 const branch = "workshops" ;
5353 // const notebookPath = "getting-started/book/content/first_model_run/first_run.ipynb"; // Change to your desired notebook
54- const notebookPath = "projects/book/colloquium/step_0a_select_caravan_region_time_and_scenarios .ipynb" ; // Change to your desired notebook
54+ const notebookPath = "projects/book/tutorials_examples/6_Africa/1a_HBV_Africa .ipynb" ; // Change to your desired notebook
5555
5656 const nbgitpullerUrl = `${ baseUrl } /hub/user-redirect/git-pull?repo=${ repo } &branch=${ branch } &urlpath=lab/tree/${ notebookPath } ` ;
5757 window . open ( nbgitpullerUrl , "_blank" ) ;
0 commit comments