forked from jupyterlab/jupyterlab
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve kernels pane in running sidebar (jupyterlab#13851)
* Allow "notebook:create-new" to accept optional kernelId parameter to open a notebook with a given kernel * Allow an optional CSS class name and context menu hint in a data attribute for running items to support using a context menu * Add context menu support for running kernels * Add list of child sessions connected to a kernel * Clarify comments * Update Playwright Snapshots * Use CommandIDs * Make kernels in running sidebar collapsible * Approximate stopPropagation since toolbar buttons do not expose native events * Add support for kernel icons * Update Playwright Snapshots * Make open() function for running items optional * Update packages/running/src/index.tsx Co-authored-by: Frédéric Collonval <[email protected]> * Address review comments * Clearer variable name: `stopPropagation` instead of `shutdownRequested` * Update documentation snapshot expected text * Update Playwright Snapshots * Use customizable context menu * Fix DOM structure * Better UI test selectors * Update snapshots --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Frédéric Collonval <[email protected]> Co-authored-by: Frédéric Collonval <[email protected]>
- Loading branch information
1 parent
733e2a2
commit e3d4621
Showing
12 changed files
with
410 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+753 Bytes
(110%)
.../documentation/general.test.ts-snapshots/interface-tabs-documentation-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+3.01 KB
(130%)
.../documentation/general.test.ts-snapshots/running-layout-documentation-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.