Beaker Notebook - THE DATA SCIENTIST'S LABORATORY from beakernotebook.com
354
Beaker is a notebook-style development environment for working interactively with large and complex datasets. Its plugin-based architecture allows you to switch between languages or add new ones with ease, ensuring that you always have the right tool for any of your analysis and visualization needs.
Download from http://beakernotebook.com: Beaker version 1.7.1 This image is based on the official ubuntu:16.04
Simply run the image within docker using:
docker run -dit --net=host --name my-beaker -p 8801:8801 flockowak/beaker
The beaker application should be available in the browser at localhost:8801
Note: For some reason exposing the port does not work (maybe because nginx is running on 127.0.0.1/localhost inside the container instead of 0.0.0.0). Therefore the --net=host parameter has to be used for running the container!
Content type
Image
Digest
Size
772.7 MB
Last updated
about 9 years ago
docker pull flockowak/beaker