Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow running Notebook v7 with JupyterLab development install #6392

Closed
davidbrochart opened this issue Dec 8, 2021 · 4 comments
Closed

Allow running Notebook v7 with JupyterLab development install #6392

davidbrochart opened this issue Dec 8, 2021 · 4 comments
Milestone

Comments

@davidbrochart
Copy link
Member

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.

@jtpio
Copy link
Member

jtpio commented Dec 8, 2021

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.

@davidbrochart
Copy link
Member Author

Yes, that is the goal.

@jtpio jtpio changed the title Allow running RetroLab with JupyterLab development install Allow running Notebook v7 with JupyterLab development install Apr 27, 2022
@jtpio jtpio transferred this issue from jupyterlab/retrolab Apr 27, 2022
@jtpio jtpio added this to the 7.0 milestone Apr 27, 2022
@jtpio jtpio modified the milestones: 7.0, 7.0.x May 16, 2023
@brichet
Copy link
Collaborator

brichet commented Mar 11, 2024

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

See #7292 changes for more details.

@jtpio
Copy link
Member

jtpio commented Mar 11, 2024

Closing as fixed by #7292.

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

@jtpio jtpio closed this as completed Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants