ipywidgets, QGrid, BeakerX 설치
- ipywidgets: notebook에서 slider 같이 user input 받을 수 있는 widget
- QGrid: interactive한 grid view
- BeakerX: interactive한 grid view
1
2
3
4
5
6
7
8
9
10
11
$ conda config --add channels conda-forge
$ conda install ipywidgets
$ conda install qgrid
$ conda install nodejs
$ jupyter labextension install @jupyter-widgets/jupyterlab-manager
$ jupyter labextension install qgrid
$ conda install -c conda-forge beakerx ipywidgets
$ jupyter labextension install @jupyter-widgets/jupyterlab-manager
$ jupyter labextension install beakerx-jupyterlab