Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```