Skip to content

JanPalasek/pretty-jupyter-server

Repository files navigation

Pretty Jupyter Server

It is a web server for an online demo app for Pretty Jupyter package.

The whole demo app consists of two parts:

Installation

sh env/install.sh # or ./env/install.ps1 for windows powershell

Running

# assumption: activated environment

python -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.

About

Simple server for Pretty Jupyter online demo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published