Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chinobing/fastapi-ipynb-to-html
Jupyter Notebook Renderer with FastAPI
https://github.com/chinobing/fastapi-ipynb-to-html
fastapi ipynb jupyter-notebook python quarto
Last synced: about 2 months ago
JSON representation
Jupyter Notebook Renderer with FastAPI
- Host: GitHub
- URL: https://github.com/chinobing/fastapi-ipynb-to-html
- Owner: chinobing
- License: mit
- Created: 2024-06-07T13:30:58.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T14:04:59.000Z (7 months ago)
- Last Synced: 2024-11-13T06:41:32.367Z (about 2 months ago)
- Topics: fastapi, ipynb, jupyter-notebook, python, quarto
- Language: JavaScript
- Homepage:
- Size: 4.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ipynb-to-html
Jupyter Notebook Renderer with [Quarto](https://quarto.org/) and Fastapi.Partial credit goes to [hamelsmu/nbsanity](https://github.com/hamelsmu/nbsanity) . I use some of its code as a core function for this app.
**The app is not yet ready for production. I just make it for fun.**
## demo
![](intro.gif)## Usage
Download the repo and run the following command to build the docker image and run app under Docker.
```
docker-compose up -d --build
```