pip install bl101==2.5
Choose a Course Notebook from
and open it in Juypter
or Google Colab
No branching: only main
branch:
- developing in /πSandbox
- production code in /course_notebooks
Switching to GitHub flow
later, maybe ...
- π¨βπ» = feat (a new feature)
- π¦ = fix (a bug fix)
- π = docs (changes a documentation)
- π·ββοΈ = refactor (refactoring production code)
- π¬ = test (adding tests, refactoring test, no production code change)
- π = style (formatting, missing semi colons, etc; no code changes)
- π§ = chore (updating build tasks, package manager configs; no production code change)
- π = orga (organizational task, e.g. change folder structure)