a6d5edd00416f87aa854e1413ddb749b029b0375
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 pipenv
On Windows open Powershell On Linux or Mac open the terminal
pip install pipenv
Install
pipenv lock
pipenv sync
Run Jupyter
pipenv run jupyter
Description
Languages
Jupyter Notebook
90%
Python
7.8%
Dockerfile
2.2%