For latest version of this project please take a look here
Jupyter Notebook submission to GCP
- JupyterLab
This should work on Google Cloud Deep Learning VM M19+.
sudo pip3 install .
sudo service jupyter restart
sudo jupyter labextension install
For a development install (requires npm version 4 or later), do the following in the repository directory:
npm install # install npm package dependencies
npm run build
sudo jupyter labextension install # install the current directory as an extension
To rebuild the package and the JupyterLab app:
npm run build
jupyter lab build