Skip to content

simoneceriani/Notebooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notebooks of Learn Python with Jupyter

In this repository, you can find all the Notebooks from the book Learn Python with Jupyter.

How to download the notebooks

Click the green button < > Code at the top-right of this page. Then, click Download ZIP

Download notebooks translated to other languages

Notebook licenses:

  • Code: GNU-GPL v.3
  • Narrative: CC BY-NC-SA

My addition - notes and setup instructions

Create a virtual python environment [one time only]

python3.10 -m venv venv

Activate venv

from this folder,

source venv/bin/activate

Install Jupyterlab in venv

after activating venv

pip install jupyterlab

Run Jupyterlab

jupyter lab

or

./runJupyterlab.sh

About

Notebooks associated to the book "Learn Python with Jupyter"

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 99.1%
  • Other 0.9%