Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lindt/docker_notebook
dockerfile for a useable notebook with several extensions
https://github.com/lindt/docker_notebook
docker ipython jupyter noebook
Last synced: 2 days ago
JSON representation
dockerfile for a useable notebook with several extensions
- Host: GitHub
- URL: https://github.com/lindt/docker_notebook
- Owner: lindt
- License: mit
- Created: 2016-04-01T20:39:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T20:10:16.000Z (over 8 years ago)
- Last Synced: 2024-11-08T11:56:32.760Z (about 2 months ago)
- Topics: docker, ipython, jupyter, noebook
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![](https://badge.imagelayers.io/think/notebook.svg)](https://imagelayers.io/?images=think/notebook:latest 'think/notebook')
[![Docker pulls](https://img.shields.io/docker/pulls/think/notebook.svg)](https://hub.docker.com/r/think/notebook/)# Jupyter Notebook Docker Image
Dockerfile for a useable notebook with several extensions
## Usage
```
docker run -ti -p 8888:8888 think/notebook
```This provides the notebook on 0.0.0.0:8888.
Just the examples will be available.To add own content start it like this:
```
docker run -ti -p 8888:8888 -v /directory_with_own_content:/notebook think/notebook
```