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
Describe the bug
Jupyter and ipykernel are not included in pvdeg dependencies. Users are missing the ability to run notebooks when installing a new pvdeg environment and have to do this separately.
Should we add these dependencies to the project?
How do we handle ipykernel install. Should we add notes for this, it is very frustrating to setup anaconda environments for jupyter notebooks if you do not immediately know about this command. python -m ipykernel install --user --name=<conda-env>
The text was updated successfully, but these errors were encountered:
Describe the bug
Jupyter and ipykernel are not included in
pvdeg
dependencies. Users are missing the ability to run notebooks when installing a new pvdeg environment and have to do this separately.Should we add these dependencies to the project?
How do we handle ipykernel install. Should we add notes for this, it is very frustrating to setup anaconda environments for jupyter notebooks if you do not immediately know about this command.
python -m ipykernel install --user --name=<conda-env>
The text was updated successfully, but these errors were encountered: