Jupyter integration with conda environments

Published

May 10, 2018

How to create new Jupyter notebooks with different conda environments:

  1. In the base environment, conda install -y nb_conda
  2. In every environment you plan to use, conda install -y ipykernel