Skip to content

Latest commit

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

nbrest

pip install -e ./
jupyter notebook --NotebookApp.nbserver_extensions="{'nbrest.ext':True}"

Usage

To automatically expose a function in an HTTP endpoint, decorate it with nbrest.resources.expose:

fromnbrest.resourcesimportexpose# Expose the `foo`function in the URL http://localhost:5000/hello/@expose("/hello/")deffoo():
return"hello world!"# Expose the `foo`function in the URL http://localhost:5000/add/?x=8&y=9@expose("/add/")defadd(x, y):
returnx+y

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages