Skip to content

Dockerfile for IPython notebook based on Python 3 with numerous additional packages

License

Notifications You must be signed in to change notification settings

fh-wedel/ipython-notebook-python3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipython-notebook-python3 Dockerfile

This repository contains a Dockerfile for IPython notebook based on Python 3 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-python3

    (alternatively, you can build an image from the Dockerfile: docker build -t="fhwedel/ipython-notebook-python3" github.com/fh-wedel/ipython-notebook-python3 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-python3

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

About

Dockerfile for IPython notebook based on Python 3 with numerous additional packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published