You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most likely should be a data/ subfolder within this repository as a placeholder (or potentially some data under git-annex) for the location of downloads.
Some notebooks suggest/use ~/Downloads as the default one where the browser would download data
Strive to avoid modification of the environment from within the notebook
Some notebooks have !pip install -r ... commands, which alters current environment
Notebooks should be usable on any "compatible" system: user laptops, etc.
mkdir ../data
in https://github.com/dandi/example-notebooks/pull/8/files#diff-69cfed3e5f1ce14dd4a958d296e0f62cfee6fb1b4208c2acc6daf1901b3130e4R146data/
subfolder within this repository as a placeholder (or potentially some data under git-annex) for the location of downloads.~/Downloads
as the default one where the browser would download data!pip install -r ...
commands, which alters current environmentThe text was updated successfully, but these errors were encountered: