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
Regarding the setup on renkulab, I'm not exactly sure on how to handle the following:
How do I have to specify that I want to use my custom jupyter-kernel for the notebooks? I want to use a custom one because Karabo currently relies on Python3.9 & conda, which needs a dedicated venv with it's jupyter-kernel.
Does reproducibility as described in the dev-guide also include the setup of the venv? If yes (probably depends on how frequent a container is built), then it probably makes sense to install the packages from pip freeze or conda list -e?
The text was updated successfully, but these errors were encountered:
Regarding the setup on renkulab, I'm not exactly sure on how to handle the following:
pip freeze
orconda list -e
?The text was updated successfully, but these errors were encountered: