/Useful-python

Python code and notebooks for reference

Primary LanguageJupyter NotebookMIT LicenseMIT

Useful-python

Python code and Jupyter notebooks for reference.

Run with docker

Run a notebook server in docker, mounting in this directory with:

$ docker run --rm -p 8888:8888 -e JUPYTER_ENABLE_LAB=yes -v "$PWD":/home/jovyan/work jupyter/scipy-notebook