Eliaaazzz commented on issue #37977: URL: https://github.com/apache/beam/issues/37977#issuecomment-4169567654
I would like to take this issue. Here is my plan for the migration: Restructure the project: Transition to a modern Python packaging structure using pyproject.toml and hatch-jupyter-builder. Update package.json: Configure the jupyterlab metadata to specify the outputDir for the prebuilt assets. Federated Extension: Shift from the deprecated source extension model to the federated (prebuilt) model. This will allow users to install via pip without needing Node.js/npm at runtime. Cleanup: Remove outdated installation scripts and update the documentation/README to reflect the new pip install workflow. Validation: Test the installation in a fresh JupyterLab 4.x environment to ensure the sidepanel loads correctly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
