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

https://github.com/dmikushin/pyodide-jekyll

Jekyll static site with rich Python embedded browser client powered by Pyodide 🐍
https://github.com/dmikushin/pyodide-jekyll

iodide jekyll pyodide python static-site-generator static-website

Last synced: 5 months ago
JSON representation

Jekyll static site with rich Python embedded browser client powered by Pyodide 🐍

Awesome Lists containing this project

README

          

# Pyodide-Jekyll

Jekyll static site with rich Python embedded browser client powered by Pyodide 🐍

## Deployment

Here, Pyodide is combined with Jekyll, in order to build GutHub pages and/or easily test local deployment:

1. Use Git to clone this repo.
1. Make sure you have [Jekyll](http://jekyllrb.com/docs/installation/) installed.
1. Just the first time: `bundle install`.
1. To build the site and serve it: `bundle exec jekyll serve`.
1. To test: `http://localhost:4000`.

See the [Jekyll](http://jekyllrb.com/) and [GitHub Pages](https://pages.github.com/)
documentation for more info.

## Testing Python

Open the [Website](https://pyodide-jekyll.mikush.in/) and press ⏩ button in Explore mode to run the sample notebook.