Skip to content

Commit

Permalink
Precommit fail fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aderrien7 committed Aug 30, 2024
1 parent 187d9d0 commit 3a8fbab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/papermill_launcher.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@
"# local_output is the path where the parametrized notebooks will be stored\n",
"local_output = \"papermill_output\"\n",
"\n",
"#Change notebook path to the notebook in pangeo-fish\n",
"# Change notebook path to the notebook in pangeo-fish\n",
"input_notebook = \"pangeo-fish_papermill.ipynb\"\n",
"\n",
"# cloud_root is the path to acces the files on remote\n",
"cloud_root = \"s3://gfts-ifremer/tags/bargip\"\n",
"\n",
"# folder name is the name of the folder where the result will be stored \n",
"# folder name is the name of the folder where the result will be stored\n",
"folder_name = \"tracks_test\""
]
},
Expand Down

0 comments on commit 3a8fbab

Please sign in to comment.