Answers for "install conda environment in jupyter notebook"

4

how i install jupyter notebook in a new conda virtual environment

pip install jupyter notebook
Posted by: Guest on April-29-2021
7

add conda env to jupyter

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

Code answers related to "install conda environment in jupyter notebook"

Python Answers by Framework

Browse Popular Code Answers by Language