Skip to content

u2takey/jupyter-lab-serverless

Repository files navigation

jupyter-lab-serverless

Create And Run Serverless Function in JupyterLab

Usage

1. Write a Function

image

2. Save Function

image

3. Test Function

image

4. Get Function Statistics

image

Prerequisites

  • JupyterLab

Installation

pip install jupyter-lab-serverless
jupyter labextension install @u2takey/jupyter-lab-serverless

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

pip install -e .
jlpm install
jupyter labextension install . --no-build
jupyter lab --debug

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build

About

Run and Manager ServerLess Functions in JupyterLab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages