Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-jupyterlab-4.3.2-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python311-jupyterlab Distribution: openSUSE Tumbleweed
Version: 4.3.2 Vendor: openSUSE
Release: 1.2 Build date: Sat Dec 7 14:23:22 2024
Group: Development/Languages/Python Build host: reproducible
Size: 19265662 Source RPM: python-jupyterlab-4.3.2-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/jupyterlab/jupyterlab
Summary: Environment for interactive and reproducible computing
An extensible environment for interactive and reproducible computing,
based on the Jupyter Notebook and Architecture.

JupyterLab is the next-generation user interface for Project Jupyter
offering all the familiar building blocks of the classic Jupyter
Notebook (notebook, terminal, text editor, file browser, rich outputs,
etc.).

Provides

Requires

License

BSD-3-Clause

Changelog

* Sat Dec 07 2024 Ben Greiner <code@bnavigator.de>
  - Update to 4.3.2
    [#]# Bugs fixed
    * Improve performance of rendering stdout/stderr #17022
      (@krassowski)
    * Fixing missed first keystroke on Ctrl+F #17005 (@itsmevichu)
    * Fix disappearing cells (heal offsets after updating estimated
      sizes) #17000 (@krassowski)
    * Fix regression in standard error rendering performance #16975
      (@krassowski)
    * Fix handling of carriage return in output streams #16999
      (@davidbrochart)
    * Fix emission of FileBrowserModel.onFileChanged for drives
      (including RTC:) #16988 (@davidbrochart)
    * Drag image prompt styling #16972 (@JasonWeill)
    * Restore viewport min-height when not windowing #16979
      (@brichet)
    [#]# Maintenance and upkeep improvements
    * Bump required setuptools to 40.8.0 #17032 (@krassowski)
    * Fix extension manager failure with new httpx versions, bump
      httpx to v0.28.0 #17013 (@davidbrochart)
    * Pin Python version for visual regression testing to 3.11 #16989
      (@krassowski)
    * Reconfigure 4.3.x branch #16970 (@krassowski)
    [#]# Documentation improvements
    * Add forgotten bracket in code sample #16998 (@cmarmo)
    * Reconfigure 4.3.x branch #16970 (@krassowski)
* Sun Nov 17 2024 Ben Greiner <code@bnavigator.de>
  - Update to 4.3.1
    [#]# Bugs fixed
    * Fix total size estimation in full windowing mode to reduce
      scrollbar jitter #16950 (@krassowski)
    * Fix moving files when Last Modified column is hidden #16962
      (@krassowski)
    * Enable Scroll for Overflowing Menus on Small Screens #16945
      (@Darshan808)
    * Fix prefix removal when reconciling completions from multiple
      sources #16953 (@krassowski)
    * Disable paste for read-only markdown cells & fix replace all
      for markdown cells #16943 (@itsmevichu)
    * Maintain autosave timers while disconnected #16903 (@holzman)
    * Fix Regex Functionality for Find and Replace / Replace All
      [#16940] (@itsmevichu)
    * Fix triggering completer on the beginning of the lines #16863
      (@andrewfulton9)
    * Add clarification about FileFormat in Services.Contents #16927
      (@cmarmo)
    * Reuse serverSettings when reopen an existing terminal #16921
      (@ianthomas23)
* Sun Nov 17 2024 Ben Greiner <code@bnavigator.de>
  - Downgrade to 4.2.6
    * Maintain autosave timers while disconnected #16903 (@holzman)
    * Use class instead of id in the log console test #16723
      (@krassowski)
  - Downgrade reason: Notebook is not ready for jupyterlab 4.3 yet
* Mon Nov 04 2024 Ben Greiner <code@bnavigator.de>
  - Update to 4.3.0
    [#]# New features added
    * Notebook minimap in the virtual scrollbar #16432 (@krassowski)
    [#]# Enhancements made
    * Change "File Size" column name to "Size" at small widths #16849
      (@JasonWeill)
    * Adds command to toggle cell outputs #16833 (@JasonWeill)
    * Improve notebook output stream processing #16814
      (@davidbrochart)
    * Update Show Virtual Scrollbar -> Show Minimap #16776 (@jtpio)
    * Clean up SVG icons from @jupyterlab/ui-components and update
      SVGO #16678 (@joaopalmeiro)
    * Convert @jupyterlab/completer type colors to theme CSS
      variables #16656 (@joaopalmeiro)
    * Adopt a theme CSS variable for the "expand a collapsed cell"
      button shadow #16653 (@joaopalmeiro)
    * Implement resizing for the file browser #16646 (@krassowski)
    * Add kernel selection to Galata notebook creation #16639
      (@pauldruce)
    * Option to disable cell toolbar #16637 (@JasonWeill)
    * Update pending input message for clarification #16632 (@RRosio)
    * Standardize dialogs to shut down all kernels #16629
      (@joaopalmeiro)
    * Standardize the button role and label for single, dismissal
      buttons in dialogs #16622 (@joaopalmeiro)
    * Copy and style edits for upgrade news notification #16615
      (@JasonWeill)
    * Suppress the inline/tab completer if the other is already
      active #16613 (@krassowski)
    * Standardize the "go-to-line" input field using theme CSS
      variables #16604 (@joaopalmeiro)
    * Add setting to enable single-click navigation in file browser
      [#16598] (@RRosio)
    * Standardize Contextual Help placeholder according to TOC #16572
      (@joaopalmeiro)
    * Adopt the --jp-border-radius CSS variable in missing input
      fields #16568 (@joaopalmeiro)
    * Add Tab as an alternative shortcut for accepting inline
      completion #16565 (@andrewfulton9)
    * Set the background color for the hover state of the New
      Launcher button #16551 (@joaopalmeiro)
    * Adopt theme CSS variables for generic input fields #16548
      (@joaopalmeiro)
    * Update the CSS variable used for notebook cell shadows #16546
      (@joaopalmeiro)
    * Scope CSS rules to a new .jp-ThemedContainer class #16519
      (@fcollonval)
    * Improve stream output handling #16498 (@davidbrochart)
    * [GSoC 2024] Use toolkit tree view for all tree view: table of
      content, debugger variables and running tabs #16488
      (@Mehak261124)
    * Update notebook kernel selector #16475 (@afshin)
    * Filebrowser filter below breadcrumbs #16446 (@JasonWeill)
    * Define ICodeCellModel.executionState, deprecate setPrompt()
      [#16431] (@krassowski)
    * Implement viewport tracking and reactive rendering in scrollbar
      [#16392] (@krassowski)
    * Use lazy loading for HTML/PDF files, and help tabs #16387
      (@hnben)
    * Shut down unused kernels #16341 (@NexVeridian)
    * Add the command to toggle the virtual scrollbar to the palette
      [#16322] (@jtpio)
    * Add a signal to proxy all Completer.selected signals #16312
      (@ajbozarth)
    * Add fullscreen mode menu entry and shortcut #16308 (@dhysdrn)
    * Advertise the color scheme based on the theme #16301
      (@krassowski)
    * Add option to dismiss "Server Connection Error" dialog for the
      duration of the session #16269 (@RRosio)
    * Add checkbox to skip showing the kernel restart dialog #16265
      (@NexVeridian)
    * Allow to select the path in debugger source component #16246
      (@krassowski)
    * Show kernel ID for notebooks and consoles in list view #16228
      (@gderocher)
    * Add error field and animation in inline completion #15344
      (@Wzixiao)
    * Add functionality to upload folder by dragging to file browser
      [#10596] (@Nazeeh21)
    [#]# Bugs fixed
    * Fix the handling of the file browser configuration #16870
      (@jtpio)
    * Fix bracket highlighting for Python string literal
      concatenation #16866 (@Nagidrop)
    * Fix alignment of headers in file browser #16839 (@krassowski)
    * Fix incorrect access to uninitialised serverRequests #16834
      (@kaushalaaditya99)
    * Conditional rendering of 'Add' and 'or' buttons during shortcut
      editing #16831 (@Darshan808)
    * Improve performance of concatenating stream strings #16815
      (@krassowski)
    * Prevent text cursor on clickable items in settings #16811
      (@Darshan808)
    * Correct file size sorting in file browser #16780 (@JasonWeill)
    * Fix shutdown kernel button in running panel #16775
      (@fcollonval)
    * Use inline-grid for browser column positioning #16765
      (@krassowski)
    * Fix compatibility with server-side execution extensions #16764
      (@krassowski)
    * Fix compatibility with jupyterlab-unfold #16763 (@krassowski)
    * Adjust the alignment and cursor of the running session icons in
      the status bar #16748 (@joaopalmeiro)
    * Use class instead of id in the log console test #16723
      (@krassowski)
    * Fix overwriting shortcuts #16721 (@krassowski)
    * Use locale name instead of display/native name to toggle
      language #16710 (@maitreya2954)
    * Add null checks for "input" variable #16705 (@JasonWeill)
    * Null checks to guard against cell toolbar errors on startup
      [#16704] (@JasonWeill)
    * Update contents model on file change due to save from RTC
      [#16695] (@krassowski)
    * Add a guard on uninitialized nodes when resizing, remove log
      [#16693] (@krassowski)
    * Fix output streaming in RTC #16692 (@davidbrochart)
    * Prevent replacing code with find and replace in read-only cells
      [#16682] (@itsmevichu)
    * Avoid changing type of read-only cells #16679 (@cmarmo)
    * Store/retrieve execution state from the shared model #16651
      (@krassowski)
    * Do not block shift-click mouse up handler on active cell #16647
      (@EdsterG)
    * Update the copyright year in About JupyterLab and LICENSE
      [#16643] (@joaopalmeiro)
    * Fix Error Rendering .ipynb with Array in 'text/plain' Output
      [#16628] (@itsmevichu)
    * Removes title from the entire File Browser #16618 (@JasonWeill)
    * Fix the identifier to download licenses in JSON format #16584
      (@joaopalmeiro)
    * Fix lack of color contrast for the project version and license
      selected on the Licenses page #16582 (@joaopalmeiro)
    * Update JupyterLab wordmark color #16567 (@joaopalmeiro)
    * Standardize Property Inspector placeholder according to TOC
      [#16566] (@joaopalmeiro)
    * Fix license table CSS selector to apply the selected row styles
      [#16547] (@joaopalmeiro)
    * Fix settings editor missing plugins with transform step or
      registered late #16523 (@krassowski)
    * Fix inline completer configure calls not being propagated
      correctly #16508 (@krassowski)
    * Add customisation options to prevent inline completer resizing
      aggressively #16507 (@krassowski)
    * Improve focus styling #16496 (@fcollonval)
    * Fix the lines placeholder taking up too much space #16493
      (@krassowski)
    * Fix check link CI failure in README (time zone converter site)
      [#16482] (@afshin)
    * Use correct hub restart URL #16471 (@mahendrapaipuri)
    * Trigger the toolbar button action on click instead of on
      mousedown #16470 (@brichet)
    * Fix async function display #16443 (@sanskriti2005)
    * Fix code comments in tilde (~) fences incorrectly shown as
      headings in TOC #16437 (@itsmevichu)
    * Fix typos in jupyter-collaboration-missing error message #16436
      (@krishanbhasin-px)
    * Fix comments in nested markdown code blocks incorrectly being
      identified as TOC headings #16420 (@itsmevichu)
    * Reactive toolbar computation, again... #16409 (@brichet)
    * Align token usage for events #16397 (@fcollonval)
    * Add the toolbar again when updating the title of
      PanelWithToolbar #16390 (@brichet)
    * Fix width and margins of the notebook footer. #16383
      (@HaudinFlorence)
    * Fix runtime console error in debugger extension #16368
      (@afshin)
    * Fix execution in console in terminal interaction mode #16348
      (@krassowski)
    * Fix workspace context menu incorrectly showing up in other
      sidebar sections #16346 (@krassowski)
    * Fix Shift + Tab contextual help inspector tooltip regression
      [#16343] (@krassowski)
    * Reactive toolbar: avoid simultaneous calls to _onResize()
      [#16335] (@brichet)
    * Upgrade CodeMirror dependencies #16306 (@krassowski)
    * Resetting a shortcut does not restore and enable the default if
      it was modified #16304 (@itsmevichu)
    * Allow to invoke inline completer anywhere (not only at the end
      of line) #16298 (@ajbozarth)
    * Search and replace with substring in markdown and raw cells
      [#16293] (@JasonWeill)
    * Wait for the cell toolbar items to be rendered the first time
      before looking for overlap #16291 (@brichet)
    * coreutils: add required TS intl libraries #16288 (@Renegade334)
    * Add lowercase proxy vars and make priority consistent with
      other tools #16287 (@jgoodson)
    * Settings Editor: remove pluginslist grey background #14375
      (@andrii-i)
    [#]# Maintenance and upkeep improvements
    * Update to @jupyter/ydoc final #16898 (@jtpio)
    * Ignore https://code.visualstudio.com in check-links #16878
      (@jtpio)
    * Fix job updating snapshots when triggered by comment on
      first-time contributor PR #16872 (@krassowski)
    * Bump markdown-to-jsx from 7.3.2 to 7.5.0 #16868 (@dependabot)
    * Update to Playwright 1.48.0 #16854 (@jtpio)
    * Ignore pypi.org links for now #16843 (@jtpio)
    * Fix UI test snapshot #16838 (@jtpio)
    * Fix docs snapshot #16836 (@jtpio)
    * Bump the pip group with 3 updates #16823 (@dependabot)
    * Bump tj-actions/changed-files from 45.0.0 to 45.0.2 in the
      actions group #16822 (@dependabot)
    * Support || in the update:dependency script #16821 (@krassowski)
    * Bump jupyter-ydoc to 3.0.0a8 #16817 (@krassowski)
    * Update examples UI tests snapshots #16816 (@jtpio)
    * Allow running the browser_check in headed mode #16810 (@jtpio)
    * Update to the latest Lumino #16804 (@jtpio)
    * Bump dompurify from 3.0.5 to 3.1.6 #16786 (@dependabot)
    * Bump semver from 7.6.0 to 7.6.1 #16784 (@dependabot)
    * Require newer handlebars version (^4.7.7) to silence false
      positive CVE notifications #16740 (@mjpsyapse)
    * Bump the pip group with 5 updates #16737 (@dependabot)
    * Bump tj-actions/changed-files from 44.5.7 to 45.0.0 in the
      actions group #16736 (@dependabot)
    * Bump webpack from 5.76.1 to 5.94.0 #16733 (@dependabot)
    * Bump axios from 1.6.1 to 1.7.4 #16691 (@dependabot)
    * Update to Playwright 1.46.1 #16684 (@jtpio)
    * Bump the pip group with 4 updates #16635 (@dependabot)
    * Bump tj-actions/changed-files from 44.5.5 to 44.5.7 in the
      actions group #16634 (@dependabot)
    * Add untitled files to .gitignore #16595 (@joaopalmeiro)
    * Fix galata update action #16560 (@krassowski)
    * Restore previous benchmark run conditions #16559 (@krassowski)
    * Bump the pip group with 2 updates #16540 (@dependabot)
    * Bump the actions group with 2 updates #16539 (@dependabot)
    * Update to Playwright 1.45.0 #16530 (@jtpio)
    * Bump ws from 8.12.0 to 8.17.1 #16495 (@dependabot)
    * Bump braces from 3.0.2 to 3.0.3 #16486 (@dependabot)
    * Ignore empty stdout data when logging in verdaccio #16459
      (@fcollonval)
    * Do not install cairo/pango on Mac in CI #16434 (@krassowski)
    * Fix some flaky ui tests #16430 (@brichet)
    * Fix usage check job on CI (add setuptools dependency) #16423
      (@jtpio)
    * Bump the pip group with 5 updates #16412 (@dependabot)
    * Bump tj-actions/changed-files from 44.3.0 to 44.5.2 in the
      actions group #16411 (@dependabot)
    * Fix failing link check (point to JAWS on Wikipedia) #16365
      (@krassowski)
    * Do not check links to Jupyter blog on Medium #16351
      (@krassowski)
    * Update .git-blame-ignore-revs #16333 (@fcollonval)
    * Run Python tests on MacOS with Python 12, replace canvas with
      jest-canvas-mock #16314 (@krassowski)
    * Allow RegExp in galata helper when looking for a tab #16302
      (@brichet)
    * Update to Playwright 1.44.0 #16300 (@jtpio)
    * Wait for the cell toolbar items to be rendered the first time
      before looking for overlap #16291 (@brichet)
    * Bump the pip group with 7 updates #16270 (@dependabot)
    * Adopt open source security foundation best practices #16012
      (@fcollonval)
* Wed Aug 28 2024 Ben Greiner <code@bnavigator.de>
  - Update to 4.2.5
    * Use locale name instead of display/native name to toggle
      language #16710 (@maitreya2954)
    * Prevent replacing code with find and replace in read-only cells
      [#16682] (@itsmevichu)
    * Do not block shift-click mouse up handler on active cell #16647
      (@EdsterG)
* Wed Aug 21 2024 Ben Greiner <code@bnavigator.de>
  - Update to 4.2.4
    * Fix the identifier to download licenses in JSON format #16584
      (@joaopalmeiro)
    * Update JupyterLab wordmark color #16567 (@joaopalmeiro)
    * Add customisation options to prevent inline completer resizing
      aggressively #16507 (@krassowski)
    * Fix license table CSS selector to apply the selected row styles
      [#16547] (@joaopalmeiro)
* Fri Jul 12 2024 Ben Greiner <code@bnavigator.de>
  - Update to 4.2.3
    * Fix inline completer configure calls not being propagated
      correctly #16508 (@krassowski)
    * Fix the lines placeholder taking up too much space #16493
      (@krassowski)
    * Use correct hub restart URL #16471 (@mahendrapaipuri)
    * Fix check link CI failure in README (time zone converter site)
      [#16482] (@afshin)
  - Release 4.2.2
    [#]# Bugs fixed
    * Fix width and margins of the notebook footer. #16383
      (@HaudinFlorence)
    * Fix async function display #16443 (@sanskriti2005)
    * Fix code comments in tilde (~) fences incorrectly shown as
      headings in TOC #16437 (@itsmevichu)
    * Fix typos in jupyter-collaboration-missing error message #16436
      (@krishanbhasin-px)
    * Reactive toolbar computation, again... #16409 (@brichet)
    * Fix comments in nested markdown code blocks incorrectly being
      identified as TOC headings #16420 (@itsmevichu)
    * Add the toolbar again when updating the title of
      PanelWithToolbar #16390 (@brichet)
    * Align token usage for events #16397 (@fcollonval)
    * Fix runtime console error in debugger extension #16368
      (@afshin)
    [#]# Maintenance and upkeep improvements
    * Ignore empty stdout data when logging in verdaccio #16459
      (@fcollonval)
    * Fix some flaky ui tests #16430 (@brichet)
    * Do not install cairo/pango on Mac in CI #16434 (@krassowski)
    * Fix usage check job on CI (add setuptools dependency) #16423
      (@jtpio)
    * Run Python tests on MacOS with Python 12, replace canvas with
      jest-canvas-mock #16314 (@krassowski)
    * Fix failing link check (point to JAWS on Wikipedia) #16365
      (@krassowski)
    * Do not check links to Jupyter blog on Medium #16351
      (@krassowski)
  - Release 4.2.1
    * Fix Shift + Tab contextual help inspector tooltip regression
      [#16343] (@krassowski)
    * Fix workspace context menu incorrectly showing up in other
      sidebar sections #16346 (@krassowski)
    * Fix execution in console in terminal interaction mode #16348
      (@krassowski)
    * Reactive toolbar: avoid simultaneous calls to _onResize()
      [#16335] (@brichet)
    * Resetting a shortcut does not restore and enable the default if
      it was modified #16304 (@itsmevichu)
    * Allow to invoke inline completer anywhere (not only at the end
      of line) #16298 (@ajbozarth)
    * Search and replace with substring in markdown and raw cells
      [#16293] (@JasonWeill)
    * Wait for the cell toolbar items to be rendered the first time
      before looking for overlap #16291 (@brichet)
    * Add lowercase proxy vars and make priority consistent with
      other tools #16287 (@jgoodson)
* Thu May 09 2024 Ben Greiner <code@bnavigator.de>
  - Revert to 4.1.8 until the ecosystem is ready (notebook)
* Thu May 09 2024 Ben Greiner <code@bnavigator.de>
  - Update to 4.2.0
    * WorkspacesUI
    * Recently opened/closed files
    * Full notebook windowing mode by default
    * Improved Shortcuts Editor
    * Dark high contrast theme
    * Keyboard shortcuts improvements
    [#]# Bugs fixed
    * Check the command is registered before calling
      notifyCommandChanged() #16273 (@jtpio)
    * Set aria-label to title if no label for #16262 (@fcollonval)
    * Fix changing font size in text editor #16261 (@FoSuCloud)
    * Fix replace when replacement text matches source text multiple
      times #16258 (@JasonWeill)
    * Add reopen closed command to tab context menu #16250
      (@krassowski)
  - Drop some directives working around the former whl install scheme
* Wed May 08 2024 Daniel Garcia <daniel.garcia@suse.com>
  - Build from source not whl from pypi.
* Fri May 03 2024 Ben Greiner <code@bnavigator.de>
  - Update to 4.1.8
    * Consider higher levels when toggling plugin #16251
      (@divyansshhh)
  - Update to 4.1.7
    * Fix toggling extension at system level #16241 (@krassowski)
    * Fix extension toggling at different level #16102 (@divyansshhh)
    * Partial backport of windowing fix from #16013 #16202
      (@krassowski)
* Mon Apr 15 2024 Ben Greiner <code@bnavigator.de>
  - Update to 4.1.6
    * Fix outputarea collapse expand #16124 (@FoSuCloud)
    * Disable placeholder for password input #16128 (@Alanhou1222)
    * Fix for existing shortcuts getting triggered while edit
      shortcut #16126 (@Susilkessav)
    * Use smart scroll in debugger to minimize distraction #16084
      (@krassowski)
    * Store the real position of the item in reactive toolbar #16111
      (@brichet)
    * Fix extension installation on Windows #16064 (@fcollonval)
    * Removes dotted outline from active code cell #16070
      (@JasonWeill)
    * Long items should not wrap #15844 (@mdietz94)
    * Fix manager isDisposed is not set #15997 (@fcollonval)
* Fri Mar 29 2024 Ben Greiner <code@bnavigator.de>
  - Update to 4.1.5
    * Fix Theme color is not applied to Toolbar Button #15957
      (@FoSuCloud)
    * Uses the browser window's selection as the default search query
      [#15834] (@JasonWeill)
    * Show outline on the full item in file browser, only when needed
      [#15860] (@krassowski)
    * Short-circuit selectItemByName() if already selected #15970
      (@krassowski)
    * Fix browser-test.js #15892 (@fcollonval)
    * Avoid concurrency when computing the items in notebook toolbar
      [#15954] (@brichet)
    * Fixes filter for Chinese, other non-ASCII filenames #15935
      (@JasonWeill)
* Thu Mar 07 2024 Ben Greiner <code@bnavigator.de>
  - Update to 4.1.4
    * Fix creating files in custom drives, fix ContentsManagerMock
      [#15291] (@jtpio)
    * Fix Theme color is not applied to SwitchKernel ToolbarButton
      [#15924] (@FoSuCloud)
    * Revert "Prevent command shortcuts from preventing user input"
      [#15938] (@krassowski)
    * Fix spurious dedent when opening inspector tooltip #15898
      (@krassowski)
    * Add an explicit default for inline completer providers #15899
      (@krassowski)
* Thu Mar 07 2024 Ben Greiner <code@bnavigator.de>
  - Release 4.1.3
    * Fix Pressing enter in console with console run keystroke set to
    enter creates a newline and runs #15869 (@FoSuCloud)
    * Fix saving of item positions in reactive toolbar #15843
    (@brichet)
    * Prevent command shortcuts from preventing user input #15790
    (@krassowski)
    * Fix missing signals in file editor adapter #15873 (@krassowski)
    * Fix codemirror highlight for Python builtin #15805 (@AllanChain)
    * When attaching only typeset after rendering is completed #15810
    (@krassowski)
  - Release 4.1.2
    * Fix highlight sequencing when replacing text in code cells
      [#15803] (@JasonWeill)
    * Windows platforms, erratic pasting of text into Markdown field
      [#15794] (@kiliansinger)
    * Restore notebook scrolling on dragging a cell to the viewport
      edge #15782 (@krassowski)
    * Fix typing in editable elements inside of open shadow DOM
      [#15774] (@krassowski)
  - Release 4.1.1
    * Correct Alt + number keyboard shortcuts command map #15791
      (@g547315)
    * Catch errors attempting to access document.cookie #15788
      (@minrk)
    * Fix undo/redo in console, fix undo/redo enabled state in file
      editor #15783 (@krassowski)
    * Fix console cells not becoming read-only after execution #15779
      (@krassowski)
    * Fix migration of command selectors for shortcuts #15762
      (@krassowski)
    * Disable (shift + ) alt + number shortcuts on Mac #15761
      (@krassowski)
    * Catch OSError in addition to PermissionError when sys_prefix is
      read-only #15756 (@dhml)
    * Fix completer auto-invoking on non-source changes #15753
      (@krassowski)
    * Fix outputs preservation on splitting cells #15751
      (@krassowski)
  - Release 4.1
    * Full changelog for user-facing changes:
      https://jupyterlab.readthedocs.io/en/latest/getting_started/changelog.html#v4-1
    * Custom CSS
    * Diagrams in Markdown
    * Inline completer
    * Keyboard navigation improvements
    * Execution history in notebook
    * Opening files from tracebacks
    * Error indicator in the table of contents
    * Plugin Manager
    * Virtual scrollbar for notebook in windowed mode
    * Notifications
    * Full notebook windowing mode improvements
    * Search improvements
    * Moved plugins
  - Release 4.0.12
    * Fix jupyterlab downgrade issue on extension installation #15650
      (@Sarthug99)
    * Fix search highlights removal on clearing input box #15690
      (@krassowski)
    * Add scroll margin to headings for better alignment #15703
      (@krassowski)
    * Fix shortcut UI failing on filtering when empty command is
      given #15695 (@krassowski)
    * Fix connection loop issue with standalone foreign document in
      LSP #15262 (@trungleduc)
    * Fix outputarea package from not detecting updates #15642
      (@MFA-X-AI)
  - Skip python39: no longer supported since ipython 8.19 (through
    ipykernel)
* Sat Jan 20 2024 Ben Greiner <code@bnavigator.de>
  - Update to 4.0.11
    [#]# Security fixes
    * Potential authentication and CSRF tokens leak in JupyterLab
      (GHSA-44cc-43rp-5947) CVE-2024-22421
    * SXSS in Markdown Preview (GHSA-4m77-cmpx-vjc4) CVE-2024-22420
    [#]# Bugs fixed
    Fixes focus indicator on input checkbox for Firefox #15612
    (@alden-ilao)
  - Update to 4.0.10
    [#]#  Bugs fixed
    * Backport PR #15386: Improve scrolling to heading #15565
      (@krassowski)
    * Workaround focus leaving input box on consecutive submissions
      [#15479] (@krassowski)
    * Fix search coming back in notebook and editor #15443
      (@krassowski)
    * Fix jupyter labextension watch --help #15542 (@akx)
    * Fix FormComponent showing error indicators in all fields when
      using a customValidate function #15464 (@mmichilot)
    * Fix Shift + L not working in stdin #15440 (@krassowski)
* Sun Nov 26 2023 Ben Greiner <code@bnavigator.de>
  - Update to 4.0.9
    [#]# Bugs fixed
    * Improve cell toolbar tracker #15314 (@fcollonval)
    * Do not update filebrowser breadcrumbs when not needed #15387
      (@krassowski)
    * Don't show default value for objects in Settings Editor #15380
      (@firai)
    * Fix highlighting search in an out-of-viewport cell #15376
      (@fcollonval)
    * Fix overreactive scrolling to next cell after Shift + Enter
      [#15288] (@krassowski)
    * Fix missing default property breaking codemirror overrides.json
      [#15346] (@LJMP)
    * Fix update button in extension manager #15331
      (@nbowditch-einblick)
    * Fix scrolling when dragging files in the file browser #15318
      (@krassowski)
    * Fix scrolling past long outputs in presence of un-rendered
      headings #15356 (@krassowski)
    * Update notebook window on resize if height changes #15357
      (@krassowski)
    * Remove unnecessary requirement from codemirror service plugin
      [#15362] (@paulkim3151)
  - Release 4.0.8
    [#]# Enhancements made
    * Expand search box horizontally when text grows long #15266
      (@sinistersnare)
    [#]# Bugs fixed
    * Add min width to constrain resizing in side-by-side view #14529
      (@dharmaquark)
    * Fix collapsed cells styling #15322 (@fcollonval)
    * Fix autobrackets and other default CM extension #15297
      (@fcollonval)
    * Fix rulers position with gutter width #15296 (@fcollonval)
    * Declare Webpack loaders with require.resolve() #15299 (@tibdex)
* Wed Oct 11 2023 Ben Greiner <code@bnavigator.de>
  - Update to 4.0.7
    [#]# Enhancements made
    * Add the standard SQL mimetype #15180 (@brichet)
    [#]# Bugs fixed
    * Restore horizontal scrolling of outputs for Firefox #15171
      (@fcollonval)
    * Fix text wrapping in the search box #15080 (@eliaslma)
    * Fix completer documentation panel hiding and animation #15238
      (@krassowski)
    * Fix clicking in the TOC does not scroll #15184 (@parmentelat)
    * Hide completer when changing notebook tabs #14534
      (@nishikantparmariam)
    * Backport of MathJax double init/font URL fix and binder/log
      updates #15231 (@bollwyvl)
    * Restore syntax highlighting for mimetypes with more than one
      identifier #15175 (@jans-code)
    * Fix completer width inflation and jitter #15132 (@krassowski)
    * Fix Show Keyboard Shortcuts command #15170 (@jtpio)
    * Blur footer for any key that triggers a 'select above', not
      just ArrowUp #14796 (@smacke)
    * Fix background-color in <select> elements in dark theme #15098
      (@Rmarieta)
    * Fix selection in active line #15129 (@krassowski)
    * Remove unusedDocuments, fix culling of foreign documents #15105
      (@krassowski)
* Sat Sep 23 2023 Ben Greiner <code@bnavigator.de>
  - Update to 4.0.6
    [#]# Enhancements made
    * Add more LSP request types #15064 (@krassowski)
    * Expose processedItemsCache as a protected in CompleterModel
      [#15025] (@krassowski)
    * Fix filebrowser.open and add ability to provide a factory
      [#14983] (@fcollonval)
    * Use config compatible with notebook 7 #14978 (@fcollonval)
    [#]# Bugs fixed
    * Fix return type of getMimeTypeByLanguage() #15101 (@krassowski)
    * Fix documentation panel display logic of the completer #15106
      (@trungleduc)
    * Check applicable provider in ProviderReconciliator #15094
      (@trungleduc)
    * Completer: switch renderer & model on update, update on
      providers change #15065 (@krassowski)
    * Fix _updateConstraints missing protected/private classifier.
      [#15066] (@krassowski)
    * HoverBox: adjust right when moving node to fit within window
      [#15052] (@krassowski)
    * fixes codemirror settings #15009 (@andrewfulton9)
    * Pass completion context to shouldShowContinuousHint() #15015
      (@krassowski)
    * Fix translation syntax to extract it by the parser #14979
      (@fcollonval)
    * added title to Close tab icon #14973 (@j264415)
    [#]# Maintenance and upkeep improvements
    * Install playwright browser in jupyterlab.browser_check #15117
      (@brichet)
    * Enable Playwright trace #15087 (@jtpio)
    * Bump ruff from 0.0.282 to 0.0.286 #15056 (@dependabot[bot])
    * React on galata update comment, fix binder URL in docs #15070
      (@krassowski)
    * Deprecate LSP adapter getEditorIndexAt() method #15028
      (@krassowski)
    * Fix pepy.tech links #14982 (@fcollonval)
    * simplify binder python baseline #14971 (@bollwyvl)
    * Restore welcome test #14946 (@fcollonval)
    * Bump black[jupyter] from 23.3.0 to 23.7.0 #14893
      (@dependabot[bot])
    [#]# API and Breaking Changes
    * Check applicable provider in ProviderReconciliator #15094
      (@trungleduc)
* Thu Aug 17 2023 Ben Greiner <code@bnavigator.de>
  - Demote primary flavor recommendation to suggestion
  - Move entrypoints to python alternatives
* Thu Aug 17 2023 Ben Greiner <code@bnavigator.de>
  - Recommend the primary python flavor -- boo#1214354
* Mon Aug 14 2023 Arun Persaud <arun@gmx.de>
  - update to version 4.0.5:
    * Check backward dep (#14956)
    * Ensure not breaking backward compatibility (#14952)
    * Bump lumino packages (#14951)
    * Fix View Menu "Show line number" does not show its corresponding
      shortcut (#14950)
    * Make the browser check default_url configurable (#14949)
    * Allow opening links in new tabs when HTML is trusted (#14943)
    * Remove docker ignore file (#14938)
    * Fix broken link (#14940)
    * Make the DOM structure of linked output views more similar to
      outputs (#14941)
    * Custom script to upgrade staging/yarn.lock (#14935)
    * Rename readthedoc config (#14930)
    * Fix incorrect indentation browser_check.py (#14923)
* Sat Aug 05 2023 Arun Persaud <arun@gmx.de>
  - update to version 4.0.4:
    * Enhancements made
      + Recommend major versions for Lab 3/Lab 4 compatible extensions
      [#14908] (@JasonWeill)
      + Improve upgrade extension script #14882 (@fcollonval)
      + Adds rank to ICompletionProvider #14800 (@hbcarlos)
      + Deprecates collaborative flag #14792 (@hbcarlos)
    * Bugs fixed
      + Fix semantic commands enabled status #14664 (@fcollonval)
      + In defer mode render enough cells to fill the viewport #14865
      (@fcollonval)
      + Fix CodeMirror tooltip positioning and tooltip background #14858
      (@krassowski)
      + Removes context data from shared model #14771 (@hbcarlos)
      + fix: out of order headings display in toc #14753 (@skyetim)
      + fix: update blocked extensions uris #14846 (@emmanuel-ferdman)
      + Fix CodeMirror theme selection background color #14841
      (@AllanChain)
      + Fix icon and theme/styles for grid in CSV/TSV viewer #14822
      (@krassowski)
      + Adds missing parameters to ICompleterProvider API #14809
      (@hbcarlos)
      + Adds this context when calling ICompletionProvider.modelFactory
      [#14812] (@hbcarlos)
      + Emit changed signal from output area when an output is updated
      [#14785] (@bollwyvl)
      + Improve typing to avoid bad usage of
      context.contentsModel.content #14660 (@fcollonval)
    * Maintenance and upkeep improvements
      + Fix integration tests #14886 (@fcollonval)
      + Bump stylelint from 14.16.1 to 15.10.1 #14802 (@dependabot[bot])
      + Relax Event.IManager interface #14770 (@trungleduc)
      + Bump word-wrap from 1.2.3 to 1.2.4 #14847 (@dependabot[bot])
      + Add style validator #14795 (@krassowski)
      + Bump semver from 7.3.8 to 7.5.2 #14750 (@dependabot[bot])
    * Documentation improvements
      + Recommend major versions for Lab 3/Lab 4 compatible extensions
      [#14908] (@JasonWeill)
      + Update yarn link documentation #14902 (@gabalafou)
      + Create JupyterLab 3.4.4 accessibility statement #14856
      (@isabela-pf)
      + Align copier version with the extension template #14899 (@jtpio)
      + Bump stylelint from 14.16.1 to 15.10.1 #14802 (@dependabot[bot])
      + Fix broken link to security model #14861 (@fcollonval)
      + Improve examples #14726 (@fcollonval)
  - changes from version 4.0.3:
    * Bugs fixed
      + Fix incorrect CSS value for statusbar popover shadow #14789
      (@krassowski)
      + Fix indentation problem after multi-line Python function
      definition #14748 (@FoSuCloud)
      + Fix HTML lang being set to ‘default’ resulting in blind users
      with screenreader reading everything in German #14705
      (@andrii-i)
      + Expose serverCapabilities, provides, and updateLogging #14712
      (@krassowski)
      + Fix kernel message deserialization #14721 (@davidbrochart)
      + Ensure the kernel selector show the default kernel if notebook
      does not have a valid assigned kernel #14693 (@echarles)
      + Add a title to the Markdown Preview widget #14681 (@jtpio)
    * Maintenance and upkeep improvements
      + Separate LSP settings handling out to another plugin #14786
      (@krassowski)
      + fix changed username, pin pydantic<2 for CI #14780 (@bollwyvl)
      + Clean up obsolete docker #14729 (@fcollonval)
      + Port LSP connection manager fixes/enhancements #14714
      (@krassowski)
      + Drop StatusMessage which is dead code #14713 (@krassowski)
      + Update requirements: conda != Python, jupyter-server over
      notebook #14709 (@krassowski)
      + Don’t list log file as changes when checking license header
      [#14700] (@fcollonval)
      + Update branch configuration #14694 (@fcollonval)
      + Update the jupyter labextension list compat message #14680
      (@jtpio)
    * Documentation improvements
      + fix changed username, pin pydantic<2 for CI #14780 (@bollwyvl)
      + fix: typo in param annotation #14745 (@emmanuel-ferdman)
      + fix: typo in common extension points page #14727
      (@emmanuel-ferdman)
      + Fix docs for semantic commands registration #14718 (@jtpio)
      + Ensure documentation switcher data always points to the latest
      JSON. #14698 (@fcollonval)
      + Update requirements: conda != Python, jupyter-server over
      notebook #14709 (@krassowski)
      + Set out expectations for good first issue label #14686
      (@krassowski)
      + Update branch configuration #14694 (@fcollonval)
      + Update the jupyter labextension list compat message #14680
      (@jtpio)
      + Document more features for JupyterLab on Binder #14677
      (@fcollonval)
      + Fix copier command in documentation #14671 (@fcollonval)
      + Update contributing.rst for Windows users #14666 (@coriegulik)
    * Other merged PRs
      + fix: typo in notifications settings documentation #14747
      (@holzman)
* Sun Jun 11 2023 Ben Greiner <code@bnavigator.de>
  - Update to 4.0.2
    * Add support for copier 8.0.0 #14644 (@fcollonval)
    * Update documentation snapshots #14636 (@fcollonval)
    * Allow Lumino 1.x version for rendermime-interfaces #14618
      (@fcollonval)
  - Release 4.0.1
    [#]# Enhancements made
    * Enable base numbering option #14586 (@tuncbkose)
    * added dynamic functionality to the text spacing #14561
      (@j264415)
    * Implement dialog element for dialogs with accessibility #14560
      (@t03857785)
    * Allow maxHeight being equal to minHeight for HoverBox’s
      visibility #14533 (@nishikantparmariam)
    * FileBrowser: Added the sortNotebooksFirst option #14497
      (@tpatel)
    [#]# Bugs fixed
    * Inherit font family from .cm-editor #14601 (@krassowski)
    * Fix: Toolbar doesn’t update on paste. #14596 (@brijsiyag)
    * Highlight booleans using the same style as keywords #14588
      (@krassowski)
    * Avoid clearing the host node while rendering Markdown #14579
      (@c3Vu)
    * Fix react error log in shortcuts dialog #14566 (@c3Vu)
    * Updates docs to reflect that v4 is released #14556
      (@JasonWeill)
    * Fix drive handling for sessions and terminals #14519
      (@fcollonval)
  - Release 4.0.0 highlights
    * New text editor
    * New extension manager
    * Improved document search
    * UI improvements
    * Accessibility improvements
    * Performance enhancements
    * Real Time Collaboration (now optional)
    * Full changelog:
      https://jupyterlab.readthedocs.io/en/latest/getting_started/changelog.html#v4-0
* Sun Apr 23 2023 Ben Greiner <code@bnavigator.de>
  - Update to 3.6.3
    * Bump lumino 1.x #14286 (@fcollonval)
    * Provide @jupyterlab/shared-models as singleton #14229
      (@fcollonval)
* Mon Mar 20 2023 Ben Greiner <code@bnavigator.de>
  - Update to 3.6.2
    * Fix save as without changing the file name #14212 (@hbcarlos)
    * Fix save as in collaborative mode #14182 (@hbcarlos)
    * Fix non-document wide undo stack #14063 (@fcollonval)
    * Fix code/content/ui font-size change #14077 (@FoSuCloud)
    * Restore @jupyterlab/shared-models as proxy to @jupyter/ydoc
      [#14133] (@fcollonval)
    * Doc session #14128 (@hbcarlos)
    * Use local paths instead of driveName:path in the shared model
      [#13866] (@hbcarlos)
    * use singleton boolean type for codemirror lineWiseCopyCut
      setting #14055 (@bollwyvl)
    * Fix integrity #14226 (@fcollonval)
    * Increases timeout #14045 (@brichet)
    * Use Python 3.11 for js-debugger tests #13941 (@fcollonval)
    * Fix verdaccio start up with nodejs 18.14.0 #13959 (@fcollonval)
* Sun Feb 05 2023 Ben Greiner <code@bnavigator.de>
  - Update to 3.6.1
    * Revert target to ES2017 #13914 (@fcollonval)
  - Update to 3.6.0
    [#]# New features added
    * Add copy and paste commands to terminal context menu #13535
      (@krassowski)
    * Turn terminal links into anchors using xterm addon #13645
      (@mgcth)
    * Allows to pause the execution during debug #13494 (@brichet)
    * Ask confirmation when closing a document #13489 (@fcollonval)
    * Add events service #13465 (@fcollonval)
    * Add notification queue and display using toast #12959
      (@telamonian)
    * Add announcements #13444 (@fcollonval)
    * Add line history to Stdin cell outputs #13431 (@fcollonval)
    * Add user configuration for additional schemes for the sanitizer
      plugin #13419 (@fcollonval)
    * User service #12926 (@hbcarlos)
    [#]# Enhancements made
    * Expose contentVisibility widget hiding mode #13860
      (@fcollonval)
    * default locale will use OS default locale #13721 (@fcollonval)
    * Enable strict CSS containment for MainAreaWidget #13811
      (@krassowski)
    * User defined default viewer take precedence for rendered
      factory #11541 (@fcollonval)
    * Remove not needed Completer.IRenderer.sanitizer #13700
      (@fcollonval)
    * Contain the tabs within the tabbar (do not use translation
      transform) #13671 (@krassowski)
    * Sanitize notification message #13510 (@fcollonval)
    * Use more the contextual collaborative model attribute #13564
      (@fcollonval)
    * Add lumino with support for plugin deactivation #13541
      (@fcollonval)
    * Sets whether the model is collaborative or not when registering
      its factory #13526 (@hbcarlos)
    * RTC: Move user name to user panel #13517 (@martinRenou)
    * jupyter_server_ydoc>=0.6.0,<0.7.0 #13499 (@fcollonval)
    * Define file or activity icons color as static #13408
      (@fcollonval)
    * Added collaborative_document_save_de… #13404 (@fcollonval)
    * Add a hover effect to plugin list entries #13384 (@krassowski)
    * Bump Lumino 1.x #13378 (@fcollonval)
    * Store original path as returned from contents API in the
      Contents.IModel #13216 (@krassowski)
    * Update document dirty logic for RTC #13364 (@davidbrochart)
    * Store document info in the state not in a separate context map
      out of the document interface. #13317 (@fcollonval)
    * Use file ID #13246 (@davidbrochart)
    * Relax doc provider API #13214 (@fcollonval)
    * Avoids restoring widget in dock panel when first loading in
      'single-document' mode #13314 (@brichet)
    * Fix illegible white on yellow text of stacktrace in dark theme
      [#13249] (@NikolayXHD)
    * Use settings icons for 6 plugins #13298 (@krassowski)
    * Do not run galata in .ipynb_checkpoints #13297 (@krassowski)
    * Allow empty notebook #13296 (@martinRenou)
    * Optimize text mimerenderer: ansi vs autolink #13202 (@vidartf)
    * Remove Yjs locking mechanism #13222 (@davidbrochart)
    [#]# Bugs fixed
    * Define colour and background for filebrowser edit field #13895
      (@krassowski)
    * Reset execution indicator state when kernel restarts #13832
      (@krassowski)
    * Restore blueprint focus overrides on 3.x branch #13879
      (@krassowski)
    * Restore partial border effect for menu #13878 (@krassowski)
    * Pin jupyter_ydoc #13863 (@fcollonval)
    * Fix preferred_dir for examples #13788 (@fcollonval)
    * Bump canvas to version with nodejs 18 binaries #13783
      (@fcollonval)
    * Explain why cell model may be missing in cell toolbar #13763
      (@krassowski)
    * Fix handling of settingEditorType #13761 (@jtpio)
    * Fix execution indicator in RTC mode #13693 (@trungleduc)
    * Force jupyter-server v1 to check against notebook v6 #13716
      (@fcollonval)
    * Write the browser open files for test #13634 (@fcollonval)
    * Add the scaleFactor value from the embed options when creating
      the PNG representation for a Vega-based chart #13610
      (@joaopalmeiro)
    * Does not prevent default behavior when shift-clicking #13616
      (@jmk89)
    * Do not load CSS of disabled federated extensions #11962
      (@jtpio)
    * use jupyter_config_dir instead of config_path[0] for
      workspaces, settings #13589 (@minrk)
    * Bump @lumino/application #13590 (@fcollonval)
    * Restores the appearance of the settingeditor's input focus
      [#13554] (@brichet)
    * Fix a wrong argument when calling 'renderMimeVariable' #13531
      (@brichet)
    * fix size of toc running indicator #13568 (@uenot)
    * Fixes backward-incompatible changes for 3.6 #13560 (@hbcarlos)
    * Make focus visible (mostly CSS) #13415 (@gabalafou)
    * Set corrections to icons and switch colors #13500
      (@HaudinFlorence)
    * Default IDocumentProviderFactory.IOptions generic to
      ISharedDocument #13490 (@jtpio)
    * Use same key for saving user info in local store #13482
      @hbcarlos
* Mon Dec 26 2022 Ben Greiner <code@bnavigator.de>
  - Update to 3.5.2
    * use jupyter_config_dir instead of config_path[0] for
      workspaces, settings #13589 (@minrk)
    * Fix Python test dependencies #13508 (@fcollonval)
  - Release 3.5.1
    * Fixes sharing metadata #13491 (@hbcarlos)
    * Bump sanitize-html to 2.7.3 #13509 (@fcollonval)
* Wed Oct 26 2022 Ben Greiner <code@bnavigator.de>
  - update to version 3.5.0
    * Enhancements made
      + Optimize text mimerenderer: ansi vs autolink #13202
      (@vidartf)
      + Collapse debugger panel when disabling debugger #13088
      (@yanmulin)
      + File Browser: add support for filtering directories on search
      [#12342] (@jtpio)
      + Prompt for renaming at first manual save #12953 (@fcollonval)
      + Raise ceiling on jupyter_server dependency to < 3 #13068
      (@Zsailer)
    * Bugs fixed
      + Set isUntitled to false on document path changes #13268
      (@fcollonval)
      + Don't dispose the notebook metadata editor on active cell
      change #13259 (@fcollonval)
      + Use keystroke format consistent with menus #13200
      (@fcollonval)
    * Maintenance and upkeep improvements
      + Fix memory leaks #13229 (@fcollonval)
      + Bump to the latest Lumino 1.x #13190 (@fcollonval)
      + Update branch configuration #13184 (@fcollonval)
* Sun Oct 09 2022 Arun Persaud <arun@gmx.de>
  - update to version 3.4.8:
    * Enhancements made
      + Adjust CSS styles degrading performance in Chromium browsers
      [#13159] (@krassowski)
    * Bugs fixed
      + Always show tooltip in hover box even if edges are out of view
      [#13161] (@krassowski)
      + Fix workspace URL while cloning a workspace #12794
      (@aditya211935)
      + Switch back to display to hide tabs #13103 (@fcollonval)
      + Preserve kernel icon aspect ratio #13122 (@fcollonval)
      + Fix cell toolbar layout #13059 (@kulsoomzahra)
      + Avoid menus overflowing in small screens #13109 (@steff456)
    * Maintenance and upkeep improvements
      + Fix storybook error #13135 (@fcollonval)
      + Remove xeus-python installation for debugger test #13113
      (@fcollonval)
      + Resolve core_path before calling nodejs #13126 (@fcollonval)
* Tue Sep 13 2022 Arun Persaud <arun@gmx.de>
  - update to version 3.4.7:
    * Enhancements made
      + Get package name from pyproject if available #13076 (@blink1073)
      + Fix blurry icons in Launcher at 400% Zoom #13065 (@fcollonval)
    * Bugs fixed
      + Added mimeType for .webp image files #13066 (@alec-kr)
      + Fix URL when falling back to node-fetch #13067 (@fcollonval)
      + Keep completer visible when anchor is horizontally scrolled out
      of view #13046 (@krassowski)
* Thu Sep 08 2022 Arun Persaud <arun@gmx.de>
  - update to version 3.4.6:
    * Bugs fixed
      + Update Python icon to be PSF Trademark compliant #13044
      (@fcollonval)
      + Reorder of webpackConfig merge #13042 (@fcollonval)
      + Update xterm.js dependency #13036 (@fcollonval)
      + Support stateStorage for API calls #13015 (@fcollonval)
      + Conditional call to waitIsReady in reload #13011 (@fcollonval)
      + Add scrolling to debugger variable renderer #12968 (@firai)
      + Fix resizing and selection of debugger variable explorer grid
      [#12943] (@firai)
    * Maintenance and upkeep improvements
      + Fix lumino API documentation links #13021 (@fcollonval)
    * Documentation improvements
      + Fix lumino API documentation links #13021 (@fcollonval)
* Thu Aug 11 2022 Arun Persaud <arun@gmx.de>
  - update to version 3.4.5:
    * Enhancements made
      + Add an option to enable “fast checks” of the jupyter lab
      build. #12844 (@thetorpedodog)
      + Add .webp filetype in docRegistry. #12839 (@yangql176)
    * Bugs fixed
      + Only show “Shut Down Kernel” if kernel is running #12919
      (@krassowski)
      + Fix JSON Settings Editor #12892 (@krassowski)
      + Fix progress bar not working after uploading multiple files
      finished #12871 (@hsuanxyz)
      + Fix kernel in the statusbar does not match the actual #12865
      (@hsuanxyz)
      + Adjust css to not leave trace of deleted widgets #12838
      (@thomasaarholt)
    * Maintenance and upkeep improvements
      + Log launcher error to console #12909 (@trungleduc)
    * Documentation improvements
      + Add alt text to documentation #12879 (@isabela-pf)
      + Split commands in two blocks in the contributing guide #12898
      (@jtpio)
      + Remove reference to unmaintained nb_conda_kernels #12878
      (@SylvainCorlay)
      + Document building JupyterLab on osx-arm64 platforms #12882
      (@SylvainCorlay)
      + Don’t suggest deprecated command #12855 (@ryanlovett)
* Mon Aug 01 2022 Ben Greiner <code@bnavigator.de>
  - Update to 3.4.4
    Enhancements made
    * Adds version maintenance policy #12829 (@jweill-aws)
    * Increase title width in simple mode #11546 (@SylvainCorlay)
    * Bump xtermjs to latest #12715 (@yuvipanda)
    * Debugger: Make kernel source list react based #12751 (@vidartf)
    * Optimize debugger editor eachLine loops #12746 (@vidartf)
    * Make password inputs not give away how many characters were
      typed #12659 (@jasongrout)
    Bugs fixed
    * Remove drive prefix from the file path when creating the new
      path #12824 (@hbcarlos)
    * Use path to extract tmpPath #12823 (@fcollonval)
    * update tab name after file rename #12791 (@RobbyPratl)
    * Update base.css #12783 (@siddartha-10)
    * Pin nbclassic below 0.4.0 #12767 (@fcollonval)
    * Set focus when active cell changes only from mouse click #12735
      (@fcollonval)
    * Fix staging/yarn.lock registry #12742 (@vidartf)
    * Debugger: Fix CSS for variables inspecting #12749
      (@martinRenou)
    * Translate "Default: " and "Remove" in custom fields #12732
      (@krassowski)
    * Fix cell toolbar overlap in side-by-side render mode #12710
      (@peytondmurray)
    * Remove ipywidgets message count in the execution indicator
      model #12665 (@trungleduc)
    Maintenance and upkeep improvements
    * Update verdaccio, start registry on 0.0.0.0 #12825
      (@fcollonval)
    * Use Vega SVG renderer to drop canvas dependency #12811
      (@fcollonval)
    * Bump moment from 2.29.2 to 2.29.4 #12781 (@dependabot[bot])
    * [memory-leaks] Fixes following cell addition analysis #12774
      (@fcollonval)
    * Bump @lumino/widgets to 1.33.0 #12777 (@fcollonval)
    * Fix memory leaks #12750 (@fcollonval)
    * Bump version of marked and @types/marked #12747 (@krassowski)
    * Drop pre-commit from build dependencies (#12680) #12706
      (@jtpio)
  - Release 3.4.3
    New features added
    * Persistent side-by-side ratio setting #12633 (@echarles)
    Enhancements made
    * Persistent side-by-side ratio setting #12633 (@echarles)
    * Add "Open in Simple Mode" contextMenu option #12577
    * (@fcollonval)
    Bugs fixed
    * Always check local packages against abspath #10662 (@mlucool)
    * Fix arrow position on unrendered markdown cell #12660
      (@fcollonval)
    * Fix the side-by-side cell resize handle #12611 (@echarles)
    * Fix loading toolbar factory twice #12599 (@fcollonval)
    * Fixes behavior of maxNumberOutputs #12598 (@fcollonval)
    * Focus not set when clicking on cell margin #12447 (@fcollonval)
    * Make selected text translucent so the cursor is visible in vim
      mode #12520 (@Jessie-Newman)
    * Fix file browser search highlighting bug #12578 (@fcollonval)
  - Release 3.4.2
    * Building extensions fail if not using latest patch #12571
      (@ajbozarth)
    * fixed shouldOverwrite is never called when rename target exists
      [#12543] (@ephes)
  - Release 3.4.1
    Enhancements made
    * Setting to use the advanced setting editor for the settings
    * #12466 (@echarles)
    Bugs fixed
    * Allow users to yarn link @jupyterlab/builder #12533
      (@ajbozarth)
    * Get Auto Close Brackets working consistently in Consoles #12508
      (@Jessie-Newman)
    * Handled new dialog creation with no buttons #12496 (@Jnnamchi)
    * Handle missing preferredPath from the page config #12521
      (@jtpio)
  - Release 3.4.0
    Enhancements made
    * Add ability to open settings editor to specific plugin's
      settings #12506 (@fcollonval)
    * Don't sort context menu items by selector #12505 (@fcollonval)
    * Allow downstream extension to set toolbar layout #12503
      (@fcollonval)
    * Display default value in setting editor for changed values
      [#12468] (@echarles)
    * Uses dark theme for Vega when JupyterLab theme is dark #12411
      (@jweill-aws)
    * Creates cell-toolbar, cell-toolbar-extension packages and
      populates toolbar #12028 (@jweill-aws)
    * Customize the file browser toolbar via the settings #12441
      (@fcollonval)
    * Wait until file browser commands are ready before activating
      file browser widget #12435 (@fcollonval)
    * Add a "New Tab" button that opens the launcher #12195
      (@ajbozarth)
    * Simplify galata import by proxying expect #12311 (@fcollonval)
    * Open terminal in cwd from launcher #12250 (@rccern)
    * Add support for filtering by field names in setting editor
      [#12082] (@marthacryan)
    * Use transform to quickly switch between tabs. #11074
      (@fcollonval)
    * Pop up select kernel dialog when run a cell without kernel
      [#12379] (@a3626a)
    * Allow LauncherModel to be more extendable #12344 (@ajbozarth)
    * Add argument searchText and replaceText to search and replace
      commands #12310 (@fcollonval)
    * Add argument line and column to codemirror go to line command
      [#12204] (@fcollonval)
    * Default is no virtual rendering + Relax virtual notebook
      rendering and ensure no structural change until rendering is
      completed #12258 (@echarles)
    Bugs fixed
    * Ensure settings editor is attached before activation #12507
      (@fcollonval)
    * Setting form editor has a formState to avoid focus lost #12470
      (@echarles)
    * Check if process is declared before optional chaining in
      makeSettings #12472 (@fcollonval)
    * Signal should only export ISignal publicly #12471 (@fcollonval)
    * Move cell toolbar below search document widget #12467
      (@fcollonval)
    * Use css variable for font size. #12255 (@Carreau)
  - More release notes for 3.3.0 and older:
    * https://github.com/jupyterlab/jupyterlab/releases and
      ChANGELOG.md
* Sun Nov 14 2021 Ben Greiner <code@bnavigator.de>
  - Allow to keep the config in %_distconfdir
* Fri Nov 12 2021 Ben Greiner <code@bnavigator.de>
  - Update to 3.2.3
    * [3.2.x] Expose window.jupyterapp #11417 (@jtpio)
    * Handle relative paths to themePath and schemaDir #11427
      (@jtpio)
    * fix #11377 & bump Yjs dependencies & fix modeldb overwriting
      yjs content
    * akes ILabShell optional in toc extension
  - Changes in 3.2.2
    * Make orig_nbformat optional #11005 #11370 (@nanoant)
    * Updated dialog with text to a reasonable width #11331 (@3coins)
    * Fix for terminal theme style #11291 (@3coins)
    * Only trigger dirty status update on value changes #11346
      (@krassowski)
    * Run nested code cells directly from markdown headings #11375
      (@jess-x)
    * Fix release_test #11390 (@fcollonval)
    * Removed cat package.json #11372 (@ceesu)
    * Relax @playright/test dependency in Galata #11371 (@jtpio)
  - Changes in 3.2.1
    * Updated button styles to accessible colors #11321 (@3coins)
    * Fix for debugger not working for scripts #11311 (@3coins)
    * Added handling of '\r' ended files #11310 (@lucabarcelos)
    * Emit indexChanged on model state updates #11298 (@krassowski)
    * Fix ANSI vs URL conflict, prefix www. with https:// #11272
      (@krassowski)
    * Pass version spec as an input #11322 (@jtpio)
* Sun Oct 17 2021 Ben Greiner <code@bnavigator.de>
  - Update to 3.2.0
    Enhancements made
    * Add a menu entry to show/hide hidden files in the filebrowser
      [#11206] (@loichuder)
    * Restore Copy shareable link use of shareUrl #11188
      (@fcollonval)
    * Add Galata in JupyterLab #11179 (@fcollonval)
    * Responsive Toolbar #11178 (@3coins)
    * Make check margin between last modified timestamps on disk and
      client configurable #11153 (@ph-ph)
    * Reuse cell id of cut cell on cut + paste #11138 (@smacke)
    * Add Side-by-side Rendering #11143 (@blink1073)
    * Add show trailing whitespace option to Notebook and Text Editor
      [#11131] (@blink1073)
    * Implement Restart and debug #11129 (@blink1073)
    * Add preferred-dir handling #10667 (@goanpeca)
    * Enable disabling document-wide history tracking #10949
      (@echarles)
    * Removed debug switch #11185 (@3coins)
    Bugs fixed
    * Normalize cell source \r line endings #11271 (@jasongrout)
    * Fix Webpack crypto handling #11249 (@blink1073)
    * Use standard hash type in webpack build #11234 (@blink1073)
    * Remove format from fetching options if null #11229 (@loichuder)
    * Do not continuously cd('/') when already in / #11219 (@minrk)
    * Properly reset layout when toggling simple mode. #11203
      (@jasongrout)
    * Fix renaming issue in collaborative mode #11197 (@dmonad)
    * Restore workspace and open tree path #11176 (@blink1073)
    * Share notebook's metadata #11064 (@hbcarlos)
    * Normalize notebook cell line endings to \n #11141 (@jasongrout)
    * Fix auto close brackets for console #11137 (@ohrely)
    * Add a guard to avoid kernel deadlock on multiple input request
      [#10792] (@echarles)
    Maintenance and upkeep improvements
    * Extension upgrade script: Avoid throwing exceptions for certain
      package.json files #11278 (@ammgws)
    * Run Linter #11238 (@blink1073)
    * Fix Release Check #11218 (@fcollonval)
    * Handle case when JupyterHub returns 424 for not running server
      [#11205] (@yuvipanda)
    * Check i18n will pass on zeroed patch pre-release version #11214
      (@fcollonval)
    * Refactor window.open to make it work also in desktop app #11202
      (@mbektas)
    * Rename "JupyterLab Theme" to "Theme" #11198 (@jtpio)
    * Use only context and id to check i18n #11190 (@fcollonval)
    * Fix the "Edit on GitHub" link #11149 (@krassowski)
    * Clean up notebook test utils #11133 (@blink1073)
    * Change "Export Notebook As" to "Save and Export Notebook As"
      [#11132] (@blink1073)
    * Make Test Server Configurable #11015 (@fcollonval)
    * Use disableDocumentWideUndoRedo instead of
      enableDocumentWideUndoRedo #11215 (@echarles)
    * Fix kernelspec logo handling (#11175) #11183 (@jtpio)
    Documentation improvements
    * Fix typo in docs: page_config.json
      [#11152]https://github.com/jupyterlab/jupyterlab/pull/11152)
      (@achimgaedke)
    * Add a menu entry to show/hide hidden files in the filebrowser
      [#11206] (@loichuder)
    * Fix the "Edit on GitHub" link #11149 (@krassowski)
    * Clarify sidebar switching settings #11270 (@joelostblom)
  - Release 3.1.17
    Bugs fixed
    * Use standard hash type in webpack build #11234 (@blink1073)
  - Release 3.1.16
    Bugs fixed
    * Do not continuously cd('/') when already in / #11219 (@minrk)
    * Properly reset layout when toggling simple mode. #11203
      (@jasongrout)
    * Fix renaming issue in collaborative mode #11197 (@dmonad)
    * Restore workspace and open tree path #11177 (@blink1073)
    * Share notebook's metadata #11064 (@hbcarlos)
    Maintenance and upkeep improvements
    * Check i18n will pass on zeroed patch pre-release version #11214
      (@fcollonval)
    * Fix Release Check #11218 (@fcollonval)
    * Handle case when JupyterHub returns 424 for not running server
      [#11205] (@yuvipanda)
    * Use only context and id to check i18n #11190 (@fcollonval)
  - Release 3.1.14
    Bugs fixed
    * Normalize notebook cell line endings to \n #11141 (@jasongrout)
    Maintenance and upkeep improvements
    * Fix the "Edit on GitHub" link #11149 (@krassowski)
    Documentation improvements
    * Fix the "Edit on GitHub" link #11149 (@krassowski)
  - Release 3.1.13
    Enhancements made
    * Fetch translations via the ServerConnection.ISettings #11091
      (@jtpio)
    Bugs fixed
    * Update the lock after every request #11092 (@hbcarlos)
    * use posix explicitly for PathExt #11099 (@mbektas)
    * Backport PR #10868 on branch 3.1.x (Fix user preferences not
      being considered for Text Editor) #11087 (@Mithil467)
    * Indent comments (#6957) #11063 (@josephrocca)
    Maintenance and upkeep improvements
    * Check changes on translatable strings #11036 (@fcollonval)
    * Skip flaky debugger test #11083 (@fcollonval)
    Documentation improvements
    * Add a note on the Jupyter Releaser in the extension tutorial
      [#11085] (@jtpio)
    Other merged PRs
    * Remove item from changelog that slips through #11110
      (@fcollonval)
* Sun Sep 19 2021 Ben Greiner <code@bnavigator.de>
  - Update to 3.1.12
    * Retain the rtc lock until the user releases it #11026
      (@hbcarlos)
    * Backport PR #11031 on branch 3.1.x (Use posix paths explicitly)
      [#11045] (@Mithil467)
    * Adds the variable reference to the key of the component #11029
      (@hbcarlos)
    * Clean up bumpversion #11056 (@blink1073)
    * Make debugger jest test more robust #11032 (@fcollonval)
    * Remove status bar item flickering #11065 (@fcollonval)
    * use path.posix explicitly for URLs #11048 (@mbektas)
* Tue Sep 14 2021 Ben Greiner <code@bnavigator.de>
  - Update to 3.1.11
    * Full Changelog at
      https://jupyterlab.readthedocs.io/en/stable/getting_started/changelog.html
  - Fix rpmlint 2 filter for required .orig files
* Mon Aug 16 2021 Ben Greiner <code@bnavigator.de>
  - Update to 3.1.7
    * Full Changelog at
      https://jupyterlab.readthedocs.io/en/stable/getting_started/changelog.html
  - Notable change in version 3.1
    * From JupyterLab 3.1, file documents and notebooks have
      collaborative editing using the Yjs shared editing framework
      Editors are not collaborative by default; to activate it, start
      JupyterLab with the --collaborative flag. See full
      documentation on collaboration:
      https://jupyterlab.readthedocs.io/en/latest/user/rtc.html
* Tue Feb 09 2021 Jan Engelhardt <jengelh@inai.de>
  - Set buildshell to /bin/bash for use of "+=".
* Thu Feb 04 2021 Benjamin Greiner <code@bnavigator.de>
  - Fix typo in requirements
* Tue Feb 02 2021 Ben Greiner <code@bnavigator.de>
  - Update to 3.0.7
    * Full Changelog at
      https://jupyterlab.readthedocs.io/en/stable/getting_started/changelog.html
  - User Facing changes in v3.0.0
    * Extensions can be installed without building JupyterLab with
      NodeJS
    * The JupyterLab interface supports multiple language
    * A new visual debugger
    * Improvements to Simple Interface mode and Mobile
    * Table of Contents is now in core
    * Visual filter in file browser
    * Property inspector moved to right sidebar
    * Command Palette is a floating window
    * Now depends on Jupyter Server

Files

/etc/alternatives/jlpm
/etc/alternatives/jupyter-lab
/etc/alternatives/jupyter-labextension
/etc/alternatives/jupyter-labhub
/usr/bin/jlpm
/usr/bin/jlpm-3.11
/usr/bin/jupyter-lab
/usr/bin/jupyter-lab-3.11
/usr/bin/jupyter-labextension
/usr/bin/jupyter-labextension-3.11
/usr/bin/jupyter-labhub
/usr/bin/jupyter-labhub-3.11
/usr/lib/python3.11/site-packages/jupyterlab
/usr/lib/python3.11/site-packages/jupyterlab-4.3.2.dist-info
/usr/lib/python3.11/site-packages/jupyterlab-4.3.2.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/jupyterlab-4.3.2.dist-info/METADATA
/usr/lib/python3.11/site-packages/jupyterlab-4.3.2.dist-info/RECORD
/usr/lib/python3.11/site-packages/jupyterlab-4.3.2.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/jupyterlab-4.3.2.dist-info/WHEEL
/usr/lib/python3.11/site-packages/jupyterlab-4.3.2.dist-info/entry_points.txt
/usr/lib/python3.11/site-packages/jupyterlab-4.3.2.dist-info/licenses
/usr/lib/python3.11/site-packages/jupyterlab-4.3.2.dist-info/licenses/LICENSE
/usr/lib/python3.11/site-packages/jupyterlab/__init__.py
/usr/lib/python3.11/site-packages/jupyterlab/__main__.py
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/__main__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/__main__.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/_version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/_version.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/browser_check.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/browser_check.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/commands.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/commands.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/coreconfig.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/coreconfig.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/debuglog.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/debuglog.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/federated_labextensions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/federated_labextensions.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/jlpmapp.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/jlpmapp.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/labapp.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/labapp.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/labextensions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/labextensions.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/labhubapp.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/labhubapp.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/pytest_plugin.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/pytest_plugin.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/semver.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/semver.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/serverextension.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/serverextension.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/upgrade_extension.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/upgrade_extension.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/_version.py
/usr/lib/python3.11/site-packages/jupyterlab/browser-test.js
/usr/lib/python3.11/site-packages/jupyterlab/browser_check.py
/usr/lib/python3.11/site-packages/jupyterlab/commands.py
/usr/lib/python3.11/site-packages/jupyterlab/coreconfig.py
/usr/lib/python3.11/site-packages/jupyterlab/debuglog.py
/usr/lib/python3.11/site-packages/jupyterlab/extensions
/usr/lib/python3.11/site-packages/jupyterlab/extensions/__init__.py
/usr/lib/python3.11/site-packages/jupyterlab/extensions/__pycache__
/usr/lib/python3.11/site-packages/jupyterlab/extensions/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/extensions/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/extensions/__pycache__/manager.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/extensions/__pycache__/manager.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/extensions/__pycache__/pypi.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/extensions/__pycache__/pypi.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/extensions/__pycache__/readonly.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/extensions/__pycache__/readonly.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/extensions/manager.py
/usr/lib/python3.11/site-packages/jupyterlab/extensions/pypi.py
/usr/lib/python3.11/site-packages/jupyterlab/extensions/readonly.py
/usr/lib/python3.11/site-packages/jupyterlab/federated_labextensions.py
/usr/lib/python3.11/site-packages/jupyterlab/galata
/usr/lib/python3.11/site-packages/jupyterlab/galata/@jupyterlab
/usr/lib/python3.11/site-packages/jupyterlab/galata/@jupyterlab/galata-extension
/usr/lib/python3.11/site-packages/jupyterlab/galata/@jupyterlab/galata-extension/build_log.json
/usr/lib/python3.11/site-packages/jupyterlab/galata/@jupyterlab/galata-extension/package.json
/usr/lib/python3.11/site-packages/jupyterlab/galata/@jupyterlab/galata-extension/static
/usr/lib/python3.11/site-packages/jupyterlab/galata/@jupyterlab/galata-extension/static/lib_extension_index_js.cc9baf28438ab1b21a09.js
/usr/lib/python3.11/site-packages/jupyterlab/galata/@jupyterlab/galata-extension/static/remoteEntry.bcaaeece5405ca8cffc1.js
/usr/lib/python3.11/site-packages/jupyterlab/galata/@jupyterlab/galata-extension/static/style.js
/usr/lib/python3.11/site-packages/jupyterlab/galata/__init__.py
/usr/lib/python3.11/site-packages/jupyterlab/galata/__pycache__
/usr/lib/python3.11/site-packages/jupyterlab/galata/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/galata/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/handlers
/usr/lib/python3.11/site-packages/jupyterlab/handlers/__init__.py
/usr/lib/python3.11/site-packages/jupyterlab/handlers/__pycache__
/usr/lib/python3.11/site-packages/jupyterlab/handlers/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/handlers/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/handlers/__pycache__/announcements.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/handlers/__pycache__/announcements.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/handlers/__pycache__/build_handler.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/handlers/__pycache__/build_handler.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/handlers/__pycache__/error_handler.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/handlers/__pycache__/error_handler.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/handlers/__pycache__/extension_manager_handler.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/handlers/__pycache__/extension_manager_handler.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/handlers/__pycache__/plugin_manager_handler.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/handlers/__pycache__/plugin_manager_handler.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/handlers/announcements.py
/usr/lib/python3.11/site-packages/jupyterlab/handlers/build_handler.py
/usr/lib/python3.11/site-packages/jupyterlab/handlers/error_handler.py
/usr/lib/python3.11/site-packages/jupyterlab/handlers/extension_manager_handler.py
/usr/lib/python3.11/site-packages/jupyterlab/handlers/plugin_manager_handler.py
/usr/lib/python3.11/site-packages/jupyterlab/jlpmapp.py
/usr/lib/python3.11/site-packages/jupyterlab/labapp.py
/usr/lib/python3.11/site-packages/jupyterlab/labextensions.py
/usr/lib/python3.11/site-packages/jupyterlab/labhubapp.py
/usr/lib/python3.11/site-packages/jupyterlab/node-version-check.js
/usr/lib/python3.11/site-packages/jupyterlab/pytest_plugin.py
/usr/lib/python3.11/site-packages/jupyterlab/schemas
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/application-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/application-extension/commands.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/application-extension/context-menu.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/application-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/application-extension/property-inspector.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/application-extension/shell.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/application-extension/top-bar.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/apputils-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/apputils-extension/notification.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/apputils-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/apputils-extension/palette.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/apputils-extension/print.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/apputils-extension/sanitizer.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/apputils-extension/sessionDialogs.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/apputils-extension/themes.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/apputils-extension/utilityCommands.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/cell-toolbar-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/cell-toolbar-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/cell-toolbar-extension/plugin.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/celltags-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/celltags-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/celltags-extension/plugin.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/codemirror-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/codemirror-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/codemirror-extension/plugin.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/completer-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/completer-extension/inline-completer.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/completer-extension/manager.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/completer-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/console-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/console-extension/completer.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/console-extension/foreign.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/console-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/console-extension/tracker.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/csvviewer-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/csvviewer-extension/csv.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/csvviewer-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/csvviewer-extension/tsv.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/debugger-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/debugger-extension/main.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/debugger-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/docmanager-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/docmanager-extension/download.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/docmanager-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/docmanager-extension/plugin.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/documentsearch-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/documentsearch-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/documentsearch-extension/plugin.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/extensionmanager-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/extensionmanager-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/extensionmanager-extension/plugin.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/filebrowser-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/filebrowser-extension/browser.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/filebrowser-extension/download.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/filebrowser-extension/open-browser-tab.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/filebrowser-extension/open-with.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/filebrowser-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/filebrowser-extension/widget.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/fileeditor-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/fileeditor-extension/completer.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/fileeditor-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/fileeditor-extension/plugin.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/help-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/help-extension/about.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/help-extension/jupyter-forum.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/help-extension/launch-classic.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/help-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/htmlviewer-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/htmlviewer-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/htmlviewer-extension/plugin.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/hub-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/hub-extension/menu.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/hub-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/imageviewer-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/imageviewer-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/imageviewer-extension/plugin.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/inspector-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/inspector-extension/consoles.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/inspector-extension/inspector.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/inspector-extension/notebooks.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/inspector-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/launcher-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/launcher-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/launcher-extension/plugin.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/logconsole-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/logconsole-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/logconsole-extension/plugin.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/lsp-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/lsp-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/lsp-extension/plugin.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/mainmenu-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/mainmenu-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/mainmenu-extension/plugin.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/markdownviewer-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/markdownviewer-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/markdownviewer-extension/plugin.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/mathjax-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/mathjax-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/mathjax-extension/plugin.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/metadataform-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/metadataform-extension/metadataforms.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/metadataform-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/notebook-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/notebook-extension/completer.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/notebook-extension/export.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/notebook-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/notebook-extension/panel.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/notebook-extension/tools.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/notebook-extension/tracker.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/running-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/running-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/running-extension/plugin.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/settingeditor-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/settingeditor-extension/form-ui.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/settingeditor-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/settingeditor-extension/plugin.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/shortcuts-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/shortcuts-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/shortcuts-extension/shortcuts.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/statusbar-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/statusbar-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/statusbar-extension/plugin.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/terminal-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/terminal-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/terminal-extension/plugin.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/toc-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/toc-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/toc-extension/registry.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/tooltip-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/tooltip-extension/consoles.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/tooltip-extension/files.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/tooltip-extension/notebooks.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/tooltip-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/translation-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/translation-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/translation-extension/plugin.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/workspaces-extension
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/workspaces-extension/menu.json
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/workspaces-extension/package.json.orig
/usr/lib/python3.11/site-packages/jupyterlab/schemas/@jupyterlab/workspaces-extension/sidebar.json
/usr/lib/python3.11/site-packages/jupyterlab/semver.py
/usr/lib/python3.11/site-packages/jupyterlab/serverextension.py
/usr/lib/python3.11/site-packages/jupyterlab/staging
/usr/lib/python3.11/site-packages/jupyterlab/staging/bootstrap.js
/usr/lib/python3.11/site-packages/jupyterlab/staging/index.js
/usr/lib/python3.11/site-packages/jupyterlab/staging/package.json
/usr/lib/python3.11/site-packages/jupyterlab/staging/publicpath.js
/usr/lib/python3.11/site-packages/jupyterlab/staging/templates
/usr/lib/python3.11/site-packages/jupyterlab/staging/templates/403.html
/usr/lib/python3.11/site-packages/jupyterlab/staging/templates/error.html
/usr/lib/python3.11/site-packages/jupyterlab/staging/templates/partial.html
/usr/lib/python3.11/site-packages/jupyterlab/staging/templates/template.html
/usr/lib/python3.11/site-packages/jupyterlab/staging/webpack.config.js
/usr/lib/python3.11/site-packages/jupyterlab/staging/webpack.prod.config.js
/usr/lib/python3.11/site-packages/jupyterlab/staging/webpack.prod.minimize.config.js
/usr/lib/python3.11/site-packages/jupyterlab/staging/webpack.prod.release.config.js
/usr/lib/python3.11/site-packages/jupyterlab/staging/yarn.js
/usr/lib/python3.11/site-packages/jupyterlab/static
/usr/lib/python3.11/site-packages/jupyterlab/static/100.1d14ca44a3cc8849349f.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1017.67e7fc6c0221ce9cbeb7.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1039.3fe94e87219c0ed159d3.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1096.dd4c563e0483cbbeb9c9.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1162.9eab2d3a6a73e2cd3b63.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1189.c1482e88f0e949753db6.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1208.4b9ab7b231d39ebdbc3f.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1219.b5630aa3a46050fddc27.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1268.e75d8a6dd557ac8957ca.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1423.c662e4e18c51217c3fa7.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1436.2c11d9dee0ad6f49e968.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1445.a0e099c27d073217031a.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1449.7026e8748d2a77e15d5b.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1456.396bed90b4c5c24ebca9.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1491.62ed4ab1f893d55a7df5.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1495.13603dd823bbf5eb08b3.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1510.f5643744900a492cca08.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1673.b0ee25168543434bdbca.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1737.a5fc97075f693ec36fe6.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1786.37675c1099a3e0f0e18d.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1832.b1ede2fe899bdec88938.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1834.7445ad0c82371ac40737.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1887.56f83f163a18c61efb16.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1909.7487a09fefbe7f9eabb6.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1909.7487a09fefbe7f9eabb6.js.LICENSE.txt
/usr/lib/python3.11/site-packages/jupyterlab/static/1954.f1c519cb1415c7da3e8c.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1960.f8d8ef8a91360e60f0b9.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1962.f2e82dd21240eba50714.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1969.86e3168e52802569d650.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1986.26029e99ef54a5652df8.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1991.84fc123d7cfe8ae2948e.js
/usr/lib/python3.11/site-packages/jupyterlab/static/1cb1c39ea642f26a4dfe.woff
/usr/lib/python3.11/site-packages/jupyterlab/static/2280.6614699f54522fffbc00.js
/usr/lib/python3.11/site-packages/jupyterlab/static/232.5419cbec68e3fd0cf431.js
/usr/lib/python3.11/site-packages/jupyterlab/static/232.5419cbec68e3fd0cf431.js.LICENSE.txt
/usr/lib/python3.11/site-packages/jupyterlab/static/2337.50f794e5c2bde01decab.js
/usr/lib/python3.11/site-packages/jupyterlab/static/2353.ab70488f07a7c0a7a3fd.js
/usr/lib/python3.11/site-packages/jupyterlab/static/2392.a31c8a766064c0f83c47.js
/usr/lib/python3.11/site-packages/jupyterlab/static/246.326a6482593e8a7bcd58.js
/usr/lib/python3.11/site-packages/jupyterlab/static/2467.4227742ac4b60289f222.js
/usr/lib/python3.11/site-packages/jupyterlab/static/247.84259ab142dd8c151fc2.js
/usr/lib/python3.11/site-packages/jupyterlab/static/2574.7d463f2a193d49883bdc.js
/usr/lib/python3.11/site-packages/jupyterlab/static/2576.b98b7b23adeec4cb6932.js
/usr/lib/python3.11/site-packages/jupyterlab/static/2590.99e505d19b964439aa31.js
/usr/lib/python3.11/site-packages/jupyterlab/static/2624.388e72c15e07152af2e5.js
/usr/lib/python3.11/site-packages/jupyterlab/static/2633.ea053b40991eb5adbc69.js
/usr/lib/python3.11/site-packages/jupyterlab/static/2641.8936f6ed5ba76336c942.js
/usr/lib/python3.11/site-packages/jupyterlab/static/265.6f9e37c0b72db64203b1.js
/usr/lib/python3.11/site-packages/jupyterlab/static/2658.d1cae1b08b068d864368.js
/usr/lib/python3.11/site-packages/jupyterlab/static/26683bf201fb258a2237.woff
/usr/lib/python3.11/site-packages/jupyterlab/static/2681.a47f40e38ecd31ccd687.js
/usr/lib/python3.11/site-packages/jupyterlab/static/2707.61050e600b0aa9624127.js
/usr/lib/python3.11/site-packages/jupyterlab/static/2729.cafaf0caf2c0c83ac9fe.js
/usr/lib/python3.11/site-packages/jupyterlab/static/2794.05495c139ed000b57598.js
/usr/lib/python3.11/site-packages/jupyterlab/static/2823.0b6015b5e03c08281f41.js
/usr/lib/python3.11/site-packages/jupyterlab/static/2880.8483d51b11998bfe8e4b.js
/usr/lib/python3.11/site-packages/jupyterlab/static/29.540aeb3a13cb59106872.js
/usr/lib/python3.11/site-packages/jupyterlab/static/2957.bc5eb9549a0b15c44916.js
/usr/lib/python3.11/site-packages/jupyterlab/static/2959.b24c9f67d639376f5ead.js
/usr/lib/python3.11/site-packages/jupyterlab/static/2965.698cf1ac2623483351b2.js
/usr/lib/python3.11/site-packages/jupyterlab/static/2965.698cf1ac2623483351b2.js.LICENSE.txt
/usr/lib/python3.11/site-packages/jupyterlab/static/30e889b58cbc51adfbb0.woff
/usr/lib/python3.11/site-packages/jupyterlab/static/3111.33574d9124842f355bce.js
/usr/lib/python3.11/site-packages/jupyterlab/static/3112.0757b31e24c5334fda73.js
/usr/lib/python3.11/site-packages/jupyterlab/static/321.0fb994fd384a54491584.js
/usr/lib/python3.11/site-packages/jupyterlab/static/3257.30af681f0c294efb65f7.js
/usr/lib/python3.11/site-packages/jupyterlab/static/3257.30af681f0c294efb65f7.js.LICENSE.txt
/usr/lib/python3.11/site-packages/jupyterlab/static/32792104b5ef69eded90.woff
/usr/lib/python3.11/site-packages/jupyterlab/static/3282.81fc10ff22608a9b5e5f.js
/usr/lib/python3.11/site-packages/jupyterlab/static/3282.81fc10ff22608a9b5e5f.js.LICENSE.txt
/usr/lib/python3.11/site-packages/jupyterlab/static/3293.45e37a0c8e23d360f5c6.js
/usr/lib/python3.11/site-packages/jupyterlab/static/3303.b5596c0715d2d58332fb.js
/usr/lib/python3.11/site-packages/jupyterlab/static/3330.a6d6a93bb012ea4f3589.js
/usr/lib/python3.11/site-packages/jupyterlab/static/3372.8eeafd96de9a7a205f40.js
/usr/lib/python3.11/site-packages/jupyterlab/static/339.62fb1e5a084681d24bfa.js
/usr/lib/python3.11/site-packages/jupyterlab/static/3415.a4a8c7afbbc19af6d014.js
/usr/lib/python3.11/site-packages/jupyterlab/static/3450.499466688807e6e40372.js
/usr/lib/python3.11/site-packages/jupyterlab/static/3489.7a81d2fa7123a8f139db.js
/usr/lib/python3.11/site-packages/jupyterlab/static/3538.5ce64a6194b4409fce29.js
/usr/lib/python3.11/site-packages/jupyterlab/static/355254db9ca10a09a3b5.woff
/usr/lib/python3.11/site-packages/jupyterlab/static/3616.a4271ffcf2ac3b4c2338.js
/usr/lib/python3.11/site-packages/jupyterlab/static/36e0d72d8a7afc696a3e.woff
/usr/lib/python3.11/site-packages/jupyterlab/static/3709.e33bc30c83272aa85628.js
/usr/lib/python3.11/site-packages/jupyterlab/static/373c04fd2418f5c77eea.eot
/usr/lib/python3.11/site-packages/jupyterlab/static/3763.a857fdcb9f31499444d0.js
/usr/lib/python3.11/site-packages/jupyterlab/static/3780.c9294dc98ae926717741.js
/usr/lib/python3.11/site-packages/jupyterlab/static/3788.df595483a01971a2b157.js
/usr/lib/python3.11/site-packages/jupyterlab/static/3799.eaa0438bc5c41bad0516.js
/usr/lib/python3.11/site-packages/jupyterlab/static/3824.1580c5d44dbe89f6be9b.js
/usr/lib/python3.11/site-packages/jupyterlab/static/3832.c6026c483bb46cc8e599.js
/usr/lib/python3.11/site-packages/jupyterlab/static/3974.79f68bca9a02c92dab5e.js
/usr/lib/python3.11/site-packages/jupyterlab/static/3991.ee9a327e63c1f7c8c890.js
/usr/lib/python3.11/site-packages/jupyterlab/static/3bc6ecaae7ecf6f8d7f8.woff
/usr/lib/python3.11/site-packages/jupyterlab/static/3de784d07b9fa8f104c1.woff
/usr/lib/python3.11/site-packages/jupyterlab/static/3f6d3488cf65374f6f67.woff
/usr/lib/python3.11/site-packages/jupyterlab/static/4001.4194cedc6ffb0041bad4.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4050.dfaf4ace414ab9752223.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4053.4945facc348478fd59f4.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4068.9cc41f46f729f2c4369b.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4076.b4d803d8bf1bd6c97854.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4090.f376e1d49eb736df9c09.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4266.155b468271987c81d948.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4296.721da424585874d0789e.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4323.b2bd8a329a81d30ed039.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4353.2fc2fc223680eaebc6cf.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4364.ee19f1b28fb1bebc3895.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4372.645626a2452c190dbb22.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4372.645626a2452c190dbb22.js.LICENSE.txt
/usr/lib/python3.11/site-packages/jupyterlab/static/4408.f24dd0edf35e08548967.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4462.a1dfac2be4cef60e89de.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4484.0c7c43754e97c96f0f89.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4486.8d2f41ae787607b7bf31.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4528.77904f4c3e3d458f55e4.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4606.cba21bae1bd61d5466b4.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4611.bd2b768223b0cd570834.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4616.04cfbd55593c51921cc7.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4701.ceb0e0f9fc8a3b4aaccd.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4728.0795898ffec413841c2f.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4728.0795898ffec413841c2f.js.LICENSE.txt
/usr/lib/python3.11/site-packages/jupyterlab/static/4735.7731d551ca68bcb58e9f.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4797.cc42a6dd4442057422aa.js
/usr/lib/python3.11/site-packages/jupyterlab/static/481e39042508ae313a60.woff
/usr/lib/python3.11/site-packages/jupyterlab/static/4838.8db4c61349bfba200547.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4855.29e8dc6982ba4873487d.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4878.f7557c5c99a54b40c49b.js
/usr/lib/python3.11/site-packages/jupyterlab/static/492.5f186062d2dcdf79c86c.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4928.6cb408e4def87534970d.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4958.7499f6a88cb80b756a65.js
/usr/lib/python3.11/site-packages/jupyterlab/static/4981.eed4ddb90566e90e3df4.js
/usr/lib/python3.11/site-packages/jupyterlab/static/5085.a38923f36b551620798a.js
/usr/lib/python3.11/site-packages/jupyterlab/static/5090.404be96d8a6eae1e719a.js
/usr/lib/python3.11/site-packages/jupyterlab/static/5090.404be96d8a6eae1e719a.js.LICENSE.txt
/usr/lib/python3.11/site-packages/jupyterlab/static/5211.5b71830476810a6188e4.js
/usr/lib/python3.11/site-packages/jupyterlab/static/5224.8a6bbc774d20be66fdfb.js
/usr/lib/python3.11/site-packages/jupyterlab/static/5244.eefac84704ad30f00af3.js
/usr/lib/python3.11/site-packages/jupyterlab/static/5246.8992e5e0cc14a6b85a27.js
/usr/lib/python3.11/site-packages/jupyterlab/static/5317.f4bba2e3d0f4fdd088f7.js
/usr/lib/python3.11/site-packages/jupyterlab/static/5318.d5df5c275e925c22d780.js
/usr/lib/python3.11/site-packages/jupyterlab/static/5338.38c32bdfb0695f9b501f.js
/usr/lib/python3.11/site-packages/jupyterlab/static/5446.bdc12eba40091c1cc6c4.js
/usr/lib/python3.11/site-packages/jupyterlab/static/5492.44728a640c37a4b4aa0c.js
/usr/lib/python3.11/site-packages/jupyterlab/static/5521.cc7da8760b98f2dd2c18.js
/usr/lib/python3.11/site-packages/jupyterlab/static/5566.c76ea61eb723ee84e2cf.js
/usr/lib/python3.11/site-packages/jupyterlab/static/5606.e03dfa10c124a03f36ba.js
/usr/lib/python3.11/site-packages/jupyterlab/static/5829.07664ef1967283df1fc5.js
/usr/lib/python3.11/site-packages/jupyterlab/static/5846.eec92db7873f0c8534d6.js
/usr/lib/python3.11/site-packages/jupyterlab/static/5847.930208c25e45ecf30657.js
/usr/lib/python3.11/site-packages/jupyterlab/static/5862.be1ec453e8db6844c62d.js
/usr/lib/python3.11/site-packages/jupyterlab/static/5877.72ab5a29e95ce21981e4.js
/usr/lib/python3.11/site-packages/jupyterlab/static/5890.ee1e537ee61f811b444d.js
/usr/lib/python3.11/site-packages/jupyterlab/static/5895.cda43bb9605deeb0d817.js
/usr/lib/python3.11/site-packages/jupyterlab/static/5929.d561797f8259994ecdd8.js
/usr/lib/python3.11/site-packages/jupyterlab/static/5942.05cbcd55c5f45ff7db43.js
/usr/lib/python3.11/site-packages/jupyterlab/static/5987.7e967df5417044d337a4.js
/usr/lib/python3.11/site-packages/jupyterlab/static/5cda41563a095bd70c78.woff
/usr/lib/python3.11/site-packages/jupyterlab/static/6060.52dca011e9f2f279fc5e.js
/usr/lib/python3.11/site-packages/jupyterlab/static/6095.6e79e3bad86e054aa8c8.js
/usr/lib/python3.11/site-packages/jupyterlab/static/6145.c422868290460078c013.js
/usr/lib/python3.11/site-packages/jupyterlab/static/6166.2bc9ac8e2156c0701a52.js
/usr/lib/python3.11/site-packages/jupyterlab/static/6170.65d899f43342f1e34bf1.js
/usr/lib/python3.11/site-packages/jupyterlab/static/6180.3dcffe5413a68040b0b2.js
/usr/lib/python3.11/site-packages/jupyterlab/static/6275.7faa7b6848a8b133d98a.js
/usr/lib/python3.11/site-packages/jupyterlab/static/6294.b3cb5e16527b9d09b4a2.js
/usr/lib/python3.11/site-packages/jupyterlab/static/6372.25d926454a35e061a88b.js
/usr/lib/python3.11/site-packages/jupyterlab/static/6412.ebdf8da40f1ba8272df9.js
/usr/lib/python3.11/site-packages/jupyterlab/static/6460.d9aaa1e48da295c6035d.js
/usr/lib/python3.11/site-packages/jupyterlab/static/6483.79f1ab5249584f984bf4.js
/usr/lib/python3.11/site-packages/jupyterlab/static/6492.236d5001cdad5cc56624.js
/usr/lib/python3.11/site-packages/jupyterlab/static/6540.51c00e890179a4832552.js
/usr/lib/python3.11/site-packages/jupyterlab/static/6540.51c00e890179a4832552.js.LICENSE.txt
/usr/lib/python3.11/site-packages/jupyterlab/static/6733.909a6cdb48655fd500c4.js
/usr/lib/python3.11/site-packages/jupyterlab/static/6733.909a6cdb48655fd500c4.js.LICENSE.txt
/usr/lib/python3.11/site-packages/jupyterlab/static/6767.4b82d96c237ca7e31bc6.js
/usr/lib/python3.11/site-packages/jupyterlab/static/6831.1df8fa4cabb5b1c19803.js
/usr/lib/python3.11/site-packages/jupyterlab/static/6843.dabcc3c9658bc6ded6d1.js
/usr/lib/python3.11/site-packages/jupyterlab/static/6874.bb2f7fbc6ce56eecc800.js
/usr/lib/python3.11/site-packages/jupyterlab/static/6896.5f8fa92789ea42fe03f6.js
/usr/lib/python3.11/site-packages/jupyterlab/static/6941.465bebbd3d8a024f5f15.js
/usr/lib/python3.11/site-packages/jupyterlab/static/6993.6175f20787993c74adde.js
/usr/lib/python3.11/site-packages/jupyterlab/static/700.f3db1bd22341e0bf0b74.js
/usr/lib/python3.11/site-packages/jupyterlab/static/700.f3db1bd22341e0bf0b74.js.LICENSE.txt
/usr/lib/python3.11/site-packages/jupyterlab/static/7114.a44f4e4afe0f4cf18421.js
/usr/lib/python3.11/site-packages/jupyterlab/static/7136.b312751fbb25b73f5e71.js
/usr/lib/python3.11/site-packages/jupyterlab/static/721921bab0d001ebff02.woff
/usr/lib/python3.11/site-packages/jupyterlab/static/7250.b88d0a5e237ff5ff1aad.js
/usr/lib/python3.11/site-packages/jupyterlab/static/7260.b47dcaccbe7991104e8a.js
/usr/lib/python3.11/site-packages/jupyterlab/static/7269.962f078e97afc4f68e79.js
/usr/lib/python3.11/site-packages/jupyterlab/static/72bc573386dd1d48c5bb.woff
/usr/lib/python3.11/site-packages/jupyterlab/static/731.82a7b980b5b7f4b7a14f.js
/usr/lib/python3.11/site-packages/jupyterlab/static/7318.7cc6b4b0b3151b205ecb.js
/usr/lib/python3.11/site-packages/jupyterlab/static/7403.b747dcf7bd81025f084b.js
/usr/lib/python3.11/site-packages/jupyterlab/static/7445.7c793c8e1720f8ec4f85.js
/usr/lib/python3.11/site-packages/jupyterlab/static/7575.2e3e32236d5667bba43f.js
/usr/lib/python3.11/site-packages/jupyterlab/static/7587.3112240b6b82407b0f16.js
/usr/lib/python3.11/site-packages/jupyterlab/static/7642.b6cd0e20dd6a6b2a008c.js
/usr/lib/python3.11/site-packages/jupyterlab/static/7694.1cbff84dccb512476b7c.js
/usr/lib/python3.11/site-packages/jupyterlab/static/7756.93d0ab41829355a147ab.js
/usr/lib/python3.11/site-packages/jupyterlab/static/7769.d39df7673ee2660a9ac4.js
/usr/lib/python3.11/site-packages/jupyterlab/static/7803.0c8929610218552319bf.js
/usr/lib/python3.11/site-packages/jupyterlab/static/7856.dd9523e57bed80f1f694.js
/usr/lib/python3.11/site-packages/jupyterlab/static/7881.c5a234ce171f347c94e2.js
/usr/lib/python3.11/site-packages/jupyterlab/static/7990.fc875753fcfcc9b4eebc.js
/usr/lib/python3.11/site-packages/jupyterlab/static/7990.fc875753fcfcc9b4eebc.js.LICENSE.txt
/usr/lib/python3.11/site-packages/jupyterlab/static/79d088064beb3826054f.eot
/usr/lib/python3.11/site-packages/jupyterlab/static/8.4322fee36e778f503059.js
/usr/lib/python3.11/site-packages/jupyterlab/static/8103.00fa0c157eb92e5cf3ba.js
/usr/lib/python3.11/site-packages/jupyterlab/static/8217.801fbb0b549a74238760.js
/usr/lib/python3.11/site-packages/jupyterlab/static/8232.76805a0a87d0f6bb62ad.js
/usr/lib/python3.11/site-packages/jupyterlab/static/8258.c8c00e66a0bef38665f4.js
/usr/lib/python3.11/site-packages/jupyterlab/static/8313.64e3db0b24dd1a70aecb.js
/usr/lib/python3.11/site-packages/jupyterlab/static/8326.9dda93079a9e4f1b9be6.js
/usr/lib/python3.11/site-packages/jupyterlab/static/8368.c75a4b32ae45ec88465d.js
/usr/lib/python3.11/site-packages/jupyterlab/static/84.fe0a55d7756c37585fb4.js
/usr/lib/python3.11/site-packages/jupyterlab/static/8418.42e29778d4b49fb54e8e.js
/usr/lib/python3.11/site-packages/jupyterlab/static/867.e814bf26fbfc77fc4f16.js
/usr/lib/python3.11/site-packages/jupyterlab/static/870673df72e70f87c91a.woff
/usr/lib/python3.11/site-packages/jupyterlab/static/874.5f20565dc761ebc32874.js
/usr/lib/python3.11/site-packages/jupyterlab/static/8753.56da17175b663d61f9d3.js
/usr/lib/python3.11/site-packages/jupyterlab/static/8768.77e44e6422514f0a02c7.js
/usr/lib/python3.11/site-packages/jupyterlab/static/8778.3f97d9d872573f0ccd2f.js
/usr/lib/python3.11/site-packages/jupyterlab/static/8779.6eebdb56785e3d38a457.js
/usr/lib/python3.11/site-packages/jupyterlab/static/8816.d7ec52fb31e9c6749593.js
/usr/lib/python3.11/site-packages/jupyterlab/static/8830.d5bb102ed8737ffe38cb.js
/usr/lib/python3.11/site-packages/jupyterlab/static/8896.426656fa4c4a1021375e.js
/usr/lib/python3.11/site-packages/jupyterlab/static/88b98cad3688915e50da.woff
/usr/lib/python3.11/site-packages/jupyterlab/static/89.933673451ca4a51053cb.js
/usr/lib/python3.11/site-packages/jupyterlab/static/8ea8791754915a898a31.woff2
/usr/lib/python3.11/site-packages/jupyterlab/static/8ea8dbb1b02e6f730f55.woff
/usr/lib/python3.11/site-packages/jupyterlab/static/9023.2ff687d7ff50df3719fc.js
/usr/lib/python3.11/site-packages/jupyterlab/static/9046.99c477ea375dcbb8c7ca.js
/usr/lib/python3.11/site-packages/jupyterlab/static/9085.de60ff2d640c13fd946b.js
/usr/lib/python3.11/site-packages/jupyterlab/static/9085.de60ff2d640c13fd946b.js.LICENSE.txt
/usr/lib/python3.11/site-packages/jupyterlab/static/9123.501219cd782693d6539f.js
/usr/lib/python3.11/site-packages/jupyterlab/static/9137.179a3c47465e7fb8f067.js
/usr/lib/python3.11/site-packages/jupyterlab/static/9296.176231372f63ddcb8e6c.js
/usr/lib/python3.11/site-packages/jupyterlab/static/9311.46cc03d7b667d8413fec.js
/usr/lib/python3.11/site-packages/jupyterlab/static/9329.c878986b50c10afaca34.js
/usr/lib/python3.11/site-packages/jupyterlab/static/9400.90fd1d2212781c80b587.js
/usr/lib/python3.11/site-packages/jupyterlab/static/9474.01b4e1d1e3376f4a5919.js
/usr/lib/python3.11/site-packages/jupyterlab/static/9517.7056cafdf1da3a136d45.js
/usr/lib/python3.11/site-packages/jupyterlab/static/9582.c10e0d8d04b7da1a22da.js
/usr/lib/python3.11/site-packages/jupyterlab/static/961.29c067b15a524e556eed.js
/usr/lib/python3.11/site-packages/jupyterlab/static/961.29c067b15a524e556eed.js.LICENSE.txt
/usr/lib/python3.11/site-packages/jupyterlab/static/9635.8953d15dfdfc8308dfcf.js
/usr/lib/python3.11/site-packages/jupyterlab/static/9652.a8d2e5854bcae4d40041.js
/usr/lib/python3.11/site-packages/jupyterlab/static/9674eb1bd55047179038.svg
/usr/lib/python3.11/site-packages/jupyterlab/static/9746.c7e86b432363dfd28caa.js
/usr/lib/python3.11/site-packages/jupyterlab/static/9834b82ad26e2a37583d.woff2
/usr/lib/python3.11/site-packages/jupyterlab/static/9892.6d289e7baed8c64d88e2.js
/usr/lib/python3.11/site-packages/jupyterlab/static/9892.6d289e7baed8c64d88e2.js.LICENSE.txt
/usr/lib/python3.11/site-packages/jupyterlab/static/9908.600b47cfa84ff9cdf6a7.js
/usr/lib/python3.11/site-packages/jupyterlab/static/a009bea404f7a500ded4.woff
/usr/lib/python3.11/site-packages/jupyterlab/static/a3b9817780214caf01e8.svg
/usr/lib/python3.11/site-packages/jupyterlab/static/af04542b29eaac04550a.woff
/usr/lib/python3.11/site-packages/jupyterlab/static/af6397503fcefbd61397.ttf
/usr/lib/python3.11/site-packages/jupyterlab/static/af96f67d7accf5fd2a4a.woff
/usr/lib/python3.11/site-packages/jupyterlab/static/b418136e3b384baaadec.woff
/usr/lib/python3.11/site-packages/jupyterlab/static/be0a084962d8066884f7.svg
/usr/lib/python3.11/site-packages/jupyterlab/static/bootstrap.js
/usr/lib/python3.11/site-packages/jupyterlab/static/build_log.json
/usr/lib/python3.11/site-packages/jupyterlab/static/c49810b53ecc0d87d802.woff
/usr/lib/python3.11/site-packages/jupyterlab/static/c56da8d69f1a0208b8e0.woff
/usr/lib/python3.11/site-packages/jupyterlab/static/cb9e9e693192413cde2b.woff
/usr/lib/python3.11/site-packages/jupyterlab/static/cda59d6efffa685830fd.ttf
/usr/lib/python3.11/site-packages/jupyterlab/static/e4299464e7b012968eed.eot
/usr/lib/python3.11/site-packages/jupyterlab/static/e42a88444448ac3d6054.woff2
/usr/lib/python3.11/site-packages/jupyterlab/static/e8711bbb871afd8e9dea.ttf
/usr/lib/python3.11/site-packages/jupyterlab/static/f9217f66874b0c01cd8c.woff
/usr/lib/python3.11/site-packages/jupyterlab/static/fc6ddf5df402b263cfb1.woff
/usr/lib/python3.11/site-packages/jupyterlab/static/index.html
/usr/lib/python3.11/site-packages/jupyterlab/static/index.out.js
/usr/lib/python3.11/site-packages/jupyterlab/static/jlab_core.5489abdb2bc785065000.js
/usr/lib/python3.11/site-packages/jupyterlab/static/main.d0447e1369a835e7497b.js
/usr/lib/python3.11/site-packages/jupyterlab/static/package.json
/usr/lib/python3.11/site-packages/jupyterlab/static/style.js
/usr/lib/python3.11/site-packages/jupyterlab/static/third-party-licenses.json
/usr/lib/python3.11/site-packages/jupyterlab/style.js
/usr/lib/python3.11/site-packages/jupyterlab/tests
/usr/lib/python3.11/site-packages/jupyterlab/tests/__init__.py
/usr/lib/python3.11/site-packages/jupyterlab/tests/__pycache__
/usr/lib/python3.11/site-packages/jupyterlab/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/__pycache__/conftest.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/__pycache__/conftest.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/__pycache__/echo_kernel.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/__pycache__/echo_kernel.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/__pycache__/test_announcements.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/__pycache__/test_announcements.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/__pycache__/test_app.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/__pycache__/test_app.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/__pycache__/test_build_api.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/__pycache__/test_build_api.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/__pycache__/test_custom_css_handler.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/__pycache__/test_custom_css_handler.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/__pycache__/test_extensions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/__pycache__/test_extensions.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/__pycache__/test_jupyterlab.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/__pycache__/test_jupyterlab.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/__pycache__/test_registry.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/__pycache__/test_registry.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/conftest.py
/usr/lib/python3.11/site-packages/jupyterlab/tests/echo_kernel.py
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/extension
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/extension/__pycache__
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/extension/__pycache__/mock_package.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/extension/__pycache__/mock_package.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/extension/__pycache__/setup.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/extension/__pycache__/setup.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/extension/index.js
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/extension/mock_package.py
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/extension/package.json
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/extension/setup.py
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/incompat
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/incompat/index.js
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/incompat/package.json
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/consumer
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/consumer/__pycache__
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/consumer/__pycache__/jlab_mock_consumer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/consumer/__pycache__/jlab_mock_consumer.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/consumer/__pycache__/setup.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/consumer/__pycache__/setup.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/consumer/index.js
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/consumer/jlab_mock_consumer.py
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/consumer/package.json
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/consumer/setup.py
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/provider
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/provider/__pycache__
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/provider/__pycache__/jlab_mock_provider.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/provider/__pycache__/jlab_mock_provider.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/provider/__pycache__/setup.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/provider/__pycache__/setup.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/provider/index.js
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/provider/jlab_mock_provider.py
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/provider/package.json
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/provider/setup.py
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/token
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/token/index.js
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/interop/token/package.json
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/mimeextension
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/mimeextension/index.js
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/mimeextension/package.json
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/package
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/package/index.js
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/package/package.json
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens-underscore
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens-underscore/MANIFEST.in
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens-underscore/__pycache__
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens-underscore/__pycache__/setup.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens-underscore/__pycache__/setup.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens-underscore/index.js
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens-underscore/package.json
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens-underscore/pyproject.toml
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens-underscore/setup.py
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens-underscore/test_hyphens_underscore
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens-underscore/test_hyphens_underscore/__init__.py
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens-underscore/test_hyphens_underscore/__pycache__
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens-underscore/test_hyphens_underscore/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens-underscore/test_hyphens_underscore/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens/MANIFEST.in
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens/__pycache__
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens/__pycache__/setup.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens/__pycache__/setup.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens/index.js
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens/package.json
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens/pyproject.toml
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens/setup.py
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens/test_hyphens
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens/test_hyphens/__init__.py
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens/test_hyphens/__pycache__
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens/test_hyphens/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test-hyphens/test_hyphens/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test_no_hyphens
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test_no_hyphens/MANIFEST.in
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test_no_hyphens/__pycache__
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test_no_hyphens/__pycache__/setup.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test_no_hyphens/__pycache__/setup.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test_no_hyphens/index.js
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test_no_hyphens/package.json
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test_no_hyphens/pyproject.toml
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test_no_hyphens/setup.py
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test_no_hyphens/test_no_hyphens
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test_no_hyphens/test_no_hyphens/__init__.py
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test_no_hyphens/test_no_hyphens/__pycache__
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test_no_hyphens/test_no_hyphens/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/mock_packages/test_no_hyphens/test_no_hyphens/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyterlab/tests/test_announcements.py
/usr/lib/python3.11/site-packages/jupyterlab/tests/test_app.py
/usr/lib/python3.11/site-packages/jupyterlab/tests/test_build_api.py
/usr/lib/python3.11/site-packages/jupyterlab/tests/test_custom_css_handler.py
/usr/lib/python3.11/site-packages/jupyterlab/tests/test_extensions.py
/usr/lib/python3.11/site-packages/jupyterlab/tests/test_jupyterlab.py
/usr/lib/python3.11/site-packages/jupyterlab/tests/test_registry.py
/usr/lib/python3.11/site-packages/jupyterlab/themes
/usr/lib/python3.11/site-packages/jupyterlab/themes/@jupyterlab
/usr/lib/python3.11/site-packages/jupyterlab/themes/@jupyterlab/theme-dark-extension
/usr/lib/python3.11/site-packages/jupyterlab/themes/@jupyterlab/theme-dark-extension/index.css
/usr/lib/python3.11/site-packages/jupyterlab/themes/@jupyterlab/theme-dark-extension/index.js
/usr/lib/python3.11/site-packages/jupyterlab/themes/@jupyterlab/theme-dark-high-contrast-extension
/usr/lib/python3.11/site-packages/jupyterlab/themes/@jupyterlab/theme-dark-high-contrast-extension/index.css
/usr/lib/python3.11/site-packages/jupyterlab/themes/@jupyterlab/theme-dark-high-contrast-extension/index.js
/usr/lib/python3.11/site-packages/jupyterlab/themes/@jupyterlab/theme-light-extension
/usr/lib/python3.11/site-packages/jupyterlab/themes/@jupyterlab/theme-light-extension/index.css
/usr/lib/python3.11/site-packages/jupyterlab/themes/@jupyterlab/theme-light-extension/index.js
/usr/lib/python3.11/site-packages/jupyterlab/upgrade_extension.py
/usr/lib/python3.11/site-packages/jupyterlab/utils.py
/usr/share/licenses/python311-jupyterlab
/usr/share/licenses/python311-jupyterlab/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Jan 12 00:30:25 2025