-
Notifications
You must be signed in to change notification settings - Fork 4
Add all workflow files for first release #2
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
Conversation
Co-authored-by: Kabilar Gunalan <kabilar@datajoint.com>
Co-authored-by: Kabilar Gunalan <kabilar@datajoint.com>
Co-authored-by: Kabilar Gunalan <kabilar@datajoint.com>
Co-authored-by: Kabilar Gunalan <kabilar@datajoint.com>
Co-authored-by: Kabilar Gunalan <kabilar@datajoint.com>
kushalbakshi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A small suggestion for the notebook, if we want to read from dj_local_conf, we should add the following code before importing datajoint and the workflow:
import os
if os.path.basename(os.getcwd()) == "notebooks":
os.chdir("..")
Thanks @kushalbakshi. Since we are migrating to using Dev Containers and in order to keep the tutorials as streamlined as possible, how about we do the following?
|
Yes, that's a good idea. Thank you! |
Minor typo fix in `tutorial.ipynb`
TutorialDev Container runs the tutorial jupyter notebook locally or on GitHub Codespaces.Local TestDev Container runs the pytests locally wherebyworkflow-optogeneticsandelement-optogeneticsare located in the same parent directory.workflow_optogeneticselement-optogenetics==0.1.1is not released to PyPI due to a .github/workflow dependency on this workflow, so you will need to install from source if running the changes in this pull request.