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

https://github.com/mpewsey/mpewsey.github.io

My GitHub Pages website.
https://github.com/mpewsey/mpewsey.github.io

blog

Last synced: about 1 month ago
JSON representation

My GitHub Pages website.

Awesome Lists containing this project

README

        

# mpewsey.github.io

## Run Locally

From main directory:

```
bundle exec jekyll serve
```

## Convert Jupyter Notebook Posts

From main directory:

```
pipenv install
pipenv run python convert_notebooks.py
```

## Run Jupyter Notebooks

In a notebook folder:

```
pipenv install
pipenv run jupyter notebook
```