Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exoosh/kaffeeklatsch-python3-intro
Python intro in several interactive sessions
https://github.com/exoosh/kaffeeklatsch-python3-intro
jupyter-notebook jupyter-notebooks python3
Last synced: 1 day ago
JSON representation
Python intro in several interactive sessions
- Host: GitHub
- URL: https://github.com/exoosh/kaffeeklatsch-python3-intro
- Owner: exoosh
- Created: 2025-01-29T12:44:14.000Z (1 day ago)
- Default Branch: main
- Last Pushed: 2025-01-29T14:18:12.000Z (1 day ago)
- Last Synced: 2025-01-29T15:26:38.805Z (1 day ago)
- Topics: jupyter-notebook, jupyter-notebooks, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting started on Windows
For the impatient: **without installation** head in your browser to https://nbviewer.org/github/exoosh/kaffeeklatsch-python3-intro/tree/main/
## Installing prerequisites on Windows
* in the start menu search enter `cmd`
* **NB:** this can be done unelevated!
* `winget install -e --id Python.Python.3.13`
* `winget install -e --id astral-sh.uv`
* `uv tool install notebook`
* `setx PATH "%USERPROFILE%\.local\bin;%PATH%"` (required to be able to invoke `jupyter-notebook`)## Then download this
* E.g. click the green "Code" button then choose "Download ZIP"
* unpack the ZIP with right-click "Extract ..."
* ... or `git clone` this repository
* Head into that directory where you unpacked the ZIP or cloned this repo
* invoke `jupyter-notebook`