Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/u2takey/jupyter-lab-serverless
Run and Manager ServerLess Functions in JupyterLab
https://github.com/u2takey/jupyter-lab-serverless
Last synced: 15 days ago
JSON representation
Run and Manager ServerLess Functions in JupyterLab
- Host: GitHub
- URL: https://github.com/u2takey/jupyter-lab-serverless
- Owner: u2takey
- License: apache-2.0
- Created: 2019-12-09T03:20:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T02:30:37.000Z (over 1 year ago)
- Last Synced: 2024-10-04T19:28:05.260Z (about 1 month ago)
- Language: Python
- Size: 415 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jupyter-lab-serverless
Create And Run Serverless Function in JupyterLab
## Usage
### 1. Write a Function
![image](/doc/1.png)### 2. Save Function
![image](/doc/2.png)### 3. Test Function
![image](/doc/3.png)### 4. Get Function Statistics
![image](/doc/4.png)## Prerequisites
* JupyterLab
## Installation
```bash
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:
```bash
pip install -e .
jlpm install
jupyter labextension install . --no-build
jupyter lab --debug
```To rebuild the package and the JupyterLab app:
```bash
npm run build
jupyter lab build
```