Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 293 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 293 Bytes

JBrowse Jupyter widgets

Usage

  • Build the JavaScript bundle pyjb/static/index.mjs
npx vite build
  • Run the example notebooks
python -m venv --prompt pyjb .venv
source .venv/bin/activate
python -m pip install -e .[dev]
cd examples
ANYWIDGET_HMR=1 jupyter lab