0.2.0 • Published 6 years ago
@u2takey/jupyter-lab-serverless v0.2.0
jupyter-lab-serverless
Create And Run Serverless Function in JupyterLab
Usage
1. Write a Function

2. Save Function

3. Test Function

4. Get Function Statistics

Prerequisites
- JupyterLab
Installation
pip install jupyter-lab-serverless
jupyter labextension install @u2takey/jupyter-lab-serverlessDevelopment
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 --debugTo rebuild the package and the JupyterLab app:
npm run build
jupyter lab build