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
{{ message }}
This repository was archived by the owner on Sep 23, 2026. It is now read-only.
When I create a bootstrapped Conda environment for a Jupyter notebook, that Conda environment does not have the packages necessary to connect to other kernels. In particular, I think the Conda environment that is installed here installs only the most basic Conda environment, and later, jupyter, but nothing else.
When I try to use the Kernel > Change Kernel functionality, no additonal kernels are listed (even if they have jinja2, ipykernel, and requests installed as specified on Slide 3 here). To make those kernels appear in the drop down list, I had to install:
(Slide 3 in link above.) @avidalto, would it make sense to include a toggle (e.g. Activate notebook kernels?) to install these packages as well (or always install them when bootstrapping)?
When I create a bootstrapped Conda environment for a Jupyter notebook, that Conda environment does not have the packages necessary to connect to other kernels. In particular, I think the Conda environment that is installed here installs only the most basic Conda environment, and later,
jupyter, but nothing else.When I try to use the
Kernel>Change Kernelfunctionality, no additonal kernels are listed (even if they havejinja2,ipykernel, andrequestsinstalled as specified on Slide 3 here). To make those kernels appear in the drop down list, I had to install:(Slide 3 in link above.) @avidalto, would it make sense to include a toggle (e.g.
Activate notebook kernels?) to install these packages as well (or always install them when bootstrapping)?