Skip to content

Zsailer/jupyter_fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyter FastAPI

A Jupyter Server implementation using FastAPI.

Warning! Very experimental!

Right now, I've only implemented Jupyter's Contents REST API as a proof-of-concept.

Install

git clone 
cd jupyter_fastapi
pip install -e .

Test it out!

After installing, run the application by calling:

jupyter fastapi

Explore Jupyter's Contents API using Swagger by going to [http://localhost:8888/docs] in your browser.

About

Jupyter Server implemented using FastAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages