Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andydevs/andys-notebook-legacy
Hosting Jupyter Notebooks on GitHub Pages
https://github.com/andydevs/andys-notebook-legacy
jinja2 jupyter jupyter-notebook python python3
Last synced: 10 days ago
JSON representation
Hosting Jupyter Notebooks on GitHub Pages
- Host: GitHub
- URL: https://github.com/andydevs/andys-notebook-legacy
- Owner: andydevs
- License: mit
- Created: 2020-10-12T04:09:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T04:56:52.000Z (over 3 years ago)
- Last Synced: 2023-03-04T22:24:31.787Z (over 1 year ago)
- Topics: jinja2, jupyter, jupyter-notebook, python, python3
- Language: Jupyter Notebook
- Homepage: http://andydevs.github.io/andys-notebook-legacy
- Size: 285 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Andy's Notebook
Hosting Jupyter Notebooks on GitHub Pages
## Why?
I wanted to work more with Jupyter Notebooks,
both to give myself experience and also demonstrate
my experience on a public webpage. I especially
wanted a website for this portfolio with custom styling,
which would appear better for viewing than a PDF,
especially on mobile devices. This necessarily led
to the need for a static site building system which
could convert jupyter notebooks into custom styled
html webpages and also provide a front page to access
these notebooks. Currently, as I haven't found such a
system on PyPi that met my needs, I've built my own system
that I've called Callystio (a sort of morph of the name
Callisto, the largest moon of Jupiter). It was of course
written in Python, so it can take advantage of tools like
nbconvert that already exist for converting Jupyter Notebooks.