Answers for "how to open jupyter notebook in a specific environment"

2

conda environment not showing up in jupyter

source activate myenv
python -m ipykernel install --user --name myenv --display-name "Python (myenv)"
Posted by: Guest on April-15-2020
0

open jupyter notebook with conda envirionment

conda install -c anaconda ipykernel
Posted by: Guest on December-09-2020

Code answers related to "how to open jupyter notebook in a specific environment"

Python Answers by Framework

Browse Popular Code Answers by Language