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

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

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