https://github.com/arnehilmann/workshop-python-basics
https://github.com/arnehilmann/workshop-python-basics
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arnehilmann/workshop-python-basics
- Owner: arnehilmann
- Created: 2020-10-28T17:10:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-29T17:52:04.000Z (over 4 years ago)
- Last Synced: 2025-02-09T16:38:00.368Z (5 months ago)
- Language: Jupyter Notebook
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# workshop-python-basics
## tl;dr
```
# checkout
git co [email protected]:arnehilmann/workshop-python-basics.git
cd workshop-python-basics# start, docker variant
./start-lab# start, local variant
# jupyter lab# get lab url
./fetch-lab-url
```