Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 807 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 807 Bytes

Note

For latest version of this project please take a look here

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