Here, you'll find a comprehensive set of Python starter code that's perfect for beginners who are just starting to learn the language. Whether you're a complete novice or just looking to brush up on your skills, this repository has everything you need to get started with Python.
- Open the Command Prompt
- Type
pip install jupyterlab notebook
and press Enter - Close the Command Prompt
- Open the Command Prompt
- Navigate to the desired folder
- Type
jupyter notebook
and press Enter
- Open the Command Prompt
- Type
pip install poetry
and press Enter - Close the Command Prompt
- Open the Command Prompt
- Navigate to the root of your project
- Type
poetry install
and press Enter