Skip to content

Commit

Permalink
correct dependencies to use zarr
Browse files Browse the repository at this point in the history
  • Loading branch information
soutobias committed Dec 11, 2023
1 parent b56350c commit 8d84563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"id": "761fde27-8ef4-4805-887c-d795da34902e",
"metadata": {},
"source": [
"`pip install zarr`"
"`pip install zarr xarray[complete] aiohttp requests`"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebook_to_md.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ directory=$1

# Convert ipynb files to markdown.
echo "starting notebook execute for ${directory}"
jupyter nbconvert --to notebook --execute example_scripts/notebook_tutorials/runnable_notebooks/${directory}/*.ipynb --log-level=DEBUG --allow-errors --output-dir example_scripts/notebook_tutorials/runnable_notebooks/executed/${directory}/
jupyter nbconvert --to notebook --execute example_scripts/notebook_tutorials/runnable_notebooks/${directory}/*.ipynb --allow-errors --output-dir example_scripts/notebook_tutorials/runnable_notebooks/executed/${directory}/
echo "starting notebook convert"
jupyter nbconvert --to markdown example_scripts/notebook_tutorials/runnable_notebooks/executed/${directory}/*.ipynb --output-dir example_scripts/notebook_tutorials/markdown/${directory}/
echo "starting clean up (rm)"
Expand Down

0 comments on commit 8d84563

Please sign in to comment.