A Python Tutotial app
Go to file
jimmy 20d5499bf9 Add keyboard interrupt 2022-09-17 21:07:35 +12:00
notebooks Add keyboard interrupt 2022-09-17 21:07:35 +12:00
.gitignore Ignore .jupyter .local. ipython 2021-12-11 18:18:15 +13:00
Dockerfile Add Docker 2021-12-11 18:16:02 +13:00
LICENSE Initial commit 2021-11-08 06:03:12 +00:00
README.md remove pipenv 2022-09-17 20:53:10 +12:00
docker-compose.yml Restart unless stopped 2021-12-14 00:50:43 +13:00

README.md

PicoFumi

A Python Tutorial app

Installing Python

You will need Python 3.9

Window

Either get it on the Microsoft Store or down load it here

Apt

sudo apt install python3.9 python3-pip

Yum

sudo yum install python3.9 python3-pip

Mac

Download it here

Install Jupyter

pip install jupyter

Run Jupyter

jupyter lab --notebook-dir notebooks notebooks/picofumi.ipynb