Jupyter notebook with support for Optimization Engine
733
Hmm.. that OpEn framework looks really cool, but I'm too lazy to spend 2 minutes to install it!
You can now download this docker image using
docker pull alphaville/open
and then run it with
docker run -p 8888:8888 -it alphaville/open
It starts a Jupyter Notebook at localhost:8888 without a password.
To set up a password for your Python Notebook:
docker run -e JUPYTER_NOTEBOOK_PASSWORD=... -p 8888:8888 -it alphaville/open
For example, let's say you want to set the password open. Then do
docker run \
-e JUPYTER_NOTEBOOK_PASSWORD=sha1:898ca689bf37:2ee883bfd6ffe82a749a86e37964700bd06a2ff9 \
-p 8888:8888 -it alphaville/open
Content type
Image
Digest
sha256:6fec9b32d…
Size
511.9 MB
Last updated
6 months ago
docker pull alphaville/open:0.7.0