Skip to content

douglaspands/vscode-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vscode-notebook

Projeto de Jupyter Notebook configurado no VSCode.

Como usar

Requisitos

  • Python >=3.9
  • Poetry

Instalar dependencias

poetry install

Notebooks

Dependencias Importantes

Dependencias do SO

É necessario ter o Google-Chrome instalado.

se necessario, a instalação do Chrome no Ubuntu de forma manual:

sudo apt-get install -y curl unzip xvfb libxi6 libgconf-2-4 && \
    wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \
    sudo apt install ./google-chrome-stable_current_amd64.deb -y && \
    google-chrome --version

Dependencias do Python

Se tiver o python-poetry:

poetry install

About

Projeto de Jupyter Notebook configurado n VSCode.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published