Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gclouduniverse/nova-jupyterlab-extensions
https://github.com/gclouduniverse/nova-jupyterlab-extensions
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gclouduniverse/nova-jupyterlab-extensions
- Owner: gclouduniverse
- License: mit
- Created: 2019-02-04T01:17:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T22:07:32.000Z (almost 3 years ago)
- Last Synced: 2024-12-21T22:40:01.990Z (14 days ago)
- Language: JavaScript
- Size: 147 KB
- Stars: 6
- Watchers: 2
- 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
```