https://github.com/ssciwr/jupyter-data-exploration-live
Live jupyter notebooks for the Jupyter Data Exploration SSC compact course
https://github.com/ssciwr/jupyter-data-exploration-live
Last synced: 8 months ago
JSON representation
Live jupyter notebooks for the Jupyter Data Exploration SSC compact course
- Host: GitHub
- URL: https://github.com/ssciwr/jupyter-data-exploration-live
- Owner: ssciwr
- License: mit
- Created: 2022-05-02T12:12:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T08:32:24.000Z (8 months ago)
- Last Synced: 2025-02-05T09:24:18.592Z (8 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jupyter-data-exploration-live
Live Jupyter notebooks for the [Jupyter Data Exploration](https://github.com/ssciwr/jupyter-data-exploration) SSC compact course.
Notebooks created during the course will be automatically updated here as they are edited:
- [part 1](https://github.com/lkeegan/jupyter-data-exploration-live/blob/main/part1.ipynb)
- [part 2](https://github.com/lkeegan/jupyter-data-exploration-live/blob/main/part2.ipynb)
- [part 3](https://github.com/lkeegan/jupyter-data-exploration-live/blob/main/part3.ipynb)## How it works
- install [gitautopush](https://github.com/choldgraf/gitautopush), e.g. `pip install gitautopush`
- run `gitautopush /path/to/your/cloned/github/repo`
- whenever files in the repo are changed it will automatically commit & push the changes