We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efad59b commit f64cc54Copy full SHA for f64cc54
book/_static/custom_launch_button.js
@@ -51,7 +51,7 @@ window.addEventListener("DOMContentLoaded", () => {
51
const repo = encodeURIComponent("https://github.com/eWaterCycle/projects");
52
const branch = "workshops";
53
// const notebookPath = "getting-started/book/content/first_model_run/first_run.ipynb"; // Change to your desired notebook
54
- const notebookPath = "projects/book/tutorials_examples/7_Canada/1a_HBV.ipynb"; // Change to your desired notebook
+ const notebookPath = "projects/book/tutorials_examples/7_Caravan/1a_HBV.ipynb"; // Change to your desired notebook
55
56
const nbgitpullerUrl = `${baseUrl}/hub/user-redirect/git-pull?repo=${repo}&branch=${branch}&urlpath=lab/tree/${notebookPath}`;
57
window.open(nbgitpullerUrl, "_blank");
0 commit comments