https://github.com/data-exp-lab/jupyterlab_yt
An experimental jupyterlab extension for yt
https://github.com/data-exp-lab/jupyterlab_yt
Last synced: 8 months ago
JSON representation
An experimental jupyterlab extension for yt
- Host: GitHub
- URL: https://github.com/data-exp-lab/jupyterlab_yt
- Owner: data-exp-lab
- License: bsd-3-clause
- Created: 2019-10-11T19:22:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T01:33:44.000Z (over 3 years ago)
- Last Synced: 2025-08-01T16:01:20.755Z (10 months ago)
- Language: TypeScript
- Size: 110 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jupyterlab_yt
Experimental Jupyterlab extension for yt
## Prerequisites
* JupyterLab
## Installation
```bash
jupyter labextension install jupyterlab_yt
```
## 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
```