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

https://github.com/scilifelabdatacentre/pyjb

Jupyter widgets for the JBrowse2 genome browser
https://github.com/scilifelabdatacentre/pyjb

Last synced: about 1 month ago
JSON representation

Jupyter widgets for the JBrowse2 genome browser

Awesome Lists containing this project

README

        

# JBrowse Jupyter widgets

## Usage

- Build the JavaScript bundle `pyjb/static/index.mjs`

```bash
npx vite build
```

- Run the example notebooks
```bash
python -m venv --prompt pyjb .venv
source .venv/bin/activate
python -m pip install -e .[dev]
cd examples
ANYWIDGET_HMR=1 jupyter lab
```