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: 3 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T18:08:50.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T07:30:56.299Z (5 months ago)
- Topics: pretty-jupyter
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
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.