Skip to content

EdmilsonSantana/jupyter-notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jupyter Notebooks

Development

To get started, first clone this repo:

git clone https://github.com/EdmilsonSantana/jupyter-notebooks.git
cd jupyter-notebooks

You can create virtual environments to run this app.

Virtual Environment

Create and activate a venv:

python -m venv venv
source venv/bin/activate  # for Windows, use venv\Scripts\activate

Install all the requirements:

pip install -r requirements.txt

You can now run with jupyter lab:

jupyter lab notebooks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors