-
Notifications
You must be signed in to change notification settings - Fork 702
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
Pip installs at start of each notebook? #50
Comments
we've discussed this in the meeting already, the solution is to tag a branch such as v0.3.0, which will depend on we need some CI tests to ensure the master branch works fine |
Just pushed 0.3.0 tag https://github.com/Project-MONAI/tutorials/tree/0.3.0, |
Sounds good! Thanks @wyli |
this makes Colab not directly runnable. so we need some instructions for colab user to manually add a |
Should we be pip installing
monai
and its dependencies at the start of each notebook?Discussion continued from #47.
My personal feeling is that we should lift all
pip install
s from our notebooks as the relevant instructions are already in our README.md. It also saves us from having to update as our notebooks/dependencies change.The text was updated successfully, but these errors were encountered: