ipython_blocking

master
ml server 2020-01-23 16:53:04 -07:00
parent f9358fa6a1
commit 34141d40fa
1 changed files with 4 additions and 1 deletions

View File

@ -45,7 +45,10 @@ To enable Jupyter widgets:
apt install npm nodejs
jupyter nbextension enable --py widgetsnbextension
jupyter labextension install @jupyter-widgets/jupyterlab-manager
```
Misc:
```
pip3 install --user ipython_blocking
```
# wut?