Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 369 Bytes

TL-workshop.md

File metadata and controls

16 lines (13 loc) · 369 Bytes

Comandos utilizados

Iniciar jupyter notebooks

docker container run -d -p 8888:8888 --name tl-jupyter jupyter/scipy-notebook

Iniciar superset

docker container run -d -p 8088:8088 --name tl-superset tylerfowler/superset

Iniciar docker compose

docker container run -d -p 8888:8888 --name tl-jupyter jupyter/scipy-notebook