Skip to content

paulorbpacheco/jupyter-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Construindo a imagem:

docker build -t paulorbpacheco/jupyter-notebook:latest .
docker run -it -p 8888:8888 paulorbpacheco/jupyter-notebook:latest /bin/bash
jupyter notebook --ip 0.0.0.0 --allow-root

Usando a imagem do Dockerhub:

docker run -it -p 8888:8888 paulorbpacheco/jupyter-notebook:latest /bin/bash
jupyter notebook --ip 0.0.0.0 --allow-root

Copiar e colar o token que aparece no terminal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published