Google Cloud Datalab - Create your own Python environment
问题 The default Google Cloud Datalab only comes with two default kernels: python2 and python3. Is it possible to create our own extra virtual environment? Many thanks, 回答1: Yes, you could modify Datalab docker image and put it into GCE: https://github.com/googledatalab/datalab/wiki/Getting-Started#using-your-modified-datalab-image-on-gce or run it locally: https://github.com/googledatalab/datalab/wiki/Getting-Started#using-datalab-locally 来源: https://stackoverflow.com/questions/51454150/google