Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jupyterlab/jupyterlab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @jupyterlab/lsp@4.0.9
Choose a base ref
...
head repository: jupyterlab/jupyterlab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @jupyterlab/lsp@4.0.11
Choose a head ref
  • 17 commits
  • 179 files changed
  • 10 contributors

Commits on Nov 29, 2023

  1. Backport PR #15440: Fix Shift + L not working in stdin (#15451)

    Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
    fcollonval and krassowski authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    338df29 View commit details
    Browse the repository at this point in the history
  2. Backport PR #15355: More robust galata/UI tests (#15450)

    Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
    meeseeksmachine and krassowski authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    118ea00 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Backport PR #15462: Fix URLs in debugger-extension (#15489)

    Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>
    meeseeksmachine and fcollonval authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    436bc8c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Backport PR #15496: Pin actions/labeler to v4 to fix failing CI act…

    …ion (#15515)
    
    Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
    meeseeksmachine and krassowski authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    1b68653 View commit details
    Browse the repository at this point in the history
  2. Backport PR #15464: Fix FormComponent showing error indicators in a…

    …ll fields when using a `customValidate` function (#15522)
    
    Co-authored-by: Matthew Michilot <matthew.michilot@gmail.com>
    meeseeksmachine and mmichilot authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    54f7667 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Backport PR #15542: Fix jupyter labextension watch --help (#15543)

    Co-authored-by: Aarni Koskela <akx@iki.fi>
    meeseeksmachine and akx authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    f0dee91 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Backport PR #15479: Workaround/input box focus (#15563)

    * Re-focus input after modifying model, keep input for 0.5s
    
    * Add a test case against the focus loss issue
    
    Tested that it fails on main reproducing the issue:
    
    ```
        - Expected  - 0
        + Received  + 8
    
          from time import sleep
          input()
          print('before sleep')
          sleep(0.1)
          print('after sleep')
        +
        +
        + x
        +
        +
        +
        +
        +
    ```
    
    * Give up on using animations and :has() solution due to FF bug
    
    https://bugzilla.mozilla.org/show_bug.cgi?id=1867893
    
    `:has()` is not only not yet officially supported but is hard to
    implement well so no wonder there are difficult invalidation bugs
    
    * More robust stdin test
    
    (cherry picked from commit 68be103)
    krassowski authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    e68754b View commit details
    Browse the repository at this point in the history
  2. Backport PR #15443: Fix search coming back in notebook and editor (#1…

    …5562)
    
    * a test case to illustrate issue #14871
    
    * cleanup unused code
    
    * rename outline into highlight as it sounds more proper
    
    * fix typo in variable name _unrenderedByHighligh → _unrenderedByHighlight
    
    * Fix search coming back in notebook and editor
    
    * Add missing return
    
    * Rename snapshots and limit screenshot to notebook area
    
    Remove no-op await locator line
    
    * Update Playwright Snapshots
    
    * Improve async test implementation to avoid early closing
    
    * Update Playwright Snapshots
    
    * Remove visual snapshots, use locator counts instead
    
    and revert spurious snapshot updates
    
    ---------
    
    Co-authored-by: Thierry Parmentelat <thierry.parmentelat@inria.fr>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    (cherry picked from commit 746ce2d)
    3 people authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    dd68b9c View commit details
    Browse the repository at this point in the history
  3. Backport PR #15499: Adopt ruff format (#15564)

    (cherry picked from commit 5ec3aa4)
    
    Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
    krassowski and jtpio authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    3ce0331 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Backport PR #15386: Improve scrolling to heading (#15565)

    * Backport PR #15386: Improve scrolling to heading
    
    * Fix scrolling on active heading
    
    * Add option to scroll heading to the top for notebook
    For editor it is not currently possible easily
    
    * Switch to command mode if we are jumping to an heading in md cell
    
    * Add tests
    
    * Add doc string to new attribute
    
    * Rebase follow-up
    
    * Fix linter
    
    * Update Playwright Snapshots
    
    * Revert incorrect updates
    
    ---------
    
    Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    (cherry picked from commit 98d1e06)
    
    * Change the `scrollHeadingToTop` setting to avoid behaviour change in patch release
    
    and add a note about upcoming change in the next minor release
    
    * Update snapshot to reflect tiny rendering change
    
    ---------
    
    Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>
    krassowski and fcollonval authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    b9bc300 View commit details
    Browse the repository at this point in the history
  2. [ci skip] Publish 4.0.10

    SHA256 hashes:
    
    jupyterlab-4.0.10-py3-none-any.whl: fe010ad9e37017488b468632ef2ead255fc7c671c5b64d9ca13e1f7b7e665c37
    
    jupyterlab-4.0.10.tar.gz: 46177eb8ede70dc73be922ac99f8ef943bdc2dfbc6a31b353c4bde848a35dee1
    
    jupyterlab-application-4.0.10.tgz: bfd01729ddf642459d00556b251ae51afba62d51fc9f225f8c91e7da3aaeb926
    
    jupyterlab-application-extension-4.0.10.tgz: 8d986742e83f67cfd50c1117ba27b711bcc77bb174e9fa6f61411b03d422e0ac
    
    jupyterlab-apputils-4.1.10.tgz: f48e1302c881c86cc06d33460864680b6e81504ff8bc716cecf2c56f68eff959
    
    jupyterlab-apputils-extension-4.0.10.tgz: 0498df8c6dd5ad0250dfd69c715d919bd45ac8dd5480e752688aef3debb6a904
    
    jupyterlab-attachments-4.0.10.tgz: 4e9732280ea037b6c72bbf17813ededab59b812a6b476c7f02f767aeaf08a06f
    
    jupyterlab-builder-4.0.10.tgz: 6700115016d895fc1fda95c03c88dc75c1eae6879764cbe159c57148d7d2292a
    
    jupyterlab-buildutils-4.0.10.tgz: 020c0896c9c6b9204d379bb50d463d5f5fd94d9650d50960340761baff98ab7a
    
    jupyterlab-cell-toolbar-4.0.10.tgz: 3291b887107be8dc2b438768ee04a176ad458cdba323f002048225d3d183852e
    
    jupyterlab-cell-toolbar-extension-4.0.10.tgz: b1ed2b9f01737bd623d86fe40f51b86553fc144b9c0010fe8b932ce6f6693189
    
    jupyterlab-cells-4.0.10.tgz: 4ad49e0839e9cdddce2888a589a299d78e45c768868988ee1dae6382a67eea2b
    
    jupyterlab-celltags-extension-4.0.10.tgz: aff8124eea55e3ba211357ea46a5645a476d7abf278190cedafb76fdf55be6bb
    
    jupyterlab-codeeditor-4.0.10.tgz: 586e8528f76511d90f870eedc2baf63870c5dbf2f00215c3630d1453742c9794
    
    jupyterlab-codemirror-4.0.10.tgz: b4e6b4ec9b4050ff0b9d4f1a867b70771de42a581c1a3c861b9c80298a2a7652
    
    jupyterlab-codemirror-extension-4.0.10.tgz: b1317afe40c91ebac35c7b783dff6e4801132cc438dfaddf1dab93dfc8faa011
    
    jupyterlab-completer-4.0.10.tgz: 544cb0696aed4752a7b67cbf5e90ead3c1060d3201d09729c33464f6d26a0460
    
    jupyterlab-completer-extension-4.0.10.tgz: 5fb48f4ea09949c169ce6701eb0d8f06029990527054ba847b8c25d0d1b28740
    
    jupyterlab-console-4.0.10.tgz: 285385b31dcff515ea35c3dc051bbeefa2118d6e3a7ffc540e5a5e1c2417c999
    
    jupyterlab-console-extension-4.0.10.tgz: 7cef9d1884435e187fce19edc666c77dc5330dfb7afef33b20558484b4fba20f
    
    jupyterlab-coreutils-6.0.10.tgz: b88252c01c57fe04faf2be967007e087a9f7a1313d7d454d2447dd8029d23dd9
    
    jupyterlab-csvviewer-4.0.10.tgz: d00237387e05b8d5db0a7c2a7a4ca67549f64e6b5e18deef2681e3f37a449c92
    
    jupyterlab-csvviewer-extension-4.0.10.tgz: 9f1ce26c1edc40cf3f4a571252c3c5bf23ffe0944a3bbf4adf03f506451bf798
    
    jupyterlab-debugger-4.0.10.tgz: 6a204d44ad9434f58b0c6f8a5a38ded26a9a09b205c264c6eaba171b86413150
    
    jupyterlab-debugger-extension-4.0.10.tgz: 90d104d874fa057b7a6c62244d0bc9828ba8a489d4dcebb8bbf96d300641a271
    
    jupyterlab-docmanager-4.0.10.tgz: 9098d4dbd48f69872eda75e0950eb5ee3bb2696469b9d2a85c669e1e2b4ed034
    
    jupyterlab-docmanager-extension-4.0.10.tgz: 7da13ff776a61b4de70977202f9318f4df2d77ba07b2f4a25655c4b302f945b9
    
    jupyterlab-docregistry-4.0.10.tgz: de755eaa8a2de0e2f1ee27d60949f14e0d1106775f31540b6acd4e5877261c5c
    
    jupyterlab-documentsearch-4.0.10.tgz: bce0930f1bb884d3b4cbc28a85865aac6aba55c15f4974bd96e1290766850cb1
    
    jupyterlab-documentsearch-extension-4.0.10.tgz: d61848b42fff27c8543a93a6449efcbfeb67531d17da2a1afb4c762eb1cc68ed
    
    jupyterlab-extensionmanager-4.0.10.tgz: c3dd0392f251ef75c03c137d69dce599e661568691b71ff50a5d93997750eaf0
    
    jupyterlab-extensionmanager-extension-4.0.10.tgz: c32d965fbb57f540257a91959367eb7d61218e62d027d65d91b28dbe67cde953
    
    jupyterlab-filebrowser-4.0.10.tgz: 2021823b19d6306e90cc11dd747287fa4ad473b43595302d5ee6184299be20c2
    
    jupyterlab-filebrowser-extension-4.0.10.tgz: 5a6217fcf934427ac47f134ee8d34257bcf14df803b5f276b1659316ac43d597
    
    jupyterlab-fileeditor-4.0.10.tgz: 1e2e774de1f3fa6e02ee1673ba5260820830c060046ddf6cf5e6835aa7a0bbab
    
    jupyterlab-fileeditor-extension-4.0.10.tgz: e1290ddbf0f5457d6b12873afd450f98f117a30a614d96828c3f1cb241a52304
    
    jupyterlab-galata-5.0.10.tgz: 6d69dc6645069d864c0eb6b580f59bb223a2a4c856471d727fa4009b256ed5c0
    
    jupyterlab-help-extension-4.0.10.tgz: 771dbbbd0f91ffb3d432c1dff717023836ec0fc07e6e1577355ddc3e8213e271
    
    jupyterlab-htmlviewer-4.0.10.tgz: f02b7d55cf5122849ee0d9e34dc964671b03f01b7474928d08993a8ce2526682
    
    jupyterlab-htmlviewer-extension-4.0.10.tgz: 4ba2d54b2b6793edd39201448a9aa75a0ec932661cd3323cc105ca4d49eed59e
    
    jupyterlab-hub-extension-4.0.10.tgz: 8a16ffc549a5e49310d5de11b76269bd0872c8983dc0f806282518a03da51e48
    
    jupyterlab-imageviewer-4.0.10.tgz: 48a13d58a7925be2f5314af503483b3fa1d05a25a730b3bebc5266daff2b703f
    
    jupyterlab-imageviewer-extension-4.0.10.tgz: 010b042bc3237b930e68a11dc0f84244e5a6c023706bbfa303a35749f4c76df6
    
    jupyterlab-inspector-4.0.10.tgz: 5d174f2b4595b54054ec3ef6028db3b55d40f8ba52e2c4a937eac8bc6e9b1e35
    
    jupyterlab-inspector-extension-4.0.10.tgz: 8f6d0b5270a7d829431b86ffa5c0679145c9a6d305de7cbab2cdf5e857d0905f
    
    jupyterlab-javascript-extension-4.0.10.tgz: 72f92b1f2d271e3e56c27ade3194bdaa115cb2743f59669bdefd6fbe55953901
    
    jupyterlab-json-extension-4.0.10.tgz: ce5fc02f353504764ff5abe34baa410a44e43805eee7b2846dce8c7f7f9a1c7f
    
    jupyterlab-launcher-4.0.10.tgz: c4712ba7c34a8aaae0f33f1de67b87ed5e8bb9bbfefd10d1041e933c5b662091
    
    jupyterlab-launcher-extension-4.0.10.tgz: f5af788dc0eebc2717ee29410acce6da0c2c2fe7e3d9b1bd3de9bc060fe5f339
    
    jupyterlab-logconsole-4.0.10.tgz: 224393462fb1f2ea0e97d4849326e47deafeddd0de5611496762d026de136a52
    
    jupyterlab-logconsole-extension-4.0.10.tgz: 914d2b108476ee6302fd7cac17c483dcf66156f237e5a86f71b8f6a4bad7a2a8
    
    jupyterlab-lsp-4.0.10.tgz: 10c8218e05eb92fc5f75e7c5e2e2e084aab2efe698773125b27c9cb7efa687f2
    
    jupyterlab-lsp-extension-4.0.10.tgz: 7a944210962a563199f01f6682e011f0a8a431e1c1ac2b4e82e780e0e4480297
    
    jupyterlab-mainmenu-4.0.10.tgz: 4073d5b71fee685078019e1fa085e6418c362454d7000747e33b5907e01d1816
    
    jupyterlab-mainmenu-extension-4.0.10.tgz: b7db444e011168187908c1c0fd2b868498dd8571b60a7822ad196ea271c883a9
    
    jupyterlab-markdownviewer-4.0.10.tgz: 9ff65c5b952b90dc46c671e1f45b454e35152f8139180fd8985714ad94d93140
    
    jupyterlab-markdownviewer-extension-4.0.10.tgz: 5add7956201bfa5d07419ec3d23cab6e4680cf38e9f14057092d0387f9c9efd1
    
    jupyterlab-markedparser-extension-4.0.10.tgz: 11cf39a86ae763206860f3d1e96c6548a37e5a39831c5a0dea50657b3df54b1f
    
    jupyterlab-mathjax-extension-4.0.10.tgz: b68c633bc7aa2a3b4cd6733e8ba6c896e93c56a179323afb18c221fe4f69e2e8
    
    jupyterlab-metadataform-4.0.10.tgz: 5f739ca314cbdd419464fe96c77726bd9b7fd5cbf1845406382c22c00d2cc1ef
    
    jupyterlab-metadataform-extension-4.0.10.tgz: 94aad087f6da097d34d8e9d9425ecfcd968ffed51508f78031335ee182d3c2d4
    
    jupyterlab-metapackage-4.0.10.tgz: 49b0fea673b496cb6fc9882040985f54a6e17300f356154785735cde1128c467
    
    jupyterlab-nbconvert-css-4.0.10.tgz: 2af10d60a88bedb55fb96ad683b212a940d5512ebae5980dd1b4a19933828b2a
    
    jupyterlab-nbformat-4.0.10.tgz: 918c2038c8285c7437c0b1484d30454bab2c99719429861a21df7a49a42b6d0e
    
    jupyterlab-notebook-4.0.10.tgz: 94ed339ae91c730d386bd01654ec008467ef91eaeebcf1c0dd3d0c98abf39b39
    
    jupyterlab-notebook-extension-4.0.10.tgz: ac3818dee546fda49efa7c740fc4e691e09abf27fc11d5cb6d977e3c2e91c337
    
    jupyterlab-observables-5.0.10.tgz: df9680b16c94e07b428d614824f81acdc61747b13a9b12695fa0f7e6be791047
    
    jupyterlab-outputarea-4.0.10.tgz: d3772a4d2ce1410bc69a96be181776edb926f6493da4aba753c849ef4c03f2f0
    
    jupyterlab-pdf-extension-4.0.10.tgz: 078ecf4b6c53e883a46be1f7a4032137c3422734b8d3877bc031083e946b8090
    
    jupyterlab-property-inspector-4.0.10.tgz: c46a60cc893c79433cbc0660456912341853879cd8b04732deeea5c9bffbc40d
    
    jupyterlab-rendermime-4.0.10.tgz: 8b8c49b9b7336e559cf79a98dc6e663a69dac63e8c3cecee11c8576d1701cd66
    
    jupyterlab-rendermime-extension-4.0.10.tgz: 71e8b08aa0cdc252caf726e1e1691534f08af222de2bc7bd8e5287280fcf2aa5
    
    jupyterlab-rendermime-interfaces-3.8.10.tgz: a6e106dd6f40a9c2405ad03a6380598b34a1a442e515a846ebd6193ea4b7f62e
    
    jupyterlab-running-4.0.10.tgz: 81cd0a1de600aec918de50710ef27a3173568aa0c7bdd9775526ed29cc31b4ae
    
    jupyterlab-running-extension-4.0.10.tgz: 6834c20810c624266c614e66d0e1c2f4f47f3ae798471fe6acba09cd2887bba5
    
    jupyterlab-services-7.0.10.tgz: c29f1fa0cd14db7fb7f148a720b8daf069c87a1181333bc40ee7e53d9d5cc8e2
    
    jupyterlab-settingeditor-4.0.10.tgz: b2eeceea52df49bcbf3b9255503f5a2eae61f6951f43d7f42db5035709d4869b
    
    jupyterlab-settingeditor-extension-4.0.10.tgz: f0ac93bcbc011ab82f496ee96f79a3a226bc6cf6c15500895f8783335f0c270e
    
    jupyterlab-settingregistry-4.0.10.tgz: 5d669f2d5815c7a93f5ec0acfdacfaa0e02dc8173f347e8994541934d86607c8
    
    jupyterlab-shortcuts-extension-4.0.10.tgz: e44e2c34b2ac463cc6ebc6fce87dcb54c3b18dd1f60143c0ba05ddcf0ac39c1e
    
    jupyterlab-statedb-4.0.10.tgz: 6f811319686ff8f93cd33878502a97988b8ac04199a22b94c5599f09e2aec984
    
    jupyterlab-statusbar-4.0.10.tgz: 2e3ef7259886fa6f71c0c5b8f78cf3d49636a3fb16cb4dce8e7939664b5b65d3
    
    jupyterlab-statusbar-extension-4.0.10.tgz: dda927d32fa67d4cabbc159d985ce8a932eca56b514e4770c4e9c7cdc0008911
    
    jupyterlab-template-4.0.10.tgz: a6e1f540e70fbb14a82af098bbe2aecfdf3ebd9e4bd73af2709cb07c5a320c48
    
    jupyterlab-terminal-4.0.10.tgz: 09ecb0d800edd35bd67651676c15fc51636e4ccd598e21434b55bc6994e8424b
    
    jupyterlab-terminal-extension-4.0.10.tgz: f70d03a66cccf77b374ba57a8b25c754c73343c83cce6e235d0476d71c6b2739
    
    jupyterlab-testing-4.0.10.tgz: 4547dda9bb7a903904e53c7a8c012d66144e3c08fba8b0b517c714ee81d87dfd
    
    jupyterlab-testutils-4.0.10.tgz: 1d3ed3f1750a14ba04e4fff158611b3bacc75006ad1e18dae041dde6bade02c3
    
    jupyterlab-theme-dark-extension-4.0.10.tgz: fdc0ec38517350d9a24aa30da34ea4f10d99d9eca9452fbbe3bd5e6e180b6ebd
    
    jupyterlab-theme-light-extension-4.0.10.tgz: d800a70ac818cc7f1f31d5513090da09476f232e2f14251d09979bf4e99c1f20
    
    jupyterlab-toc-6.0.10.tgz: 8958085ca626f687e1512cdc9a62c9c6a3507237597b0e9c84bbe30a24cae80b
    
    jupyterlab-toc-extension-6.0.10.tgz: 37c23958891dc57f5747aac2d605086cd760396086d21d4d43804f54f0a5d121
    
    jupyterlab-tooltip-4.0.10.tgz: 35eb4fd1c9ddb3be5ded8feec4ada7f4f7aa5e656d2d4cf6ae6430850085d0b2
    
    jupyterlab-tooltip-extension-4.0.10.tgz: c5c839f90c7df4dadd030fb6391de11e1fceba257b10d56fff528d78af0bbdb8
    
    jupyterlab-translation-4.0.10.tgz: dc6f5f3b1cc1d02c63bf2dc38f2a0dfc9f4f95d4d6fa9589756533657072abe9
    
    jupyterlab-translation-extension-4.0.10.tgz: f1a91f67039e2b577193b6a95e01b3c4d202c441ac5d063cdce2afbccb328f32
    
    jupyterlab-ui-components-4.0.10.tgz: 459da7ea906383ce33f34c78c89b5ae6a18af295ecefd49fb98cd8f3bcf8ed6d
    
    jupyterlab-ui-components-extension-4.0.10.tgz: 4a7ca765c017ed7eebfe7101a1e0ff9478da9867e402b6270f6d7b544b7b410b
    
    jupyterlab-vega5-extension-4.0.10.tgz: c6602bf0a438c464658fd1a14c81d07a13b1dc2bd555505771e3f8618d3e514d
    krassowski committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    40e8e47 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Backport PR #15640: Fix link to yarn docs in extension migration guide (

    #15644)
    
    Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
    meeseeksmachine and krassowski authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    edb23eb View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Backport PR #15612: Fixes focus indicator on input checkbox for Firef…

    …ox (#15653)
    
    Co-authored-by: Alden Ilao <113391940+alden-ilao@users.noreply.github.com>
    meeseeksmachine and alden-ilao authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    0708330 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Merge pull request from GHSA-4m77-cmpx-vjc4

    * Fix sanitization and escaping for MD headings in ToC
    
    * Add a unit test for `getHeadingId`
    
    * Make `sanitizer` argument optional in getHeadingId, integrity update
    
    (cherry picked from commit e1b3aab)
    krassowski committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    dda0033 View commit details
    Browse the repository at this point in the history
  2. Fix CI: lint

    krassowski committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    0a75101 View commit details
    Browse the repository at this point in the history
  3. Merge pull request from GHSA-44cc-43rp-5947

    Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>
    (cherry picked from commit 19bd9b9)
    krassowski and fcollonval committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    1ef7a4f View commit details
    Browse the repository at this point in the history
  4. [ci skip] Publish 4.0.11

    SHA256 hashes:
    
    jupyterlab-4.0.11-py3-none-any.whl: 536bf0e78723153a5016ca7efb88ed0ecd7070d3f1555d5b0e2770658f900a3c
    
    jupyterlab-4.0.11.tar.gz: d1aec24712566bc25a36229788242778e498ca4088028e2f9aa156b8b7fdc8fc
    
    jupyterlab-application-4.0.11.tgz: 19848bb5d999be59fba2153a399135679d56a7fe05a45eed32a95f17f9b67a23
    
    jupyterlab-application-extension-4.0.11.tgz: 910253754a2dd0e3978798c2a5b9824dfc1a8657b27ac5c68e44ab2326506849
    
    jupyterlab-apputils-4.1.11.tgz: c3d2fa38b11975cfa4c290c6ca59dea57c2c153993f18bb660c676068e74dd93
    
    jupyterlab-apputils-extension-4.0.11.tgz: ec3ffa3f187c3c6e61323f1c35d45d8475d3b4dae69d134e31f5e7eb71c5974f
    
    jupyterlab-attachments-4.0.11.tgz: 317534c5dd6d4fbc0be75c36a2996889663fdeea9289f602a74468ed7536def0
    
    jupyterlab-builder-4.0.11.tgz: 1cd3962e88b327aba75a3146beede1cdec6717ccce4eeb4fe6519f9c860a2099
    
    jupyterlab-buildutils-4.0.11.tgz: a7f215812ad941afcf6cdb373aff3de19c3ebc01f5ce75b2e82d4ea704cf8d9d
    
    jupyterlab-cell-toolbar-4.0.11.tgz: 9c8874d8e7060bd05eaaab4cb613cdf2adf3cf469e9fc7bf1875c143ed275dd8
    
    jupyterlab-cell-toolbar-extension-4.0.11.tgz: 849f08f147cc9477d3d543079028497e81a4ecc8c9be82bfe124f16015bd99ab
    
    jupyterlab-cells-4.0.11.tgz: 2a44a3ed68a261bc409d327666e1ef4e54414a64bb5a84401c7b1e66e9ea1338
    
    jupyterlab-celltags-extension-4.0.11.tgz: e48365b74fedc54f06f9077169d4825eb2716b15d71f85daf6a977dc78523317
    
    jupyterlab-codeeditor-4.0.11.tgz: 7329cd2e2dd955e1318e87298613310a870b17b7034ae997fb24d8d3a2335814
    
    jupyterlab-codemirror-4.0.11.tgz: d30bc3a2d708ff5073f2dcf1048e0f21b9f8e935c2fe921f47a56e09c93ce107
    
    jupyterlab-codemirror-extension-4.0.11.tgz: 32876b8c203e9457343a1d84a110fdf3c317aee215692c443c64adbcfc1ab76d
    
    jupyterlab-completer-4.0.11.tgz: 8184a6abf1f7e14a67fe90cdd73200989a657fed99861613ff81b2d172436e47
    
    jupyterlab-completer-extension-4.0.11.tgz: 4c50386a7a8eabb35a7985628f4627c4ccebac254010e9f801fee3cd6d6d03d0
    
    jupyterlab-console-4.0.11.tgz: 0f9bc41ff5166578891d0f1f3735d957699598e51b5bb0ff3ec26ef18293fdc8
    
    jupyterlab-console-extension-4.0.11.tgz: 9f1bf403c8db7733aa8dc9d186a8b13ec3bcb99a12ac7ef29a109ebbd71567b1
    
    jupyterlab-coreutils-6.0.11.tgz: 82dcffe99441353ab52643e604c560ae65cd3c83e58ff88fce9cb84467c8c0c5
    
    jupyterlab-csvviewer-4.0.11.tgz: 29fd2a28563bb97be8941a4725c27b469e9f50b9ef12bb07df423849d2ea2f12
    
    jupyterlab-csvviewer-extension-4.0.11.tgz: 986328ac4c83d9235c31f86faf5b90eaaf3b994fed1fc701a6ce3347ced74362
    
    jupyterlab-debugger-4.0.11.tgz: e406c88d3d9aca9f6a48ea06738363b7f67052e4e7e80d3031744df757cef2ee
    
    jupyterlab-debugger-extension-4.0.11.tgz: 27195e9f4c4c16e6383efa7d0302c5ee7a9392fdd9fcd644c40dac9e7653c962
    
    jupyterlab-docmanager-4.0.11.tgz: 669605ffb676b1efa172321e10f6a0c272e79045b41df454a15185f40aeaa53a
    
    jupyterlab-docmanager-extension-4.0.11.tgz: 921f6ebe01e0f41e8bc4c9cd2cb22dd79bde37d53d4ca9bf2185e4c3346ad895
    
    jupyterlab-docregistry-4.0.11.tgz: 10dceb307bea6622bdf5a20982e6db88ab6685f91a4bd6ed1da16992709761cc
    
    jupyterlab-documentsearch-4.0.11.tgz: 6181a64686ef5a228261d48cdac8afc310c8a31087d0899e6a2fc63da75349a9
    
    jupyterlab-documentsearch-extension-4.0.11.tgz: 7e20000f5779553da9df0a8ec0e5de8d7cd06c6bf8cd12f9fd51dcf0d6be1188
    
    jupyterlab-extensionmanager-4.0.11.tgz: 0927fe18c87da237f055dd82d9af6d1478c5f8b428c07682787ff71e9ffadebd
    
    jupyterlab-extensionmanager-extension-4.0.11.tgz: 915bd71142eb34a57053aa84f47507feff2a4cbce7ea98c85f5f585fedaf93d4
    
    jupyterlab-filebrowser-4.0.11.tgz: e6a4a764618698eff2eabc44274459b5e9f9506a0e6365674d2d9f523bd8e3c9
    
    jupyterlab-filebrowser-extension-4.0.11.tgz: 42a7c52e54914bdc20608d02a45fccfad1535a49d56c7c16ca48bfa3143145e0
    
    jupyterlab-fileeditor-4.0.11.tgz: 535458f11b56010da4945ec2d08c6d8a670654058370e627330607a19a358d82
    
    jupyterlab-fileeditor-extension-4.0.11.tgz: 2bd0ea281b107d296270a1a07d54deb07800b7480a163c10945bc949eee4b790
    
    jupyterlab-galata-5.0.11.tgz: 412558924cfa8eca9adfbb49ce9ccf28fbdef177bea7da68d57f723eadbf1f64
    
    jupyterlab-help-extension-4.0.11.tgz: 3276af95beecec59f375e51308a9e967b7173393ff52280fd7133d15f1ddc73b
    
    jupyterlab-htmlviewer-4.0.11.tgz: 32c4168efca09b9e180e89e37300581f6fe284d1887763c58bd4f461044923f0
    
    jupyterlab-htmlviewer-extension-4.0.11.tgz: 23655af671a7fafffd7d39feb0e0afaf17ed1c85c7893a2a1ab379a310dad03e
    
    jupyterlab-hub-extension-4.0.11.tgz: c1a4ce9b05306773b3a9601f1a478bc09e3b5bec421409ac13a33f2005908001
    
    jupyterlab-imageviewer-4.0.11.tgz: 25343d9ce6b67c2d76e2248ce5192e8ca366043c536cb7c9a43dfc2d2fc23a19
    
    jupyterlab-imageviewer-extension-4.0.11.tgz: c795f68f234974c8d885ffb853c1464d84d40abfc27f6e2c61073dc9ff8773ac
    
    jupyterlab-inspector-4.0.11.tgz: 401760055e8a05387d7953634ceaee5a7f1095190567a97d38cd13a7908f92a1
    
    jupyterlab-inspector-extension-4.0.11.tgz: 4586454f20af55ac64dcc2b5c786c355156287fec0c058f0fac9f26e01819605
    
    jupyterlab-javascript-extension-4.0.11.tgz: f6f038d4ab9417c0db55bfbe10bf26930992df2d9dc9ef24fca35ca49b43ef8a
    
    jupyterlab-json-extension-4.0.11.tgz: 2cda01b52b3b8c42e7381b66fb5f45473604a57622d98a1764ccc4945205d252
    
    jupyterlab-launcher-4.0.11.tgz: c734da4425294380830f2975fa795b7e9ba926da7ed66022c302d7262521232e
    
    jupyterlab-launcher-extension-4.0.11.tgz: 63d68501eb650f2d792cb4b2374207bceb8ac6065b71497093e2ff1f6304a30f
    
    jupyterlab-logconsole-4.0.11.tgz: 39de745aacbf6a7684e35a58a73b896c050dd5ce2c3e329f3f7d1758b90662ed
    
    jupyterlab-logconsole-extension-4.0.11.tgz: 4bc62cba84cd8693cdfcff64b0198a2bbbf566eceeb8424824ce860d56a185c5
    
    jupyterlab-lsp-4.0.11.tgz: 605d0aa659930ff55d0f87cd5eed297761431b860b3d2a100d73f7f97c39545e
    
    jupyterlab-lsp-extension-4.0.11.tgz: 2e9073158fa5b87b1eb40273056d377e6481d4a81201ed6a6ac7dcb64d2c9fcc
    
    jupyterlab-mainmenu-4.0.11.tgz: a833f5cb8ec1d42bbe78a784ce6dc2f690324f248f6dde6892ae4754891a6c2f
    
    jupyterlab-mainmenu-extension-4.0.11.tgz: 2a1c3da91bb10c1f379e09f6d12ba37001eb3ba07a8f26112055aee4fa369d8f
    
    jupyterlab-markdownviewer-4.0.11.tgz: 3fd0f373ecfb7ef82fd7866ea5dad1f3c84452b5ae57591044e2321ad9a604f7
    
    jupyterlab-markdownviewer-extension-4.0.11.tgz: 55325b59a064873f3df69b620a11c7e6a94e1fa68186c18341f87d4b494fef44
    
    jupyterlab-markedparser-extension-4.0.11.tgz: 5639d53d94ef705033d6b52a9eb8184a4ef0f860488425877a77e190a9a93a96
    
    jupyterlab-mathjax-extension-4.0.11.tgz: 70abfa1137152e4f50258bdb51f19a67ff7df402438d4c5650ff9c89b5f9795c
    
    jupyterlab-metadataform-4.0.11.tgz: e49b3367597aedf0a4232b823fe62af85474b2963f30ce910f8100286dc706ea
    
    jupyterlab-metadataform-extension-4.0.11.tgz: b0d4390effd3b15c45ab7858bf69f0f4fa80130d27f8addbc39940312da7ac14
    
    jupyterlab-metapackage-4.0.11.tgz: 6eccb7baf6a7046d8d18fe4f0b5dc76af477c8387b0b2a5e9df718da42b31214
    
    jupyterlab-nbconvert-css-4.0.11.tgz: 0c245515f191f57f023edef437cca1256449399a623c55d3255a483677f5380e
    
    jupyterlab-nbformat-4.0.11.tgz: 6375c04f05edf1d3da9a823471c63cdfbe2b598fa6e13e510a34c4c6d89010bf
    
    jupyterlab-notebook-4.0.11.tgz: bd6a62fd4fcdf0ffc52fc5bbe2029f5e1c5f53037c0bb862c6b72d1e77c336f8
    
    jupyterlab-notebook-extension-4.0.11.tgz: 7bf2809ec089ed78ed399428b5d729169de648967549f98682e061665e5db1c2
    
    jupyterlab-observables-5.0.11.tgz: d3cdee3ebbc0c74b46552a9d86aa8e3a687bd3b396812f43b72aba8eaa424802
    
    jupyterlab-outputarea-4.0.11.tgz: 0504d0f206ae18715b3ffe8ff7f781b69e2460b9b13497562e90632adf006bcf
    
    jupyterlab-pdf-extension-4.0.11.tgz: aa0d292e115439e7d5f848d2a064a2bb254badef516ce624fb568c6fc02f0c33
    
    jupyterlab-property-inspector-4.0.11.tgz: 97c5682ceb72547ce07201aeec3d27c58941c29b5abe116b06392c45304fdd8b
    
    jupyterlab-rendermime-4.0.11.tgz: d30b05ac38b9f175ef2746ad9b277eaebe58e58eb4ddec952e98bfe4491232bb
    
    jupyterlab-rendermime-extension-4.0.11.tgz: b1c6f523c9640d8f0791b0ec5a1989317825192208199e0a6d8524e9cbe10c65
    
    jupyterlab-rendermime-interfaces-3.8.11.tgz: 317338085fae094b228354c337070980ac3de6af594214abc7c83cb54304b562
    
    jupyterlab-running-4.0.11.tgz: 827be01ea26a171e756323fe0afec2c8721cff6c024e8c44ff310fe3fafe9441
    
    jupyterlab-running-extension-4.0.11.tgz: d107610e313d25cce0e8d9b07c26e048e7bdec6ee5378e731c29c27e78c0a662
    
    jupyterlab-services-7.0.11.tgz: 5ac4c18e1650c6a477c6d98c90200d588bb7d665a62fd2fc3c6a8cc5d8ec6ed6
    
    jupyterlab-settingeditor-4.0.11.tgz: c5f9df4d7facdb9e390bce2e5a3350c5c589925d3436058e3ce157944503e775
    
    jupyterlab-settingeditor-extension-4.0.11.tgz: 606d564148b6ce3799e82176589a9192545bf076798116e53f45c34bfb7f3d57
    
    jupyterlab-settingregistry-4.0.11.tgz: 8e5b79ffb97a8b457907705d916f26ca661950b28fe0358a4f251b5d4a85e3d5
    
    jupyterlab-shortcuts-extension-4.0.11.tgz: 62021a60a9347a36383a019008ad494f854575a4dbfe73fa86d06cdadf0cfd43
    
    jupyterlab-statedb-4.0.11.tgz: 60b054b3cb6df8b1521277013d69c026a265cda869f26e2df352889320d26853
    
    jupyterlab-statusbar-4.0.11.tgz: e4cc2584403f28e50af8a474cd9dc980a2630355699f62228e4b740a64dc8e62
    
    jupyterlab-statusbar-extension-4.0.11.tgz: 424d1bcef2ef53115411049289cd08b55b13d1c8f8ffddeeab3a27753d57bc13
    
    jupyterlab-template-4.0.11.tgz: f7dae0e3661905f282e917053f2f68b55fdff565eba991a51f379275b0d8e61d
    
    jupyterlab-terminal-4.0.11.tgz: 61d16e1b9c4af970893790b6a414a00ac1363f38d07f5c8e36baa3b004bba628
    
    jupyterlab-terminal-extension-4.0.11.tgz: ca800134f6ce7e70cf1768a8d9ae7e615bbdf21e4ddc1d4ed5eacd11b71adc78
    
    jupyterlab-testing-4.0.11.tgz: 23997e4f4f771355afc5d9351bdc5a2ca32bccd6f5a1a5d94a850ef079860316
    
    jupyterlab-testutils-4.0.11.tgz: 04dedfb9e0e5af6fe35d5ac670eb097f04c84a537999f94cc2da2b91097ffb30
    
    jupyterlab-theme-dark-extension-4.0.11.tgz: af6cd11671ce53b1ddad0f3240d8fe18bdf7bbd39a3ba1196b2fde64db5661e2
    
    jupyterlab-theme-light-extension-4.0.11.tgz: c68bb3a7f4c9ebba375eb914be102f18c64558c918e1111b5e921b73e985d215
    
    jupyterlab-toc-6.0.11.tgz: 7eed450cc943e161f0fc720b3871f953993407f1d0b27769da44fcc5dedff0c4
    
    jupyterlab-toc-extension-6.0.11.tgz: ffcf5f7dda8072ec7119c60bac1a69e7fb5305f08f1a6d8abff2b4f060bca1a1
    
    jupyterlab-tooltip-4.0.11.tgz: c3a9968601ce579da99d299781cd25f39fef1770666559d8e9671e4b5bcee2d4
    
    jupyterlab-tooltip-extension-4.0.11.tgz: 47b6892ef5bfa2298d6a71e5722f152e4e334e2e4b71fdacf17cb8ff340b642f
    
    jupyterlab-translation-4.0.11.tgz: 3f798c1042c5fef176ae9c82f9d3e545730e3f118f30ca2c7455427e58695a9d
    
    jupyterlab-translation-extension-4.0.11.tgz: 462ec45299a9c76fcdd6ad54855a23e7cc430e32a19fb13e6d2edf2cc61ffd5d
    
    jupyterlab-ui-components-4.0.11.tgz: 63d6276c4ac2f2be4328ebbcec35e56aa5ad8725b3a058588c1dd597175173a6
    
    jupyterlab-ui-components-extension-4.0.11.tgz: 8eb9bfcc1e9a035114fe3b2bffd7b2452e269e51b70f9ed1d18519dd806b98b7
    
    jupyterlab-vega5-extension-4.0.11.tgz: 9c70322d217645b35bd19cc6d94da419dfb2662e48cd3b93b2dbce7f2fcbf44f
    krassowski committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    882dd81 View commit details
    Browse the repository at this point in the history
Loading