An open API service indexing awesome lists of open source software.

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

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