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
- Host: GitHub
- URL: https://github.com/scilifelabdatacentre/pyjb
- Owner: ScilifelabDataCentre
- Created: 2024-04-30T13:27:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-12T14:57:10.000Z (10 months ago)
- Last Synced: 2025-01-24T19:19:41.673Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 79.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```