notebook icon indicating copy to clipboard operation
notebook copied to clipboard

Allow running Notebook v7 with JupyterLab development install

Open davidbrochart opened this issue 2 years ago • 2 comments

Problem

RetroLab depends on JupyterLab, but changes in JupyterLab's code are not taken into account in a development install of RetroLab.

Proposed Solution

It would be nice to have RetroLab support a jupyter retro --dev-mode that runs JupyterLab's development install.

davidbrochart avatar Dec 08 '21 10:12 davidbrochart

Thanks @davidbrochart.

Is the goal to be able to use local changes from unreleased @jupyterlab/ packages? And then build RetroLab with these packages?

If so then we probably need to link packages across the two repos with something like yarn link.

jtpio avatar Dec 08 '21 14:12 jtpio

Yes, that is the goal.

davidbrochart avatar Dec 08 '21 15:12 davidbrochart

One option can be to use yalc, that act as a local package repository.

See https://github.com/jupyter/notebook/pull/7292 changes for more details.

brichet avatar Mar 11 '24 09:03 brichet

Closing as fixed by https://github.com/jupyter/notebook/pull/7292.

Feel free to open a new issue or propose improvements in a PR, thanks!

jtpio avatar Mar 11 '24 17:03 jtpio