Jupyter install notes

master
ml server 2020-01-15 17:11:43 -07:00
parent 787ca1e226
commit a9c7757b19
1 changed files with 24 additions and 0 deletions

View File

@ -120,6 +120,30 @@ pip3 install --user /tmp/pkg_foo/*.whl
# A million other commands....
```
## Install Jupyter
Jupyter is a cute little web interface that makes Python programming
easy. It works well for machine learning because you can step through
just parts of the code, changing variables and immediately seeing
output in the web browser.
Probably installed like this:
```
pip3 install --user jupyterlab
# Also other good packages, maybe like:
pip3 install --user jupyter-tensorboard
pip3 list | grep jupyter
# returns:
jupyter 1.0.0
jupyter-client 5.3.4
jupyter-console 6.0.0
jupyter-core 4.6.1
jupyter-tensorboard 0.1.10
jupyterlab 1.2.4
jupyterlab-server 1.0.6
```
# Usage
The main purpose of the script is to evaluate an observation,
but to do that, it needs to build a corpus of observations to