ancardona / nova-jupyterlab-extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 33.2%Language:TypeScript 32.5%Language:Python 31.7%Language:CSS 1.9%Language:Shell 0.8%