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