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

jupyter-jupyterlab-4.1.6-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: jupyter-jupyterlab Distribution: openSUSE Tumbleweed
Version: 4.1.6 Vendor: openSUSE
Release: 1.1 Build date: Mon Apr 15 19:29:21 2024
Group: Development/Languages/Python Build host: reproducible
Size: 15537368 Source RPM: python-jupyterlab-4.1.6-1.1.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

* 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

/usr/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json
/usr/etc/jupyter/jupyter_server_config.d/jupyterlab.json
/usr/share/applications/jupyterlab.desktop
/usr/share/icons/hicolor/scalable/apps/jupyterlab.svg
/usr/share/jupyter/lab
/usr/share/jupyter/lab/schemas
/usr/share/jupyter/lab/schemas/@jupyterlab
/usr/share/jupyter/lab/schemas/@jupyterlab/application-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/application-extension/commands.json
/usr/share/jupyter/lab/schemas/@jupyterlab/application-extension/context-menu.json
/usr/share/jupyter/lab/schemas/@jupyterlab/application-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/application-extension/property-inspector.json
/usr/share/jupyter/lab/schemas/@jupyterlab/application-extension/shell.json
/usr/share/jupyter/lab/schemas/@jupyterlab/application-extension/top-bar.json
/usr/share/jupyter/lab/schemas/@jupyterlab/apputils-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/notification.json
/usr/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/palette.json
/usr/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/print.json
/usr/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/sanitizer.json
/usr/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/themes.json
/usr/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/utilityCommands.json
/usr/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/workspaces.json
/usr/share/jupyter/lab/schemas/@jupyterlab/cell-toolbar-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/cell-toolbar-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/cell-toolbar-extension/plugin.json
/usr/share/jupyter/lab/schemas/@jupyterlab/celltags-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/celltags-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/celltags-extension/plugin.json
/usr/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/plugin.json
/usr/share/jupyter/lab/schemas/@jupyterlab/completer-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/completer-extension/inline-completer.json
/usr/share/jupyter/lab/schemas/@jupyterlab/completer-extension/manager.json
/usr/share/jupyter/lab/schemas/@jupyterlab/completer-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/console-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/console-extension/completer.json
/usr/share/jupyter/lab/schemas/@jupyterlab/console-extension/foreign.json
/usr/share/jupyter/lab/schemas/@jupyterlab/console-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/console-extension/tracker.json
/usr/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/csv.json
/usr/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/tsv.json
/usr/share/jupyter/lab/schemas/@jupyterlab/debugger-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/debugger-extension/main.json
/usr/share/jupyter/lab/schemas/@jupyterlab/debugger-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/download.json
/usr/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/plugin.json
/usr/share/jupyter/lab/schemas/@jupyterlab/documentsearch-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/documentsearch-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/documentsearch-extension/plugin.json
/usr/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/plugin.json
/usr/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/browser.json
/usr/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/download.json
/usr/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/open-browser-tab.json
/usr/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/open-with.json
/usr/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/widget.json
/usr/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/completer.json
/usr/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/plugin.json
/usr/share/jupyter/lab/schemas/@jupyterlab/help-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/help-extension/about.json
/usr/share/jupyter/lab/schemas/@jupyterlab/help-extension/jupyter-forum.json
/usr/share/jupyter/lab/schemas/@jupyterlab/help-extension/launch-classic.json
/usr/share/jupyter/lab/schemas/@jupyterlab/help-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/htmlviewer-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/htmlviewer-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/htmlviewer-extension/plugin.json
/usr/share/jupyter/lab/schemas/@jupyterlab/hub-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/hub-extension/menu.json
/usr/share/jupyter/lab/schemas/@jupyterlab/hub-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/imageviewer-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/imageviewer-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/imageviewer-extension/plugin.json
/usr/share/jupyter/lab/schemas/@jupyterlab/inspector-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/consoles.json
/usr/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/inspector.json
/usr/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/notebooks.json
/usr/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/launcher-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/launcher-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/launcher-extension/plugin.json
/usr/share/jupyter/lab/schemas/@jupyterlab/logconsole-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/logconsole-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/logconsole-extension/plugin.json
/usr/share/jupyter/lab/schemas/@jupyterlab/lsp-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/lsp-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/lsp-extension/plugin.json
/usr/share/jupyter/lab/schemas/@jupyterlab/mainmenu-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/mainmenu-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/mainmenu-extension/plugin.json
/usr/share/jupyter/lab/schemas/@jupyterlab/markdownviewer-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/markdownviewer-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/markdownviewer-extension/plugin.json
/usr/share/jupyter/lab/schemas/@jupyterlab/mathjax-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/mathjax-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/mathjax-extension/plugin.json
/usr/share/jupyter/lab/schemas/@jupyterlab/metadataform-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/metadataform-extension/metadataforms.json
/usr/share/jupyter/lab/schemas/@jupyterlab/metadataform-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/notebook-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/completer.json
/usr/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/export.json
/usr/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/panel.json
/usr/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/tools.json
/usr/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/tracker.json
/usr/share/jupyter/lab/schemas/@jupyterlab/running-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/running-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/running-extension/plugin.json
/usr/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/form-ui.json
/usr/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/plugin.json
/usr/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/shortcuts.json
/usr/share/jupyter/lab/schemas/@jupyterlab/statusbar-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/statusbar-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/statusbar-extension/plugin.json
/usr/share/jupyter/lab/schemas/@jupyterlab/terminal-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/terminal-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/terminal-extension/plugin.json
/usr/share/jupyter/lab/schemas/@jupyterlab/toc-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/toc-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/toc-extension/registry.json
/usr/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/consoles.json
/usr/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/files.json
/usr/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/notebooks.json
/usr/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/translation-extension
/usr/share/jupyter/lab/schemas/@jupyterlab/translation-extension/package.json.orig
/usr/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json
/usr/share/jupyter/lab/static
/usr/share/jupyter/lab/static/1036.0d1f109c3d842497fd51.js
/usr/share/jupyter/lab/static/1036.0d1f109c3d842497fd51.js.LICENSE.txt
/usr/share/jupyter/lab/static/1085.0b67f0736d85ec41fdd4.js
/usr/share/jupyter/lab/static/1142.d5442a459b18907c1f91.js
/usr/share/jupyter/lab/static/1166.daf613967af6d83bb3b9.js
/usr/share/jupyter/lab/static/1168.0a95b9c93afe61ceb527.js
/usr/share/jupyter/lab/static/1294.9d27be1098bc8abebe3f.js
/usr/share/jupyter/lab/static/1410.e2302ff5f564d6e596bb.js
/usr/share/jupyter/lab/static/1420.e8486ed074346bc629ca.js
/usr/share/jupyter/lab/static/1448.c391061d8a8344f9d177.js
/usr/share/jupyter/lab/static/1452.4cc17f31511d1f9c6052.js
/usr/share/jupyter/lab/static/1467.dcd89539f6477c1367af.js
/usr/share/jupyter/lab/static/1550.09375e869bc25429b07a.js
/usr/share/jupyter/lab/static/1581.e988a625b879002dcc04.js
/usr/share/jupyter/lab/static/1581.e988a625b879002dcc04.js.LICENSE.txt
/usr/share/jupyter/lab/static/1608.61240f3db67d3d952790.js
/usr/share/jupyter/lab/static/1716.a6bbe1ae8a1986a73623.js
/usr/share/jupyter/lab/static/1760.9a71f4501e9bbaa4c4d8.js
/usr/share/jupyter/lab/static/1776.4f9305d35480467b23c9.js
/usr/share/jupyter/lab/static/1861.4fc7b4afe2b09eb6b5c0.js
/usr/share/jupyter/lab/static/1903.3b452e8ec30e57dbaba5.js
/usr/share/jupyter/lab/static/1917.05d73322caab1f77e3bf.js
/usr/share/jupyter/lab/static/1929.96e62233aa6f2a8363d4.js
/usr/share/jupyter/lab/static/1945.0fbbfe93a4aedd91875c.js
/usr/share/jupyter/lab/static/1954.07d96e4020ed6e543d25.js
/usr/share/jupyter/lab/static/1993.f8c5682f95ffa75cbaf6.js
/usr/share/jupyter/lab/static/1cb1c39ea642f26a4dfe.woff
/usr/share/jupyter/lab/static/2039.aa079dac5c520f93b234.js
/usr/share/jupyter/lab/static/2090.abc86741318f76c3d726.js
/usr/share/jupyter/lab/static/2091.600b1c32af186f6405f9.js
/usr/share/jupyter/lab/static/2104.296346db0067b4883fbf.js
/usr/share/jupyter/lab/static/2145.be9ec610f29703694fcf.js
/usr/share/jupyter/lab/static/226.5dc3528c008170b37b21.js
/usr/share/jupyter/lab/static/2295.cda0f7182bf2a1a03c5a.js
/usr/share/jupyter/lab/static/2320.04abae549b19363c2fdd.js
/usr/share/jupyter/lab/static/2363.6eef078cb37c32d7fbc3.js
/usr/share/jupyter/lab/static/2459.9f9cb02561de1bec73ff.js
/usr/share/jupyter/lab/static/2485.dab750ed66209df61fe1.js
/usr/share/jupyter/lab/static/2551.b07d561a12360c38c589.js
/usr/share/jupyter/lab/static/2617.9c299e26785f7646cb39.js
/usr/share/jupyter/lab/static/2646.0864fb63d7ab1ed16893.js
/usr/share/jupyter/lab/static/2655.71a94960aa4ab2040d8f.js
/usr/share/jupyter/lab/static/26683bf201fb258a2237.woff
/usr/share/jupyter/lab/static/2727.6925b8cf1c5363f40138.js
/usr/share/jupyter/lab/static/2755.696bab6bdca0d9a78131.js
/usr/share/jupyter/lab/static/2800.680b1fa0a4c66c69bb1e.js
/usr/share/jupyter/lab/static/2834.c68c02626aa6742cb847.js
/usr/share/jupyter/lab/static/2834.c68c02626aa6742cb847.js.LICENSE.txt
/usr/share/jupyter/lab/static/2857.27a6e85f5c4c092ab8a2.js
/usr/share/jupyter/lab/static/2909.e190307f7f84c7691068.js
/usr/share/jupyter/lab/static/292.3f7844a129f16ec1ffbc.js
/usr/share/jupyter/lab/static/2929.b88233153dbf33f40b29.js
/usr/share/jupyter/lab/static/2953.92ff8f12bad6ee06859c.js
/usr/share/jupyter/lab/static/2990.ea15322a41d3f133989b.js
/usr/share/jupyter/lab/static/2995.0448b3ed572d9cc5fcc7.js
/usr/share/jupyter/lab/static/3056.8a73f6aacd8ca45f84f9.js
/usr/share/jupyter/lab/static/30e889b58cbc51adfbb0.woff
/usr/share/jupyter/lab/static/3123.85cea4be2e2ed3f9654f.js
/usr/share/jupyter/lab/static/32792104b5ef69eded90.woff
/usr/share/jupyter/lab/static/3306.8bdc49ad1a7ca593a838.js
/usr/share/jupyter/lab/static/3308.764d71af7e591cdb1345.js
/usr/share/jupyter/lab/static/3520.3495b98946de6960ace8.js
/usr/share/jupyter/lab/static/3528.3b5ef5f31d460b5fcd01.js
/usr/share/jupyter/lab/static/3547.bd90e90bfe79911486e8.js
/usr/share/jupyter/lab/static/3549.24f2fe646d8128bc9db0.js
/usr/share/jupyter/lab/static/355254db9ca10a09a3b5.woff
/usr/share/jupyter/lab/static/3601.5c17c015d71b69ddcab3.js
/usr/share/jupyter/lab/static/367.dabc6e4361a7ea0e3280.js
/usr/share/jupyter/lab/static/36e0d72d8a7afc696a3e.woff
/usr/share/jupyter/lab/static/3711.150292a21fd47be1c05f.js
/usr/share/jupyter/lab/static/3724.a4657dc16be2ffc49282.js
/usr/share/jupyter/lab/static/373c04fd2418f5c77eea.eot
/usr/share/jupyter/lab/static/378.6d0f0fc4c8a2eb80ac43.js
/usr/share/jupyter/lab/static/3783.93d5366ab28a19e1f0f9.js
/usr/share/jupyter/lab/static/3807.08a8fd824036c30b3746.js
/usr/share/jupyter/lab/static/383.db345dbeef5ef774e50c.js
/usr/share/jupyter/lab/static/3871.ba96e5b53bb16df56618.js
/usr/share/jupyter/lab/static/3923.f29c06abdcb560130471.js
/usr/share/jupyter/lab/static/3962.50786e3ed9a01329a4a0.js
/usr/share/jupyter/lab/static/3bc6ecaae7ecf6f8d7f8.woff
/usr/share/jupyter/lab/static/3de784d07b9fa8f104c1.woff
/usr/share/jupyter/lab/static/3f6d3488cf65374f6f67.woff
/usr/share/jupyter/lab/static/4008.86acbefff6de679f77b5.js
/usr/share/jupyter/lab/static/4008.86acbefff6de679f77b5.js.LICENSE.txt
/usr/share/jupyter/lab/static/4017.096a74a538e031b6d346.js
/usr/share/jupyter/lab/static/4043.aa012978c41d1d1b2f14.js
/usr/share/jupyter/lab/static/406.81906f96059e31e907a2.js
/usr/share/jupyter/lab/static/4086.3087c0abed5ca45b823b.js
/usr/share/jupyter/lab/static/4136.47258559ce353a80bd8e.js
/usr/share/jupyter/lab/static/4136.47258559ce353a80bd8e.js.LICENSE.txt
/usr/share/jupyter/lab/static/4139.303ee7374c742287be85.js
/usr/share/jupyter/lab/static/4155.5a8d6736017097028d78.js
/usr/share/jupyter/lab/static/4283.f6092d8b7f2e53118d1b.js
/usr/share/jupyter/lab/static/4291.e5d8997127541f75fdaf.js
/usr/share/jupyter/lab/static/4405.43dab120fea32f30bbb9.js
/usr/share/jupyter/lab/static/4419.93938494f456cd76a7e3.js
/usr/share/jupyter/lab/static/4452.2f8819684b96ecff5231.js
/usr/share/jupyter/lab/static/4519.6b784d052db42e93eff2.js
/usr/share/jupyter/lab/static/4562.72444a09f5f092646490.js
/usr/share/jupyter/lab/static/4591.428531724f49fe824ffa.js
/usr/share/jupyter/lab/static/46.fb119c5e5b1e0c72a00f.js
/usr/share/jupyter/lab/static/4743.d4e9658ea25301e15a94.js
/usr/share/jupyter/lab/static/4765.093b4f8b3cee1251db8d.js
/usr/share/jupyter/lab/static/481e39042508ae313a60.woff
/usr/share/jupyter/lab/static/4878.73004381601237a3ef9c.js
/usr/share/jupyter/lab/static/49.7233f68f95d10b85a83e.js
/usr/share/jupyter/lab/static/4986.a497cdda4b7152902568.js
/usr/share/jupyter/lab/static/5041.cdc120bda0a0dec4cfc2.js
/usr/share/jupyter/lab/static/5157.9c77dc27a251d4135876.js
/usr/share/jupyter/lab/static/5201.8866042bae350659528a.js
/usr/share/jupyter/lab/static/5203.c002d40ac647dc6e1d61.js
/usr/share/jupyter/lab/static/526.601d8ddd8347cd7790b9.js
/usr/share/jupyter/lab/static/5331.0cd3f010bb08983ec3fd.js
/usr/share/jupyter/lab/static/5440.2541fcda12b661665148.js
/usr/share/jupyter/lab/static/5521.ce4a0274596e0325374c.js
/usr/share/jupyter/lab/static/5746.e4434ef2027bcc5ed0c9.js
/usr/share/jupyter/lab/static/5794.3cb2bcd1a3e23d0c084e.js
/usr/share/jupyter/lab/static/581.2b878ed37172aced15b5.js
/usr/share/jupyter/lab/static/5881.3946238aa4afdcf4f964.js
/usr/share/jupyter/lab/static/5959.a6b1fd3b03d3649ea8b1.js
/usr/share/jupyter/lab/static/5cda41563a095bd70c78.woff
/usr/share/jupyter/lab/static/6001.7cb18df6902eaa426e80.js
/usr/share/jupyter/lab/static/6059.d83e7323b2ee1aa16009.js
/usr/share/jupyter/lab/static/6163.f5b51a9f0df4846ba40f.js
/usr/share/jupyter/lab/static/6207.a8079c8d8a61039dd530.js
/usr/share/jupyter/lab/static/6243.2efd673d1304c43b7b78.js
/usr/share/jupyter/lab/static/6267.1def2916929e185ab9fc.js
/usr/share/jupyter/lab/static/627.7e292370f4d61d9e8648.js
/usr/share/jupyter/lab/static/627.7e292370f4d61d9e8648.js.LICENSE.txt
/usr/share/jupyter/lab/static/6359.4b994bfd6b1dea2d6fe3.js
/usr/share/jupyter/lab/static/6436.8d9ba427de4ab1053871.js
/usr/share/jupyter/lab/static/6443.e6b52d3732b3e8513a71.js
/usr/share/jupyter/lab/static/6515.56c63929fb079a820cbc.js
/usr/share/jupyter/lab/static/6532.bb7137729a2d6d4e6ddf.js
/usr/share/jupyter/lab/static/6560.f42276a0b1b92aea515b.js
/usr/share/jupyter/lab/static/6595.6a1d7e1abbf186dd119b.js
/usr/share/jupyter/lab/static/6686.3c518aa6e5f9785fb486.js
/usr/share/jupyter/lab/static/6770.fd7084bb2f4b7622401d.js
/usr/share/jupyter/lab/static/6778.345e6ac9818e30317310.js
/usr/share/jupyter/lab/static/6815.0b699f0c162a24b0dbe3.js
/usr/share/jupyter/lab/static/6888.9d3914817f3290827a64.js
/usr/share/jupyter/lab/static/6898.742a7062fa979fb68a80.js
/usr/share/jupyter/lab/static/7080.1330328bb6f46b4da81e.js
/usr/share/jupyter/lab/static/7112.d5120c85ebd17620dda0.js
/usr/share/jupyter/lab/static/7161.353c3ab960df72e6f1ea.js
/usr/share/jupyter/lab/static/7173.e28f63dbd553818e07d3.js
/usr/share/jupyter/lab/static/7178.5f3dd740449b44efad2d.js
/usr/share/jupyter/lab/static/7178.5f3dd740449b44efad2d.js.LICENSE.txt
/usr/share/jupyter/lab/static/721921bab0d001ebff02.woff
/usr/share/jupyter/lab/static/7245.c0cae8787dcd00b991b7.js
/usr/share/jupyter/lab/static/7272.72081c10e0f645b0631a.js
/usr/share/jupyter/lab/static/7294.badf85a3180703d63f62.js
/usr/share/jupyter/lab/static/7294.badf85a3180703d63f62.js.LICENSE.txt
/usr/share/jupyter/lab/static/72bc573386dd1d48c5bb.woff
/usr/share/jupyter/lab/static/7313.4a8a9a1eee6f7ef15ee1.js
/usr/share/jupyter/lab/static/7313.4a8a9a1eee6f7ef15ee1.js.LICENSE.txt
/usr/share/jupyter/lab/static/7317.af8a7da0f881a22752c1.js
/usr/share/jupyter/lab/static/7318.397bf8e913e825b2be27.js
/usr/share/jupyter/lab/static/7363.abe8e31a91e113753bae.js
/usr/share/jupyter/lab/static/7384.60351e008d8f687e8fcc.js
/usr/share/jupyter/lab/static/7390.8253478b90f756692702.js
/usr/share/jupyter/lab/static/7426.c83966ccc62601d391bd.js
/usr/share/jupyter/lab/static/7426.c83966ccc62601d391bd.js.LICENSE.txt
/usr/share/jupyter/lab/static/745.85516a9bb83bcd94d00d.js
/usr/share/jupyter/lab/static/7451.c0257dbfdd320e2c21f5.js
/usr/share/jupyter/lab/static/7451.c0257dbfdd320e2c21f5.js.LICENSE.txt
/usr/share/jupyter/lab/static/7472.58ba8647a489d019c2ef.js
/usr/share/jupyter/lab/static/7473.5012397d10d3b945ecaa.js
/usr/share/jupyter/lab/static/7508.b902347f820c70cd386a.js
/usr/share/jupyter/lab/static/7511.b381a696cf806983c654.js
/usr/share/jupyter/lab/static/7517.f3e5d420f4af90d442dd.js
/usr/share/jupyter/lab/static/7548.366fed2650541de87bb6.js
/usr/share/jupyter/lab/static/7629.1f295461ebf56a48c197.js
/usr/share/jupyter/lab/static/7669.343e259c4c8269479f5b.js
/usr/share/jupyter/lab/static/7702.c479c69f7a532f7b3fd5.js
/usr/share/jupyter/lab/static/7730.7e3a9fb140d2d55a51fc.js
/usr/share/jupyter/lab/static/7731.26db150e967313b7a7e2.js
/usr/share/jupyter/lab/static/7734.b08c15e9f538f44d0f52.js
/usr/share/jupyter/lab/static/7763.19a095394000f9ef62bd.js
/usr/share/jupyter/lab/static/7763.19a095394000f9ef62bd.js.LICENSE.txt
/usr/share/jupyter/lab/static/7775.3e0dee729369fe3d5008.js
/usr/share/jupyter/lab/static/7823.817687f13e9a6781fdd3.js
/usr/share/jupyter/lab/static/7827.e36d073d947bf02a05e3.js
/usr/share/jupyter/lab/static/7848.e83aa4b90ae87209abb8.js
/usr/share/jupyter/lab/static/786.8a99ee7dbd7bd0eb9dce.js
/usr/share/jupyter/lab/static/7877.a4c46a784149533b91d4.js
/usr/share/jupyter/lab/static/7887.128a155df5d25e88c0ce.js
/usr/share/jupyter/lab/static/7946.7fe46d47492e459b7cb5.js
/usr/share/jupyter/lab/static/795.47ab66037ef33f808f09.js
/usr/share/jupyter/lab/static/79d088064beb3826054f.eot
/usr/share/jupyter/lab/static/8002.25f64485372af5158c83.js
/usr/share/jupyter/lab/static/8010.1cf8237e9def8404f355.js
/usr/share/jupyter/lab/static/8012.40cb006f0c180ebafa91.js
/usr/share/jupyter/lab/static/812.9bc9319b3effab83cd51.js
/usr/share/jupyter/lab/static/8152.5baac73844a065f34284.js
/usr/share/jupyter/lab/static/8285.1eac7b7582569be1c3a8.js
/usr/share/jupyter/lab/static/8302.5c5e5a2da7fe74b12a1d.js
/usr/share/jupyter/lab/static/8319.80fcbc832e1eb20b71e7.js
/usr/share/jupyter/lab/static/8322.288af285dac9cb9a8800.js
/usr/share/jupyter/lab/static/8347.573b699e3590729bfa8a.js
/usr/share/jupyter/lab/static/8405.154ba4b17a2dec22a355.js
/usr/share/jupyter/lab/static/8462.74d5f5afd4f9d7825eed.js
/usr/share/jupyter/lab/static/8493.fc635229db38e6fc6aa2.js
/usr/share/jupyter/lab/static/8498.27a245b23921914bf5c2.js
/usr/share/jupyter/lab/static/8512.1af96655287fd124877b.js
/usr/share/jupyter/lab/static/8532.9b3f209bdfefd7f3b333.js
/usr/share/jupyter/lab/static/8678.dcd3dab9025b13eb9be8.js
/usr/share/jupyter/lab/static/870673df72e70f87c91a.woff
/usr/share/jupyter/lab/static/8710.5fc5ecb762fb4494db02.js
/usr/share/jupyter/lab/static/8738.782816e9072ac38762b4.js
/usr/share/jupyter/lab/static/8771.327a202178f82f3b15b8.js
/usr/share/jupyter/lab/static/8787.4d36d28dcf94bf59cbfe.js
/usr/share/jupyter/lab/static/8805.0f14a91b024b59c039a7.js
/usr/share/jupyter/lab/static/881.972f79365eed0f77378e.js
/usr/share/jupyter/lab/static/8823.2ff947bcd96cc0723058.js
/usr/share/jupyter/lab/static/8875.88988caaba1e33edad5b.js
/usr/share/jupyter/lab/static/88b98cad3688915e50da.woff
/usr/share/jupyter/lab/static/8ea8791754915a898a31.woff2
/usr/share/jupyter/lab/static/8ea8dbb1b02e6f730f55.woff
/usr/share/jupyter/lab/static/9.0e0cba0ccc2a4b670600.js
/usr/share/jupyter/lab/static/9030.260bc05e28eccff70ae8.js
/usr/share/jupyter/lab/static/9041.df39043656c7233552e4.js
/usr/share/jupyter/lab/static/9055.bd710a8db8883a836b59.js
/usr/share/jupyter/lab/static/9109.fa3ee74a5c0f378f4d51.js
/usr/share/jupyter/lab/static/9192.db4337a516b7f38d1f89.js
/usr/share/jupyter/lab/static/9222.1c2a8e69a2de57dd1984.js
/usr/share/jupyter/lab/static/9230.58b8c42b730e1a56e69b.js
/usr/share/jupyter/lab/static/9265.bc2b66a4502cdfcfc14f.js
/usr/share/jupyter/lab/static/9362.823dcfac216f8057452d.js
/usr/share/jupyter/lab/static/9395.b59dceae72715c9f885c.js
/usr/share/jupyter/lab/static/9409.34c33ed11e2d6f318480.js
/usr/share/jupyter/lab/static/942.93c8de61ea9ea08ec097.js
/usr/share/jupyter/lab/static/9421.022dc7b4e9a2c80c32c2.js
/usr/share/jupyter/lab/static/9440.04751e25c9cde059ff37.js
/usr/share/jupyter/lab/static/9445.fe5e9e5b728de8d15873.js
/usr/share/jupyter/lab/static/9545.f0f7a2959bdd17ee3448.js
/usr/share/jupyter/lab/static/9579.4b1b079b6b7cd2924338.js
/usr/share/jupyter/lab/static/9579.4b1b079b6b7cd2924338.js.LICENSE.txt
/usr/share/jupyter/lab/static/9621.9cbfa52c42927bb398b4.js
/usr/share/jupyter/lab/static/9653.d93c93e084cd5e93cd2d.js
/usr/share/jupyter/lab/static/9674eb1bd55047179038.svg
/usr/share/jupyter/lab/static/9738.c0234a1f7f6ac262f560.js
/usr/share/jupyter/lab/static/9747.6dd327f4928c6989ea8a.js
/usr/share/jupyter/lab/static/9747.6dd327f4928c6989ea8a.js.LICENSE.txt
/usr/share/jupyter/lab/static/9826.406d2a71dc45995bc549.js
/usr/share/jupyter/lab/static/9826.406d2a71dc45995bc549.js.LICENSE.txt
/usr/share/jupyter/lab/static/9834b82ad26e2a37583d.woff2
/usr/share/jupyter/lab/static/9870.70b2b59cc96c3a97c489.js
/usr/share/jupyter/lab/static/9984.6ba5355e0d5487d5ac63.js
/usr/share/jupyter/lab/static/a009bea404f7a500ded4.woff
/usr/share/jupyter/lab/static/a3b9817780214caf01e8.svg
/usr/share/jupyter/lab/static/af04542b29eaac04550a.woff
/usr/share/jupyter/lab/static/af6397503fcefbd61397.ttf
/usr/share/jupyter/lab/static/af96f67d7accf5fd2a4a.woff
/usr/share/jupyter/lab/static/b418136e3b384baaadec.woff
/usr/share/jupyter/lab/static/be0a084962d8066884f7.svg
/usr/share/jupyter/lab/static/bootstrap.js
/usr/share/jupyter/lab/static/build_log.json
/usr/share/jupyter/lab/static/c49810b53ecc0d87d802.woff
/usr/share/jupyter/lab/static/c56da8d69f1a0208b8e0.woff
/usr/share/jupyter/lab/static/cb9e9e693192413cde2b.woff
/usr/share/jupyter/lab/static/cda59d6efffa685830fd.ttf
/usr/share/jupyter/lab/static/e4299464e7b012968eed.eot
/usr/share/jupyter/lab/static/e42a88444448ac3d6054.woff2
/usr/share/jupyter/lab/static/e8711bbb871afd8e9dea.ttf
/usr/share/jupyter/lab/static/f9217f66874b0c01cd8c.woff
/usr/share/jupyter/lab/static/fc6ddf5df402b263cfb1.woff
/usr/share/jupyter/lab/static/index.html
/usr/share/jupyter/lab/static/index.out.js
/usr/share/jupyter/lab/static/jlab_core.0c882064cb12a87cda90.js
/usr/share/jupyter/lab/static/main.f2fafbd0b713277c000c.js
/usr/share/jupyter/lab/static/package.json
/usr/share/jupyter/lab/static/style.js
/usr/share/jupyter/lab/static/third-party-licenses.json
/usr/share/jupyter/lab/themes
/usr/share/jupyter/lab/themes/@jupyterlab
/usr/share/jupyter/lab/themes/@jupyterlab/theme-dark-extension
/usr/share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.css
/usr/share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.js
/usr/share/jupyter/lab/themes/@jupyterlab/theme-light-extension
/usr/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.css
/usr/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.js
/usr/share/licenses/jupyter-jupyterlab
/usr/share/licenses/jupyter-jupyterlab/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:23:08 2024