Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inicializar python enviroment para jupyter notebook no vscode

python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install jupyter ipykernel
python3 -m ipykernel install --user --name=jupyter --display-name "Python (.jupyter)"
pip3 install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages