0.2.0 • Published 6 years ago

@u2takey/jupyter-lab-serverless v0.2.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
6 years ago

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