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

https://github.com/zipcodecore/dataintroslides

kris slides for Data
https://github.com/zipcodecore/dataintroslides

Last synced: 10 months ago
JSON representation

kris slides for Data

Awesome Lists containing this project

README

          

# DataIntroSlides

### to run these slides locally

On a mac, you can run this in the VSC terminal to run a local webserver to test your markdown reveal slides:

``` bash
python -m SimpleHTTPServer 8000
```