Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@
" \"zarr-checksum==0.4.7\"\n",
"\n",
"!curl -sL -o ng_utils.py https://raw.githubusercontent.com/dandi/example-notebooks/master/000402/MICrONS/coregistration/ng_utils.py\n",
"!curl -sL -o ng_visualization/functional_base_state.json https://raw.githubusercontent.com/dandi/example-notebooks/master/000402/MICrONS/coregistration/ng_visualization/functional_base_state.json\n",
"!curl -sL -o ng_visualization/structural_base_state.json https://raw.githubusercontent.com/dandi/example-notebooks/master/000402/MICrONS/coregistration/ng_visualization/structural_base_state.json\n",
"!curl --create-dirs -sL -o ng_visualization/functional_base_state.json https://raw.githubusercontent.com/dandi/example-notebooks/master/000402/MICrONS/coregistration/ng_visualization/functional_base_state.json\n",
"!curl --create-dirs -sL -o ng_visualization/structural_base_state.json https://raw.githubusercontent.com/dandi/example-notebooks/master/000402/MICrONS/coregistration/ng_visualization/structural_base_state.json\n",
"!curl -sL -o ScanUnit.pkl https://raw.githubusercontent.com/dandi/example-notebooks/master/000402/MICrONS/coregistration/ScanUnit.pkl"
]
},
Expand Down Expand Up @@ -240,7 +240,7 @@
"from tqdm import tqdm\n",
"import pandas as pd\n",
"import numpy as np\n",
"import matplotlib.pyplot as plt\n"
"import matplotlib.pyplot as plt"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 000458/FlatironInstitute/001_summarize_contents.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
" \"zarr==2.18.7\" \\\n",
" \"zarr-checksum==0.4.7\"\n",
"\n",
"!curl -sL -o helpers/stream_nwbfile.py https://raw.githubusercontent.com/dandi/example-notebooks/master/000458/FlatironInstitute/helpers/stream_nwbfile.py"
"!curl --create-dirs -sL -o helpers/stream_nwbfile.py https://raw.githubusercontent.com/dandi/example-notebooks/master/000458/FlatironInstitute/helpers/stream_nwbfile.py"
]
},
{
Expand Down
6 changes: 3 additions & 3 deletions 001075/001075_paper_figure_1d.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@
" \"zarr==2.18.7\" \\\n",
" \"zarr-checksum==0.4.7\"\n",
"\n",
"!curl -sL -o utils_001075/__init__.py https://raw.githubusercontent.com/dandi/example-notebooks/master/001075/utils_001075/__init__.py\n",
"!curl -sL -o utils_001075/_stream_nwbfile.py https://raw.githubusercontent.com/dandi/example-notebooks/master/001075/utils_001075/_stream_nwbfile.py\n",
"!curl -sL -o utils_001075/_waterfall.py https://raw.githubusercontent.com/dandi/example-notebooks/master/001075/utils_001075/_waterfall.py"
"!curl --create-dirs -sL -o utils_001075/__init__.py https://raw.githubusercontent.com/dandi/example-notebooks/master/001075/utils_001075/__init__.py\n",
"!curl --create-dirs -sL -o utils_001075/_stream_nwbfile.py https://raw.githubusercontent.com/dandi/example-notebooks/master/001075/utils_001075/_stream_nwbfile.py\n",
"!curl --create-dirs -sL -o utils_001075/_waterfall.py https://raw.githubusercontent.com/dandi/example-notebooks/master/001075/utils_001075/_waterfall.py"
]
},
{
Expand Down
Loading