https://github.com/gclouduniverse/nova-jupyterlab-extensions
https://github.com/gclouduniverse/nova-jupyterlab-extensions
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gclouduniverse/nova-jupyterlab-extensions
- Owner: gclouduniverse
- License: mit
- Created: 2019-02-04T01:17:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T22:07:32.000Z (over 3 years ago)
- Last Synced: 2025-03-24T01:17:42.781Z (3 months ago)
- Language: JavaScript
- Size: 147 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```