Skip to content

arthurolga/gitpod_jupyter_notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Jupyter Notebook no Gitpod

Exemplo Jupyter Notebook no Gitpod

Abrindo no gitpod

Colocando https://gitpod.io/# a frente da barra de pesquisa. Exemplo: https://gitpod.io/#<your-repository-url>

OU

Clicando no botão: Open in Gitpod Dica: Edite o botão acima, preenchendo com a URL de seu repositório, para fácil acesso.

Instalando Jupyter Notebook

pip install notebook

Rodando Jupyterlab

seu computador necessita acesso para abrir portas.

jupyter notebook --ip='*' --NotebookApp.token='' --NotebookApp.password=''

É recomendado que coloque alguma senha alterando a propriedade password, por exemplo

jupyter notebook --ip='*' --NotebookApp.token='' --NotebookApp.password='minhasenha'

About

Exemplo Jupyter Notebook no Gitpod

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors