Sign inSign up

onlybelter/ds-notebook

By onlybelter

Updated about 8 years ago

data science notebook

Image
0

294

onlybelter/ds-notebook repository overview

This image build on jupyter/datascience-notebook
Dockerfile:

https://github.com/OnlyBelter/docker-repo/blob/master/jupyter-notebook/Dockerfile

docker-compose.yml:
version: '3'

services:
  jupyterlab:
    image: onlybelter/ds-notebook
    command: /bin/bash -c "jupyter lab --no-browser --ip=0.0.0.0 --notebook-dir=/mnt/notebook"
    volumes:
      - ~/jupyter-note:/mnt/notebook
      - /etc/localtime:/etc/localtime:ro
    environment:
      - PYTHONUNBUFFERED=1
    ports:
      - 8888:8888
Usage:
  • create a folder, like ds-notebook
  • create the file docker-compose.yml under this folder
  • copy the content of docker-compose.yml(showed above) to this file
  • run sudo docker-compose up
  • you can see notebook at localhost:8888/lab

Tag summary

Content type

Image

Digest

Size

2.4 GB

Last updated

about 8 years ago

docker pull onlybelter/ds-notebook