Skip to content

All material from the PyCon.DE 2018 Talk "Beyond Jupyter Notebooks - Building your own data science platform with Python & Docker"

Notifications You must be signed in to change notification settings

clemens-tolboom/beyond-jupyter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Beyond Jupyter Notebooks 🚀

All material from the PyCon.DE 2018 Talk "Beyond Jupyter Notebooks - Building your own data science platform with Python & Docker"

Ressources of the presentation

Commands from video

docker run -d -p 8888:8888 jupyter/scipy-notebook
docker run -d -p 8088:8088 tylerfowler/superset

postgresql://postgres:postgres@postgres

docker compose up -d

docker build . --tag apistar

Superset

http://localhost:8088

  • user admin
  • pass superset

docker exec -it 9a1412741ea1 /bin/bash

About

All material from the PyCon.DE 2018 Talk "Beyond Jupyter Notebooks - Building your own data science platform with Python & Docker"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%