jupyterlab / jupyterlab-module-federation

Experimental playground for a JupyterLab extension system based on Module Federation
BSD 3-Clause "New" or "Revised" License
5 stars 11 forks source link

jupyterlab-module-federation

This repository is a temporary playground for implementing a new JupyterLab extension system that utilizes the Module Federation capabilities in WebPack 5.

We will be making PRs to jupyterlab_server and jupyterlab once this work is stable.

See https://github.com/jupyterlab/jupyterlab/issues/7468 for full background and discussion.

Installation

Prereqs: python 3.5+ and nodejs

To build:

bash install.sh

To run:

python main.py

Goals

Implementation

Tools

Workflow for extension authors