- Node.js
- Yarn
- Criar ambiente virtual
- pip install -r requirements.txt
- cd custom-ipywidgets
- pip install -e .
- cd js
- npm install
- cd ..
- Para notebook rodar:
$ jupyter nbextension install --py --symlink --sys-prefix custom_ipywidgets
$ jupyter nbextension enable --py --sys-prefix custom_ipywidgets
- Para jupyterlab rodar:
$ jupyter labextension develop --overwrite custom_ipywidgets