How to run jupyter lab in a conda environment on a google compute engine (Deep Learning VM)?
- 阅读更多 关于 How to run jupyter lab in a conda environment on a google compute engine (Deep Learning VM)?
问题 I made a conda environment in my Deep Learning VM. When I ssh to it (clicking SSH button of my instance in the VM instances page) and type source activate <environment_name> it gets activated correctly in the shell. I successfully connect to jupyter lab from my local machine as explained from the docs How can I use jupyter in a specific conda environment on this VM ? The accepted way to run jupyter in a specific conda environment seems to be Activate a conda environment in your terminal using