Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 505 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 505 Bytes

custom_ipywidgets

Requisitos

  • Node.js
  • Yarn

Tutorial de instalação

  • 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