Nova

Jupyter Notebook submission to GCP

Prerequisites

  • JupyterLab

Installation

This should work on Google Cloud Deep Learning VM M19+.

sudo pip3 install .
sudo service jupyter restart
sudo jupyter labextension install

Development

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