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.
- Host: GitHub
- URL: https://github.com/mpewsey/mpewsey.github.io
- Owner: mpewsey
- Created: 2021-09-16T17:28:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-18T18:55:33.000Z (4 months ago)
- Last Synced: 2025-03-24T22:51:16.896Z (about 2 months ago)
- Topics: blog
- Language: Jupyter Notebook
- Homepage: https://mpewsey.github.io
- Size: 6.96 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```