Я пытаюсь настроить ноутбук Jupyter в Google Cloud Platform, но не смог.
Я пробовал методы: (опубликовать его, чтобы сэкономить время для других людей)
sudo apt-get update
sudo apt-get --assume-yes upgrade
sudo apt-get --assume-yes install software-properties-common
sudo apt-get install python-setuptools python-dev build-essential
sudo easy_install pip
sudo pip install jupyter ...
jupyter notebook --genrate-config
sudo nano ~/.jupyter_notebook_config.py
c=get_config()
c.NotebookApp.ip='*'
c.NotebookApp.open_browser=False
c.NotebookApp.port=8000
jupyter notebook password
jupyter notebook --ip=0.0.0.0 --port=8000