Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```