Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qzchenwl/jupyterlab_sharecitadel
https://github.com/qzchenwl/jupyterlab_sharecitadel
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/qzchenwl/jupyterlab_sharecitadel
- Owner: qzchenwl
- Created: 2019-04-12T09:54:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-23T06:11:59.000Z (over 2 years ago)
- Last Synced: 2024-09-14T04:51:59.864Z (2 months ago)
- Language: TypeScript
- Size: 37.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jupyterlab_sharecitadel
A JupyterLab extension.
## Prerequisites
* JupyterLab
## Installation
```bash
jupyter labextension install jupyterlab_sharecitadel
```## Development
For a development install (requires npm version 4 or later), do the following in the repository directory:
```bash
npm install
npm run build
jupyter labextension link .
```To rebuild the package and the JupyterLab app:
```bash
npm run build
jupyter lab build
```