Answers for "how to run jupyter notebook in env"

1

run jupyter notebook with specific environment

//first activate specific environment
activate <Name of environment>
//second launch jupyter notebook
jupyter notebook
Posted by: Guest on May-14-2021

Code answers related to "how to run jupyter notebook in env"

Browse Popular Code Answers by Language