ssh-ing into gce with command gcloud compute --project " " ssh --zone " " jupyter@" " -- -L 8080:localhost:8080
I have followed the above steps 1a, 1b.
the problem is my notebook uses fastai v1.0.x
, not v-0.7x
(which is installed in the virtual env named fastai
) , how do I access jupyter-notebook in v0.7 environment?