Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| kb:jupyter [2017/09/19 10:09] – created yehuda | kb:jupyter [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Jupyter ====== | ====== Jupyter ====== | ||
| + | <code bash> | ||
| + | sudo apt-get install python3-pip | ||
| + | pip3 install --upgrade pip | ||
| + | pip3 install jupyter | ||
| + | pip3 install ipyleaflet | ||
| + | jupyter nbextension enable --py --sys-prefix ipyleaflet | ||
| + | jupyter nbextension enable --py --sys-prefix ipyleaflet | ||
| + | pip3 install bqplot | ||
| + | jupyter nbextension enable --py --sys-prefix bqplot | ||
| + | pip3 install ipyvolume | ||
| + | jupyter nbextension enable --py --sys-prefix ipyvolume | ||
| + | pip3 install bokeh | ||
| + | </ | ||