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