Posts installing beakerx
Post
Cancel

installing beakerx

ipywidgets, QGrid, BeakerX 설치

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
This post is licensed under CC BY 4.0 by the author.