Skip to content

Docker image build from jupyter/scipy-notebook that allows the developer to use python kafka modules in python notebooks.

Notifications You must be signed in to change notification settings

Emanuele-Falzone-PhD-Thesis/cp-datascience-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

cp-datascience-notebook

This is an extension of the jupyter/scipy-notebook docker image that allows the developer to use python kafka modules.

The password is happycoding.

Example

version: '3.2'
services:
   
  ...
    
  jupyter:
    image: emanuelefalzone/cp-datascience-notebook:1.0.0
    container_name: jupyter
    volumes:
      - ./notebooks:/home/jovyan/work
    ports:
      - "8888:8888"

About

Docker image build from jupyter/scipy-notebook that allows the developer to use python kafka modules in python notebooks.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published