From dff8913466de4c9b6e81129c880d420e8a9994d9 Mon Sep 17 00:00:00 2001 From: Thibaut G Date: Thu, 20 Jun 2024 00:27:25 -0700 Subject: [PATCH] Add amphi Add amphi extension for Jupyterlab --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fde5d1c..cdcbdfb 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ A curated list of awesome [Jupyter](http://jupyter.org) projects, libraries and ## JupyterLab Extensions +- [amphi-etl](https://github.com/amphi-ai/amphi-etl) - Low-code ETL extension for Jupyterlab. - [celltags](https://github.com/jupyterlab/jupyterlab-celltags) - Extension to organise and execute notebooks using cell tags. - [code_formatter](https://github.com/ryantam626/jupyterlab_code_formatter) - A universal code formatter. - [debugger](https://github.com/jupyterlab/debugger) - A visual debugger for Jupyter notebooks, consoles, and source files.