Skip to content

Experimental playground for a JupyterLab extension system based on Module Federation

License

Notifications You must be signed in to change notification settings

thaddmt/jupyterlab-module-federation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 jupyterlab/jupyterlab#7468 for full background and discussion.

Prereqs: python 3.5+ and nodejs

To build:

pip install setuptools pip --upgrade
pip install -v -e ".[test]"
jlpm && jlpm run build

To run:

python main.py

About

Experimental playground for a JupyterLab extension system based on Module Federation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 41.4%
  • CSS 31.0%
  • JavaScript 22.4%
  • HTML 5.2%