Sign inSign up

alphaville/open

By alphaville

•Updated 6 months ago

Jupyter notebook with support for Optimization Engine

Image
Machine learning & AI
0

733

alphaville/open repository overview

⁠OpEn Jupyter Notebook

Hmm.. that OpEn⁠ framework looks really cool, but I'm too lazy to spend 2 minutes to install it!

⁠TaDa...

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

⁠What it does

It starts a Jupyter Notebook at localhost:8888⁠ without a password.

⁠Set 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

Tag summary

Content type

Image

Digest

sha256:6fec9b32d…

Size

511.9 MB

Last updated

6 months ago

docker pull alphaville/open:0.7.0