Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Upgrade to JupyterLab 2.0 #336

Closed
jtpio opened this issue Jan 13, 2020 · 0 comments · Fixed by #337
Closed

Upgrade to JupyterLab 2.0 #336

jtpio opened this issue Jan 13, 2020 · 0 comments · Fixed by #337
Assignees
Milestone

Comments

@jtpio
Copy link
Member

jtpio commented Jan 13, 2020

Listing the different steps to target JupyterLab 2.0:

  • Update the @jupyterlab/... packages to -beta.2
  • Switch to lumino: Switch to Lumino #208
  • Services architecture rework (rename ClientSession to SessionContext): Rework kernel and session architecture jupyterlab#7252
  • Remove Console specific toolbar logic (MainAreaWidget):

    debugger/src/index.ts

    Lines 83 to 89 in 793492b

    const getToolbar = (): Toolbar => {
    if (!(widget instanceof ConsolePanel)) {
    return widget.toolbar;
    }
    const toolbar = widget.widgets.find(w => w instanceof Toolbar) as Toolbar;
    return toolbar ?? new Toolbar();
    };
@jtpio jtpio added this to the 0.2.0 milestone Jan 13, 2020
@jtpio jtpio self-assigned this Jan 13, 2020
@jtpio jtpio mentioned this issue Jan 13, 2020
7 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant