Answers for "using jupyter notebook with environment without conda"

0

open jupyter notebook with conda envirionment

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

open jupyter notebook with conda envirionment

python -m ipykernel install --user --name=firstEnv
Posted by: Guest on November-02-2020

Code answers related to "using jupyter notebook with environment without conda"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language