Sign inSign up

mfernandes61/ifr_ipython_nb

By mfernandes61

Updated over 9 years ago

Fork of python-notebook Docker container by Ulrich Hoffmann <[email protected]>

Image
0

2.9K

mfernandes61/ifr_ipython_nb repository overview

ipython-notebook Dockerfile

This repository contains a Dockerfile for IPython notebook based on Python with numerous additional packages.

Base Docker Image
Included Packages
Installation
  1. Install Docker.

  2. Download image from public Docker Hub Registry: docker pull fhwedel/ipython-notebook

    (alternatively, you can build an image from the Dockerfile: docker build -t="fhwedel/ipython-notebook" github.com/fh-wedel/ipython-notebook or just make image)

Usage

Have your IPython notebooks in the directory $HOME/notebooks (start with empty directory), then

docker run -d -p 8889:8888 -v $HOME/notebooks:/notebooks -e "PASSWORD=ipython" fhwedel/ipython-notebook

Point your browser to https://localhost:8889, login with password ipython (as specified above).

Tag summary

Content type

Image

Digest

Size

365 MB

Last updated

over 9 years ago

docker pull mfernandes61/ifr_ipython_nb