Commit Graph

152 Commits

Author SHA1 Message Date
Jeremy Tuloup
b34449747a
Update to JupyterLab 4.3.1 (#7521)
* Update to JupyterLab 4.3.1

* update snapshot
2024-11-18 10:34:59 +01:00
Jeremy Tuloup
f614f7c638
Move handling of the file browser settings to a separate plugin, enable file browser single click navigation (#7481)
* Move handling of the file browser settings to a separate plugin

* fix typo

* optional settingregistry

* remove upstream filebrowser plugin

* fix file actions buttons

* hold ctrl

* update changelog

* wording

* remove console.log

* fix comments
2024-10-24 18:10:02 +02:00
Jeremy Tuloup
dd6db47d46
Update to JupyterLab 4.3.0rc1 (#7497)
* Update to JupyterLab `4.3.0rc1`

* update playwright

* Include upstream settings plugin for now

* update snapshots

* update

* update
2024-10-24 10:10:26 +02:00
Jeremy Tuloup
390c4526df
Add a setting to enable the notebook to take up the full width (#7487)
* Toggle full width

* settings only

* enable more ways to toggle

* lint

* fixes

* add ui test

* fix snapshots

* reusable waitForNotebook

* more updates

* fix

* update
2024-10-23 09:59:04 +02:00
Jeremy Tuloup
676a0fec82
Add the file filter button to the file browser toolbar (#7479)
* Add the file filter button to the file browser toolbar

* update snapshot

* lower maxDiffPixels

* more updates

* update

* hide placeholder text on mobile

* update tree snapshot
2024-10-15 21:32:14 +02:00
Jeremy Tuloup
324de44521
Update to JupyterLab 4.3.0rc0 (#7423)
* Update to JupyterLab 4.3.0a2

* bump galata

* Update Playwright Snapshots

* Update Playwright Snapshots

* Remove custom file filter

* Add `jp-ThemedContainer` to the `body`

* Bump to 4.3.0b1

* update resolutions

* add `intl` to tsconfig

* override the lab .jp-ThemedContainer

* workaround for .jp-ThemedContainer

* more CSS fixes

* bump to 4.3.0b2

* bump jupyterlab dep

* update to beta 3

* Update Playwright Snapshots

* Update Playwright Snapshots

* Update to 4.3.0rc0

* update playwright, dedupe

* Update Playwright Snapshots

* Update Playwright Snapshots

* bump python dep

* update snapshot

* try with a fix statedb state

* update snapshots

* .

* .

* .

* one more try

* last try

* give up

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-14 21:57:09 +02:00
Jeremy Tuloup
ff2b822d06
Update to JupyterLab 4.3.0a1 (#7416)
* Update to JupyterLab 4.3.0a1

* Update yarn.lock

* Update to 4.3.0a1

* Update to Playwright 1.45.0

* Update snapshot
2024-07-01 11:14:48 +02:00
martinRenou
1a03b9d8e5
Add missing "Open..." file menu (#7385)
* Add missing "Open..." file menu

* Update ellipsis

Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>

* Update Playwright Snapshots

* Update Playwright Snapshots

* Use schema

* Cleanups

* Linter

* Revert snapshot test

---------

Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-31 15:10:09 +02:00
Jason Weill
0a66f40c46
Duplicate notebook menu option (#7374)
* WIP: Create new application:duplicate command, add to menu

* WIP: Duplicate a file, then open the new file.

* Polish

* Removes null check for variable not typed to be null

* Removes unneeded import, type declaration

* Simplifies comments

* Update Playwright Snapshots

* Update Playwright Snapshots

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-21 08:13:54 +02:00
Jeremy Tuloup
08fe5c5df1
Update @jupyterlab/galata (#7361)
* Update `@jupyterlab/galata`

* Align with the galata playwright dependency

* Add back playwrigh test dependency

* use fixed `tmpPath`

* create and delete tmpPath

* Update Playwright Snapshots

* Update Playwright Snapshots

* fix codespell

* fix codespell

* codespell

* pre-commit

* try fix flakyness

* force skip codespell

* add comments

* update snapshot

* try reduce flakyness

* try fix flakyness

* flakyness

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-14 15:46:24 +02:00
Jeremy Tuloup
f5d8aea3bd
Default to the full windowing mode (#7321)
* Remove custom windowing plugin

* remove full css workaround

* update ref snapshots

* fix CSS for the full mode

* update css

* lint

* update UI tests

* Update Playwright Snapshots

* Update Playwright Snapshots

* update mobile ui test

* update locator

* Update Playwright Snapshots

* Update Playwright Snapshots

* update ui test

* update ui tests

* Update Playwright Snapshots

* Update Playwright Snapshots

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-13 10:32:26 +02:00
Jeremy Tuloup
b18084867c
Update to JupyterLab 4.2.0 (#7357)
* Update to JupyterLab 4.2.0

* fix snapshot
2024-05-07 10:15:17 +02:00
Jeremy Tuloup
49ddd0fe1e
Update to JupyterLab 4.2.0rc0 (#7333)
* Update to JupyterLab 4.2.0b3

* Update to JupyterLab 4.2.0rc0

* Bump `jupyterlab-server`

* update galata

* Update Playwright Snapshots

* Update Playwright Snapshots

* Fix cell toolbar

* Update Playwright Snapshots

* Update Playwright Snapshots

* Update menu test

* rename ref snapshots

* Update Playwright Snapshots

* Update Playwright Snapshots

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-01 17:09:15 +02:00
Jeremy Tuloup
20243fc004
Add @jupyterlab/theme-dark-high-contrast-extension (#7331)
* Add `@jupyterlab/theme-dark-high-contrast-extension`

* Update Playwright Snapshots

* Update Playwright Snapshots

* undo unrelated snapshot update

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-18 14:58:38 +02:00
Jeremy Tuloup
80b582bce6
Update to JupyterLab 4.2.0a2 (#7307)
* Update `@jupyterlab` packages

* Update Lumino

* Update Python deps

* update yarn.lock

* disable recents plugin

* try fix locators

* Remove `docmanager-extension:recents` plugin
2024-03-29 17:10:40 +01:00
Jeremy Tuloup
da7b8d400e
Fix flaky mobile UI tests (#7278)
* Fix flaky mobile UI tests

* fix test

* Update Playwright Snapshots

* Update Playwright Snapshots

* remove unused import

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-02-26 15:11:35 +01:00
Jeremy Tuloup
b8ec7e4a8e
Fix spurious kernel selection dialog on notebook creation (#7258)
* Fix spurious kernel selection dialog on notebook creation

* fix snapshots
2024-02-13 16:09:02 +01:00
Jeremy Tuloup
d43911b23e
Create a new notebook with a specific kernel from the new dropdown (#7255)
* Create a new notebook with a specific kernel from the new dropdown

* update smoke test

* Update Playwright Snapshots

* Update Playwright Snapshots

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-02-13 09:45:14 +01:00
Dilip-Jain
2d717f5896
Added Edit Notebook Metadata Option (#6402) (#7099)
* Added Edit Notebook Metadata Option (#6402)

Edit Notebook Metadata plugin added under Edit Menu for functionality similar to classic-notebook.
Clicking on the option under the menu opens up the Notebook Tools widget in the right sidebar and expands the Additional Tools (which contains the Notebook Metadata editor) collapsible section (default: collapsed).

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Added Edit Notebook Metadata Option (#6402)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Prettier Code for passing Test Lint check

* Prettier Code for passing Test Lint check

* adding the edit-notebook-metadata entry via schema

adding the menu entry via the settings defined in the schema folder dropping the dependency on IMainMenu in the plugin

* adding the edit-notebook-metadata entry via schema

adding the menu entry via the settings defined in the schema folder dropping the dependency on IMainMenu in the plugin

* adding the edit-notebook-metadata entry via schema

* adding the edit-notebook-metadata entry via schema

* adding the edit-notebook-metadata entry via schema

* fix menu item

* Add to the command palette

* Update Playwright Snapshots

* Update Playwright Snapshots

* fix snapshots

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-02-07 13:51:55 +01:00
Jeremy Tuloup
c2ca209ab8
Remove viewport workaround in the UI tests (#6887)
* Remove viewport workaround in the UI tests

* Update viewport

* Fix handling of kernel ready

* Bump to 600

* Update ui-tests/test/mobile.spec.ts
2023-12-13 16:58:49 +01:00
Nicolas Brichet
a74cd91871
Bump to JupyterLab 4.1.0a4 bis (#7172)
* Bump to JupyterLab 4.1.0a4

* Bump `@lumino` packages

* bump galata package

* update getByRole

* Fix Shut Down All `jp-button` selector

* Remove the file actions toolbar, instead includes the action buttons in the file browser toolbar

* update CSS according to new toolbar components

* lint and snapshots

* CSS for filebrowser toolbar

* Some more CSS for 'New' menu item in FileBrowser toolbar

* Update Playwright Snapshots

* Update Playwright Snapshots

* snapshots

---------

Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-04 15:52:03 +01:00
Jeremy Tuloup
4266df1eef
Add the JupyterLab resources plugin (#6968)
* Add the JupyterLab resources plugin

* Revert command id

* fix package.json

* Update Playwright Snapshots

* Update Playwright Snapshots

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-01 11:40:22 +01:00
Jeremy Tuloup
ef1f8db5c2
Update to JupyterLab 4.1.0a3 (#7161)
* Update to JupyterLab `4.1.0a3`

* update rendermime-interfaces

* Update `jupyterlab` Python dependency

* Enable `showFullPath` by default

* Update Playwright Snapshots

* Update Playwright Snapshots

* enable inline completer

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-30 16:03:06 +01:00
Steven Silvester
29d665dbac
Update ruff config and typing (#7145) 2023-11-10 01:53:11 +00:00
Jeremy Tuloup
53b47af37b
Update to JupyterLab 4.1 (#7096)
* Update to JupyterLab 4.1

* fix rendermime

* Update Playwright Snapshots

* Update Playwright Snapshots

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-27 14:28:33 +02:00
Jeremy Tuloup
839193d07f
Update to JupyterLab 4.0.7 (#7103)
* Update to JupyterLab 4.0.7

* Update Playwright Snapshots

* Update Playwright Snapshots

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-12 09:46:32 +02:00
pre-commit-ci[bot]
16e7dfbb37
chore: update pre-commit hooks (#7084)
* chore: update pre-commit hooks

updates:
- [github.com/python-jsonschema/check-jsonschema: 0.26.3 → 0.27.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.26.3...0.27.0)
- [github.com/psf/black-pre-commit-mirror: 23.7.0 → 23.9.1](https://github.com/psf/black-pre-commit-mirror/compare/23.7.0...23.9.1)
- [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](https://github.com/codespell-project/codespell/compare/v2.2.5...v2.2.6)
- [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.292](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.287...v0.0.292)
- [github.com/scientific-python/cookie: 2023.08.23 → 2023.09.21](https://github.com/scientific-python/cookie/compare/2023.08.23...2023.09.21)

* lint

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
2023-10-04 03:23:27 +00:00
Jeremy Tuloup
068175ab0c
Update to JupyterLab 4.0.6 (#7049)
* Update to JupyterLab 4.0.6

* fix app_version

* reuse upstream config
2023-09-15 09:36:40 +02:00
adigaboy
7b329b4269
fix trusted status indication (#7036)
* fix isTrusted with check cell type

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* camelCase and redundant ;

* Update Playwright Snapshots

* Update Playwright Snapshots

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
2023-09-08 10:21:01 +02:00
Jeremy Tuloup
76db867671
Update to JupyterLab 4.0.5 (#7013)
* Update to JupyterLab 4.0.5

* Update Lumino

* Update Playwright Snapshots

* Update Playwright Snapshots

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-16 13:17:17 +02:00
Mikil Lalwani
4d8ac2635c
Added documentation link in Help menu (#6993)
* Added dcumentation link

* Update Playwright Snapshots

* Update Playwright Snapshots

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-01 08:00:14 +02:00
Jeremy Tuloup
77f87de5c7
Close the browser tab when clicking on "Close and Shut Down Notebook" (#6937)
* Close the browser tab when clicking on "Close and Shut Down Notebook"

* Move menu entry to match classic

* Fix menu entries

* Add comment about the rank

* Use default `isEnabled`

* Update Playwright Snapshots

* Update Playwright Snapshots

* Add UI test

* Rename to "Close and Shut Down Notebook"

Co-Authored-By: Andrii Ieroshenko <ieroshenkoa@gmail.com>

* Update Playwright Snapshots

* Update Playwright Snapshots

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Andrii Ieroshenko <ieroshenkoa@gmail.com>
2023-06-22 09:41:45 +02:00
Jeremy Tuloup
ab57fa1d20
Customize the shell layout with the settings (#6921)
* Add settings file

* Add support for layout customization

* Fix tests

* Add `type` option

* Fix opening document widgets

* Fix opening documents

* Add defaults for Markdown Preview

* Add docs

* Add screenshots

* Add `@jupyterlab/attachments`

* Fix integrity

* Add simple UI tests for layout customization

* Lint

* Update Playwright Snapshots

* Update Playwright Snapshots

* Update docs

* Add missing null

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-15 09:47:29 +02:00
Eric Gentry
ee3e1c2212
Fix for "find searches only part of the file" bug (#6905)
* Enabled the Accel F shortcut by default for documentsearch.

* Update Playwright Snapshots

* Update Playwright Snapshots

* Added tentative find-plugin docs, WIP.

* Removed file with shortcut override.

* Cleanup/removal of todo.

* Update docs/source/notebook.md

Co-authored-by: Andrii Ieroshenko <ieroshenkoa@gmail.com>

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
Co-authored-by: Andrii Ieroshenko <ieroshenkoa@gmail.com>
2023-06-12 08:33:00 +02:00
Andrii Ieroshenko
92f2336793
Add option to open a notebook in NbClassic if it is installed; show "Open in..." dropdown menu if there are multiple options, show single button otherwise (#6866)
* add option to open in nbclassic if installed

* account that getOption() can return truthy 'false'

* immidiately convert nbclassicInstalled to boolean

* Capitalize NbClassic as in PyPI per @JasonWeill

* capitalize commandDescription

* Update packages/lab-extension/src/index.ts

Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>

* Update packages/lab-extension/src/index.ts

Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>

* Update packages/lab-extension/src/index.ts

Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>

* Update packages/lab-extension/src/index.ts

Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>

* Update packages/lab-extension/src/index.ts

Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>

* Update packages/lab-extension/src/index.ts

Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>

* add openInNewIcon based on ##6793 by @JasonWeill

* show single 'open' button if only one option is available

* add button styling

* add css class to toolbarButton

* rename addCommand to addSwitcherCommand

* set page_config["nbclassic_installed"]

* Update snapshots

* fix general.spec.ts lint problem as detected in CI run https://github.com/jupyter/notebook/actions/runs/5008582825/jobs/8976612053?pr=6866

* Use optional chaining instead of non-null assertion to fix lint error https://github.com/jupyter/notebook/actions/runs/5008628805/jobs/8976713072?pr=6866

* add new line to try to fix eslint error

* fix prettier CI errors

* Revert "fix general.spec.ts lint problem as detected in CI run https://github.com/jupyter/notebook/actions/runs/5008582825/jobs/8976612053?pr=6866"

This reverts commit 9f0b54409f6a6b2c0be750f6ddaac1d435f622ae.

* Revert "add openInNewIcon based on ##6793 by @JasonWeill"

This reverts commit eca0a4e8fafe38307a1081b24615be0b0ab8502d.

* use launchIcon instead of openInNewIcon

* fix nbclassic urlprefix

* update general snapshots to account for use of launchIcon

* update mobile snapshots to account for launchIcon

* check if extension is enabled, not installed

* add bundled server extension

* Revert "add bundled server extension"

This reverts commit 7d261db4a987980b82bb8ca917ebc8f82d76e85d.

* set page_config in initalize_handlers

---------

Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>
2023-06-09 07:15:07 +02:00
Jeremy Tuloup
245bc87ecf
Add the notification plugin (#6900)
* Add the notification plugin

* Update Playwright Snapshots

* Update Playwright Snapshots

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-06 18:22:21 +02:00
Ashriel
a605fa9bdb
Enhancement: Added drop shadows to markdown, text, and tree views (#6893)
* Added Drop Shadows

Adjusted drop shadows for tree view, markdown and text notebooks.

* Update: Corrected Tree View Shadows

Tree View drop shadow values are in co-ordination with the others.

* Responsive padding for main-panel

Adjusted main-panel padding to be responsive

* Update: media-query rearranged

* Update: Body selectors with filters

Added data-format body selectors to the css

* Re-written media query

Re-wrote the media query for allowing responsiveness without a refresh

* Update Playwright Snapshots

* Update Playwright Snapshots

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-01 09:11:19 +02:00
Jeremy Tuloup
fd45f31f98
Add file browser actions to the file browser toolbar (#6888)
* Add component to provide file browser actions

* Fix usesignal

* Lint

* Flex display

* CSS fixes

* Undo unrelated change

* Patch methods directly

* Fix folder selection

* Update Playwright Snapshots

* Update Playwright Snapshots

* Add link to the upstream issue

* Add UI tests

* Lint

* Tweak delete button color

* Move to a separate plugin

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-29 16:45:53 +02:00
Jeremy Tuloup
9863625809
Provide a custom rendermime plugin to handle local links (#6885)
* Provide a custom rendermime plugin

* Lint

* Add UI tests for local links

* Ignore check link in the test notebook

* Improve tests
2023-05-25 17:10:16 +02:00
tuncbkose
c77ebdcfbf
Enable add a cell button (#6872)
* Enable add a cell button

* workaround for Firefox

* Lint

---------

Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
2023-05-16 15:45:57 +02:00
Jeremy Tuloup
17286813b0
Update to Playwright 1.33 (#6874)
* Update to Playwright 1.33

* Update Firefox snapshots
2023-05-16 13:28:22 +02:00
Kenny Timmer
855822d648
Remove "Close Tab" menu entry (#6843)
* remove Close Tab from menu entry

* Disable the close tab menu entry

* Update snapshots

---------

Co-authored-by: timmerk <timmerk@umich.edu>
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
2023-05-14 12:04:37 +02:00
Andrii Ieroshenko
d7d110c551
Change "Interface" menu to "Open in...", shorten names of menu items inside (#6847)
* rename commandLabel

* attemp to keep longer name in command palette

* Remove trying to keep longer name for command palette

* Attempt to register 2 commands to show the same command in the command palette

* fix passing paletteCommand to palette.addItem

* account for "args" being potentially passed to label

* change command palette wording to "Open in"

* capitalize "in" in "Open In..." btn title for consistency

* Make "in" not capitalized in "Open in..."

* use 'Open in %1' string formation form

* Update snapshots

* rename commandPaletteLabel into commandDescription

* use command with description as a label in view menu

* update snapshots manually

* update more snapshots manually

* Use isPalette and isMenu

* Lint

---------

Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
2023-05-05 09:14:08 +02:00
Jeremy Tuloup
787339c09e
Update to JupyterLab 4.0.0b1 and 4.0.0b2 (#6838)
* Update to JupyterLab 4.0.0b1

* fix resolutions

* more updates

* Remove previous shortcuts plugin

* Bump `jupyter_server` dependency

* Align playwright dependency

* Update to JupyterLab 4.0.0b2

* fix some deps

* Update yarn.lock

* add util fallback

* style the footer

* fix footer background

* move mouse before taking the screnshot

* update ui tests yarn.lock

* disable the notebook footer for now

* update snapshots
2023-04-27 10:12:43 +02:00
Nicolas Brichet
f0ec5f30e9
Fixes the notebooktools (#6834)
* Fixes the notebooktools

* Updates snapshots
2023-04-05 23:28:09 +02:00
Jeremy Tuloup
7903de83e8
Update to JupyterLab 4.0.0a37 (#6777)
* Update JupyterLab and Lumino packages

* fix resolutions

* Update to TypeScript 5 final

* Reuse upstream sessionDialogs plugin

* update gitpod setup

* Update UI tests setup

* Update npmClient

* try without immutable

* add explicit playwright dep

* Update mathjax package

* update yarn.lock

* update dev dependencies

* lint

* update yarn.lock

* Fix typescript dependency

* fix metapackage
2023-03-20 13:49:22 +01:00
Jeremy Tuloup
0faa88c8b6
Update to JupyterLab 4.0.0a36 (#6773)
* Update to JupyterLab 4.0.0a36

* Update `webpack`

* Refresh deps

* fix yarn.lock

* Update Playwright Snapshots

* Update Playwright Snapshots

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-15 09:50:55 +01:00
Afshin Taylor Darian
f44ac97b74
Clean up interface switcher plugin in preparation for release (#6766)
* Clean up interface switcher plugin in preparation for release

* Use caret down icon to be consistent with the "New" dropdown in the tree page

* Update Playwright Snapshots

* Update Playwright Snapshots

* Fix button height of interface switcher

* Update packages/lab-extension/style/base.css

Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>

* Update Playwright Snapshots

* Update Playwright Snapshots

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
2023-03-14 09:47:17 +01:00
pre-commit-ci[bot]
b591d61ed1
[pre-commit.ci] pre-commit autoupdate (#6762)
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.237 → v0.0.254](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.237...v0.0.254)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update ruff

* Lint conftest

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
2023-03-07 15:47:57 +01:00
Jeremy Tuloup
4a0387f6c4
Update to JupyterLab 4.0.0a35 (#6757)
* Update deps

* Drop `skipLibCheck`

* Integrity fixes

* Fix deps

* Enable the file size column by default

* Fix yarn.lock

* Enable file name search toolbar item

* Update Playwright Snapshots

* Update Playwright Snapshots

* Try set overflow options explicitly

* Update Playwright Snapshots

* Update to the latest Lumino 2 rc

* Fix yarn.lock

* Update Playwright Snapshots

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-07 14:42:48 +01:00