Files
quant/vectorbt/scripts/install-labextensions.sh
2025-11-01 09:32:26 +08:00

5 lines
177 B
Bash

#!/bin/bash
jupyter labextension install jupyterlab-plotly --no-build
jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget --no-build
jupyter lab build