Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gclouduniverse/nova-jupyterlab-extensions


https://github.com/gclouduniverse/nova-jupyterlab-extensions

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

## Note
For **latest** version of this project please take a look [here](https://github.com/GoogleCloudPlatform/ai-platform-samples/tree/master/notebooks/nova-jupyterlab-extensions)

# Nova

Jupyter Notebook submission to GCP

## Prerequisites

* JupyterLab

## Installation

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

```bash
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:

```bash
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:

```bash
npm run build
jupyter lab build
```