Jupyter integration with conda environments
How to create new Jupyter notebooks with different conda environments:
- In the base environment,
conda install -y nb_conda
- In every environment you plan to use,
conda install -y ipykernel
May 10, 2018
How to create new Jupyter notebooks with different conda environments:
conda install -y nb_conda
conda install -y ipykernel