-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Organize ioSPI's notebooks #73
Milestone
Comments
bongjinkoo
added a commit
that referenced
this issue
May 3, 2022
bongjinkoo
added a commit
that referenced
this issue
May 4, 2022
bongjinkoo
added a commit
that referenced
this issue
May 4, 2022
…local variables for project ID and token in Project class.
bongjinkoo
added a commit
that referenced
this issue
May 4, 2022
bongjinkoo
added a commit
that referenced
this issue
May 4, 2022
@bongjinkoo : as mentioned by @geoffwoollard , unit-tests should be added. |
@ninamiolane Can we close this? |
@bongjinkoo we can, as soon as the PR with the file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What?
particle_metadata.ipynb
that explains the use of the ioSPI/particle_metadata moduledownload_and_upload_from_osf.ipynb
that explains the use of ioSPI/datasets module.Both of these tutorials should be created by reorganizing elements in existing noteboooks (see "How" section below).
Why?
Current tutorials on these two modules are hard to understand and use for newcomers, because as of now:
tutorial.ipynb
) that mixes both modules without explaining the link between the two,download_and_upload_from_osf.ipynb
) hidden in PR#70 that users will not find,The library ioSPI can only be useful if users can understand it quickly. This task is urgent and very much needed.
Where?
The 2 new tutorials created by this task should go in the
ioSPI/notebooks/
folder and be named:particle_metadata.ipynb
download_and_upload_from_osf.ipynb
The 2 new tutorials are created from existing tutorials that can be found at:
The main modules that the 2 new tutorials should explain are:
How?
The new tutorial
particle_metadata.ipynb
should be created by:The new tutorial
download_and_upload_from_osf.ipynb
should be created by:download_and_upload_from_osf.ipynb
from the on-going PR#70.download_and_upload_from_osf.ipynb
datasets.py
module from the on-going PR#70.The text was updated successfully, but these errors were encountered: