Jupyter
pip install -U jupyter
IPython, PuDB
pip install -U ipython pudb
Pandas, GeoPy, SciPy, PySAL
pip install -U pandas geopy scipy pysal
CrossCompute
pip install -U crosscompute-notebook-extensions
jupyter nbextension install \
--sys-prefix --py crosscompute_notebook_extensions
jupyter nbextension enable \
--sys-prefix --py crosscompute_notebook_extensions
jupyter serverextension enable \
--sys-prefix --py crosscompute_notebook_extensions
import jupyter
import IPython, pudb
import pandas, scipy, pysal
import crosscompute