Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janpalasek/pretty-jupyter-server
Simple server for Pretty Jupyter online demo
https://github.com/janpalasek/pretty-jupyter-server
pretty-jupyter
Last synced: 17 days ago
JSON representation
Simple server for Pretty Jupyter online demo
- Host: GitHub
- URL: https://github.com/janpalasek/pretty-jupyter-server
- Owner: JanPalasek
- Created: 2022-07-14T20:52:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T18:08:50.000Z (over 2 years ago)
- Last Synced: 2023-03-06T03:42:09.128Z (almost 2 years ago)
- Topics: pretty-jupyter
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pretty Jupyter Server
It is a web server for an online demo app for [Pretty Jupyter](https://github.com/JanPalasek/pretty-jupyter) package.
The whole demo app consists of two parts:
- Frontend: http://janpalasek.com/pretty-jupyter.html
- Backend: https://pretty-jupyter.herokuapp.com/ (only REST API endpoint, no frontend)## Installation
```sh
sh env/install.sh # or ./env/install.ps1 for windows powershell
```## Running
```sh
# assumption: activated environmentpython -m uvicorn pretty_jupyter_server:app --reload
```## Documentation
The app is a very simple FastAPI web application. It exposes only one endpoint:
- `nbconvert`: POST only. As a parameter it expects an ipynb file.