Amphi for JupyterLab is a Micro ETL designed for ingesting, cleansing, and processing data from files and databases. Amphi addresses use cases such as data extraction from structured and unstructured data, data preparation and enrichment, and data processing for LLMs-based systems. Use Amphi within the Jupyterlab environment to design your data pipelines with a graphical user-interface and generate native Python code you can deploy anywhere.
- π Documentation
- π Getting Started
π£ Beta release
Amphi for Jupyterlab is currently in beta. To start with Amphi, see below for install instructions.
As Amphi is in beta version, we welcome feedback and suggestions. Join the Slack community or reach out directly at hello@amphi.ai.
- JupyterLab >= 4.0
If you want to launch Jupyterlab + Amphi, you can run the following commands. It is recommended to a virtual environment (venv or conda for example).
To install perform the following steps, with pip:
pip install --upgrade jupyterlab jupyterlab-amphi
For more installation instructions, visit the docs.
If you already have a Jupyterlab instance, just install the amphi package:
pip install --upgrade jupyterlab-amphi
Alternatively, you can search in the Extension Manager for Amphi.
For more information, see docs.