jupyterlab 3.6.2__py3-none-any.whl → 3.6.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (297) hide show
  1. jupyterlab/_version.py +1 -1
  2. jupyterlab/schemas/@jupyterlab/application-extension/package.json.orig +10 -10
  3. jupyterlab/schemas/@jupyterlab/apputils-extension/package.json.orig +14 -14
  4. jupyterlab/schemas/@jupyterlab/cell-toolbar-extension/package.json.orig +7 -7
  5. jupyterlab/schemas/@jupyterlab/codemirror-extension/package.json.orig +10 -10
  6. jupyterlab/schemas/@jupyterlab/completer-extension/package.json.orig +9 -9
  7. jupyterlab/schemas/@jupyterlab/console-extension/package.json.orig +13 -13
  8. jupyterlab/schemas/@jupyterlab/csvviewer-extension/package.json.orig +11 -11
  9. jupyterlab/schemas/@jupyterlab/debugger-extension/package.json.orig +16 -16
  10. jupyterlab/schemas/@jupyterlab/docmanager-extension/package.json.orig +13 -13
  11. jupyterlab/schemas/@jupyterlab/documentsearch-extension/package.json.orig +7 -7
  12. jupyterlab/schemas/@jupyterlab/extensionmanager-extension/package.json.orig +7 -7
  13. jupyterlab/schemas/@jupyterlab/filebrowser-extension/package.json.orig +15 -15
  14. jupyterlab/schemas/@jupyterlab/fileeditor-extension/package.json.orig +18 -18
  15. jupyterlab/schemas/@jupyterlab/help-extension/package.json.orig +9 -9
  16. jupyterlab/schemas/@jupyterlab/htmlviewer-extension/package.json.orig +9 -9
  17. jupyterlab/schemas/@jupyterlab/hub-extension/package.json.orig +6 -6
  18. jupyterlab/schemas/@jupyterlab/imageviewer-extension/package.json.orig +6 -6
  19. jupyterlab/schemas/@jupyterlab/inspector-extension/package.json.orig +9 -9
  20. jupyterlab/schemas/@jupyterlab/launcher-extension/package.json.orig +7 -7
  21. jupyterlab/schemas/@jupyterlab/logconsole-extension/package.json.orig +12 -12
  22. jupyterlab/schemas/@jupyterlab/mainmenu-extension/package.json.orig +10 -10
  23. jupyterlab/schemas/@jupyterlab/markdownviewer-extension/package.json.orig +8 -8
  24. jupyterlab/schemas/@jupyterlab/notebook-extension/package.json.orig +25 -25
  25. jupyterlab/schemas/@jupyterlab/settingeditor-extension/package.json.orig +10 -10
  26. jupyterlab/schemas/@jupyterlab/shortcuts-extension/package.json.orig +7 -7
  27. jupyterlab/schemas/@jupyterlab/statusbar-extension/package.json.orig +13 -13
  28. jupyterlab/schemas/@jupyterlab/terminal-extension/package.json.orig +12 -12
  29. jupyterlab/schemas/@jupyterlab/toc-extension/package.json.orig +12 -12
  30. jupyterlab/schemas/@jupyterlab/tooltip-extension/package.json.orig +11 -11
  31. jupyterlab/schemas/@jupyterlab/translation-extension/package.json.orig +6 -6
  32. jupyterlab/staging/package.json +148 -147
  33. jupyterlab/staging/yarn.lock +1259 -1259
  34. jupyterlab-3.6.2.data/data/share/jupyter/lab/static/3122.6da9e52abd5263a9752f.js → jupyterlab/static/3122.b1fda55c421da97a00a3.js +2 -2
  35. jupyterlab/static/{5493.7afc94ce5db2401a17a0.js → 5493.bc25a653f87ecf6d27f8.js} +3 -3
  36. jupyterlab/static/7796.0dcdca3baf288d835bab.js +2 -0
  37. jupyterlab/static/{6174.b837e8b720639bb0675d.js → 9493.7d21c080b2fe6d48740c.js} +2 -2
  38. jupyterlab/static/build_log.json +98 -97
  39. jupyterlab/static/index.html +1 -1
  40. jupyterlab/static/jlab_core.4d5114e25256eeddf4e4.js +3 -0
  41. jupyterlab/static/main.c474366c927dbb3da565.js +2 -0
  42. jupyterlab/static/package.json +148 -147
  43. jupyterlab/static/third-party-licenses.json +97 -97
  44. jupyterlab/tests/mock_packages/extension/package.json +3 -3
  45. jupyterlab/tests/mock_packages/interop/consumer/package.json +3 -3
  46. jupyterlab/tests/mock_packages/interop/provider/package.json +3 -3
  47. jupyterlab/tests/mock_packages/interop/token/package.json +1 -1
  48. jupyterlab/tests/mock_packages/mimeextension/package.json +1 -1
  49. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/package.json.orig +10 -10
  50. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/package.json.orig +14 -14
  51. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/cell-toolbar-extension/package.json.orig +7 -7
  52. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/package.json.orig +10 -10
  53. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/package.json.orig +9 -9
  54. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/package.json.orig +13 -13
  55. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/package.json.orig +11 -11
  56. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/debugger-extension/package.json.orig +16 -16
  57. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/package.json.orig +13 -13
  58. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/documentsearch-extension/package.json.orig +7 -7
  59. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/package.json.orig +7 -7
  60. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/package.json.orig +15 -15
  61. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/package.json.orig +18 -18
  62. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/package.json.orig +9 -9
  63. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/htmlviewer-extension/package.json.orig +9 -9
  64. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/hub-extension/package.json.orig +6 -6
  65. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/imageviewer-extension/package.json.orig +6 -6
  66. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/package.json.orig +9 -9
  67. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/launcher-extension/package.json.orig +7 -7
  68. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/logconsole-extension/package.json.orig +12 -12
  69. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/mainmenu-extension/package.json.orig +10 -10
  70. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/markdownviewer-extension/package.json.orig +8 -8
  71. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/package.json.orig +25 -25
  72. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/package.json.orig +10 -10
  73. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/package.json.orig +7 -7
  74. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/statusbar-extension/package.json.orig +13 -13
  75. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/terminal-extension/package.json.orig +12 -12
  76. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/toc-extension/package.json.orig +12 -12
  77. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/package.json.orig +11 -11
  78. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/translation-extension/package.json.orig +6 -6
  79. jupyterlab/static/3122.6da9e52abd5263a9752f.js → jupyterlab-3.6.3.data/data/share/jupyter/lab/static/3122.b1fda55c421da97a00a3.js +2 -2
  80. jupyterlab-3.6.2.data/data/share/jupyter/lab/static/5493.7afc94ce5db2401a17a0.js → jupyterlab-3.6.3.data/data/share/jupyter/lab/static/5493.bc25a653f87ecf6d27f8.js +3 -3
  81. jupyterlab-3.6.3.data/data/share/jupyter/lab/static/7796.0dcdca3baf288d835bab.js +2 -0
  82. jupyterlab-3.6.2.data/data/share/jupyter/lab/static/6174.b837e8b720639bb0675d.js → jupyterlab-3.6.3.data/data/share/jupyter/lab/static/9493.7d21c080b2fe6d48740c.js +2 -2
  83. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/build_log.json +98 -97
  84. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/index.html +1 -1
  85. jupyterlab-3.6.3.data/data/share/jupyter/lab/static/jlab_core.4d5114e25256eeddf4e4.js +3 -0
  86. jupyterlab-3.6.3.data/data/share/jupyter/lab/static/main.c474366c927dbb3da565.js +2 -0
  87. jupyterlab-3.6.3.data/data/share/jupyter/lab/static/package.json +323 -0
  88. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/third-party-licenses.json +97 -97
  89. {jupyterlab-3.6.2.dist-info → jupyterlab-3.6.3.dist-info}/METADATA +1 -1
  90. {jupyterlab-3.6.2.dist-info → jupyterlab-3.6.3.dist-info}/RECORD +290 -290
  91. jupyterlab/static/7796.6cae4a397b88ab8cf016.js +0 -2
  92. jupyterlab/static/jlab_core.48a41b637653e18e773e.js +0 -3
  93. jupyterlab/static/main.b5a59426d23035dbc798.js +0 -2
  94. jupyterlab-3.6.2.data/data/share/jupyter/lab/static/7796.6cae4a397b88ab8cf016.js +0 -2
  95. jupyterlab-3.6.2.data/data/share/jupyter/lab/static/jlab_core.48a41b637653e18e773e.js +0 -3
  96. jupyterlab-3.6.2.data/data/share/jupyter/lab/static/main.b5a59426d23035dbc798.js +0 -2
  97. jupyterlab-3.6.2.data/data/share/jupyter/lab/static/package.json +0 -322
  98. /jupyterlab/static/{5493.7afc94ce5db2401a17a0.js.LICENSE.txt → 5493.bc25a653f87ecf6d27f8.js.LICENSE.txt} +0 -0
  99. /jupyterlab/static/{jlab_core.48a41b637653e18e773e.js.LICENSE.txt → jlab_core.4d5114e25256eeddf4e4.js.LICENSE.txt} +0 -0
  100. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json +0 -0
  101. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/etc/jupyter/jupyter_server_config.d/jupyterlab.json +0 -0
  102. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/commands.json +0 -0
  103. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/context-menu.json +0 -0
  104. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/shell.json +0 -0
  105. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/sidebar.json +0 -0
  106. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/notification.json +0 -0
  107. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/palette.json +0 -0
  108. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/print.json +0 -0
  109. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/sanitizer.json +0 -0
  110. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/themes.json +0 -0
  111. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/workspaces.json +0 -0
  112. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/cell-toolbar-extension/plugin.json +0 -0
  113. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/commands.json +0 -0
  114. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/consoles.json +0 -0
  115. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/files.json +0 -0
  116. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/notebooks.json +0 -0
  117. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/foreign.json +0 -0
  118. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/tracker.json +0 -0
  119. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/csv.json +0 -0
  120. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/tsv.json +0 -0
  121. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/debugger-extension/main.json +0 -0
  122. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/download.json +0 -0
  123. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/plugin.json +0 -0
  124. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/documentsearch-extension/plugin.json +0 -0
  125. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/plugin.json +0 -0
  126. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/browser.json +0 -0
  127. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/download.json +0 -0
  128. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/open-browser-tab.json +0 -0
  129. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/open-with.json +0 -0
  130. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/widget.json +0 -0
  131. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/plugin.json +0 -0
  132. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/about.json +0 -0
  133. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/jupyter-forum.json +0 -0
  134. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/launch-classic.json +0 -0
  135. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/htmlviewer-extension/plugin.json +0 -0
  136. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/hub-extension/plugin.json +0 -0
  137. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/imageviewer-extension/plugin.json +0 -0
  138. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/consoles.json +0 -0
  139. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/inspector.json +0 -0
  140. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/notebooks.json +0 -0
  141. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/launcher-extension/plugin.json +0 -0
  142. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/logconsole-extension/plugin.json +0 -0
  143. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/mainmenu-extension/plugin.json +0 -0
  144. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/markdownviewer-extension/plugin.json +0 -0
  145. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/export.json +0 -0
  146. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/panel.json +0 -0
  147. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/tracker.json +0 -0
  148. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/form-ui.json +0 -0
  149. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/plugin.json +0 -0
  150. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/shortcuts.json +0 -0
  151. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/statusbar-extension/plugin.json +0 -0
  152. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/terminal-extension/plugin.json +0 -0
  153. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/toc-extension/plugin.json +0 -0
  154. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/consoles.json +0 -0
  155. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/files.json +0 -0
  156. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/notebooks.json +0 -0
  157. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json +0 -0
  158. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/06f4d00923ea24697df5df0b92984175991d8bd25776a02d531bb401e393ec42.ttf +0 -0
  159. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1033.890eeae47460e241b1e9.js +0 -0
  160. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1036.a055f7326513fc5a04f7.js +0 -0
  161. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1036.a055f7326513fc5a04f7.js.LICENSE.txt +0 -0
  162. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1044.4e54e3e338cfaccdfb46.js +0 -0
  163. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1057.16c446ab94eb9e5ed42a.js +0 -0
  164. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1142.074d125bb59f5a332666.js +0 -0
  165. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1249.8501a6fa8feae7016c0a.js +0 -0
  166. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/126.1e2fb998804b27c72a3e.js +0 -0
  167. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1358.9ab4f57e8227ce75f427.js +0 -0
  168. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1397.4b53e533e7ca4d3f06fe.js +0 -0
  169. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/14c9db4ff87fde08f67b0a69dd594bab6d87174812a0dbd34c59833bfed8cc0e.woff +0 -0
  170. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1842.1846f224482b066652bf.js +0 -0
  171. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1944.9bb345a40325c23313e9.js +0 -0
  172. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1944.9bb345a40325c23313e9.js.LICENSE.txt +0 -0
  173. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/198.ebf955f77b5c9807f163.js +0 -0
  174. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/2249.0cc057d5b7da618aa4e0.js +0 -0
  175. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/2326849b6c3dfa217a0e9ecaec9553c910a4e2987c87315c85073d2b95a484f3.svg +0 -0
  176. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/2349.91555cd2ef72c84e9253.js +0 -0
  177. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/2353.baeba73a2e9f3d9e75d2.js +0 -0
  178. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/2356.f97dd8093f97f156efe4.js +0 -0
  179. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/2585.4d374708a4df1d35065d.js +0 -0
  180. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3029.51bdde209f9c4e269943.js +0 -0
  181. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3087.06efd084edba2bea6ea1.js +0 -0
  182. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3114.5cbcff15783573c636c6.js +0 -0
  183. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3236.4fabf963498daeeb9624.js +0 -0
  184. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3308.03624912593a42120dea.js +0 -0
  185. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3387.bb8976de803b341fe7a3.js +0 -0
  186. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3443.868b4f89289beb97adec.js +0 -0
  187. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3496.ecb0e7fcc54191234ae6.js +0 -0
  188. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3531.0bacde3facdc0c46766c.js +0 -0
  189. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3532.c5348a7ce31c17eaeb0b.js +0 -0
  190. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3664.cfb68e6cb3654849310c.js +0 -0
  191. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3791.6adeeacb6143a6599115.js +0 -0
  192. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3935.4159b022aa6d82e44127.js +0 -0
  193. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3935.4159b022aa6d82e44127.js.LICENSE.txt +0 -0
  194. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3992.6587b8bb22d3b162cc6b.js +0 -0
  195. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3d06af1f31cd83ace7a265a014b8fb5dee15770ecac8f7a55555190e627e03c2.ttf +0 -0
  196. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/406.6f87c9a21bbaa5f39fc4.js +0 -0
  197. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/407a9723fc717c94e287496080d773e18e29c3cac49e2630172343c65c0864a8.eot +0 -0
  198. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4151.ce38cc139e8eec621bde.js +0 -0
  199. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4155.784ca1752696680bf373.js +0 -0
  200. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/43c072c16c9ee6d67acdfa6c6d6685ff1e74eb4237b7cc3c1348ab1c108b26af.woff2 +0 -0
  201. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4402.d24b4a44244e256d0126.js +0 -0
  202. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4429.c4f083ef6b6e29345fd4.js +0 -0
  203. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/45.91c59b0e1dca32f01373.js +0 -0
  204. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4570.53adcb6f69939da383ff.js +0 -0
  205. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4631.96a143e70f005fef7b59.js +0 -0
  206. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4657.f97cd1238beedb61548c.js +0 -0
  207. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/466.239a0c009f33f1cb7cab.js +0 -0
  208. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4894.f5e3a48d18905b75d07f.js +0 -0
  209. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/501.d77919e38ba77753c7f8.js +0 -0
  210. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5065.49dd76cb64fd444f785f.js +0 -0
  211. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5096.96faf5ddac346a9ad9c3.js +0 -0
  212. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5096.96faf5ddac346a9ad9c3.js.LICENSE.txt +0 -0
  213. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5223.0006e6e211b7c197b9f1.js +0 -0
  214. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5289.6c67522c6a1c32fc2ea2.js +0 -0
  215. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5383.d630abf49f5cb82bb76f.js +0 -0
  216. /jupyterlab-3.6.2.data/data/share/jupyter/lab/static/5493.7afc94ce5db2401a17a0.js.LICENSE.txt → /jupyterlab-3.6.3.data/data/share/jupyter/lab/static/5493.bc25a653f87ecf6d27f8.js.LICENSE.txt +0 -0
  217. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5505.d108d38d683afca0e4ed.js +0 -0
  218. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5557.625f5943a166b494ee38.js +0 -0
  219. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5619.b1928648a190b38e627a.js +0 -0
  220. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6005.cda1ecd972909c2a0250.js +0 -0
  221. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6064.1a4a55a09511d4907870.js +0 -0
  222. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6064.1a4a55a09511d4907870.js.LICENSE.txt +0 -0
  223. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6218.63b338a58c855634089e.js +0 -0
  224. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6282.455f87010a88485c089b.js +0 -0
  225. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6443.04025a1d063425902d56.js +0 -0
  226. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6504.f578fea4ca18a937babd.js +0 -0
  227. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6550.f5dbb748ddae3ef4b27e.js +0 -0
  228. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6598.e2d4d064ef6bca780c2c.js +0 -0
  229. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6655.0f133ab652b8d8af8a1a.js +0 -0
  230. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6700.c96344a466d1896657bf.js +0 -0
  231. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6777.1b7dcbf5a42c2daf11b8.js +0 -0
  232. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/679b5a5216bbdf913cc22d6ae44778c1ef975ee387a6c4c5de87e75d19a22232.svg +0 -0
  233. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6952.1bd5bcfeb0d87e61efcb.js +0 -0
  234. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6962.6d7125f759d926dcf34f.js +0 -0
  235. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6975.e0560614fd629195c9bf.js +0 -0
  236. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6989.75bf0da94e660a6c26f8.js +0 -0
  237. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7034.fce307da76771c0ef0c8.js +0 -0
  238. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7050.fc2b565767a93966c20e.js +0 -0
  239. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7289.c749cf355edec3e37aa8.js +0 -0
  240. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7294.f71c2889fedcd71bd1ee.js +0 -0
  241. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7294.f71c2889fedcd71bd1ee.js.LICENSE.txt +0 -0
  242. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7300.26360c57b8bd81344bd5.js +0 -0
  243. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7454.5859b3e9803de4da9c05.js +0 -0
  244. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7463.c34847707aeb55f90a82.js +0 -0
  245. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/74edc18b67c487e32f181719fdb347e2e77020744651f446e9acd7bd6821e2e7.woff +0 -0
  246. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/75a761159ae266c5332a4f266e07a5543712ffb76ee0260b07782195c04dc364.eot +0 -0
  247. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7717.2a6e6bb4e5f6b92e9798.js +0 -0
  248. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7730.7e3a9fb140d2d55a51fc.js +0 -0
  249. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7755.d506a1d9dadf30b1e490.js +0 -0
  250. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7788.5e16fdcc197e245776fd.js +0 -0
  251. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7900.86dcbbbfb1a3d4f98375.js +0 -0
  252. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8012.e4c8f67dc497d26c16fc.js +0 -0
  253. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8059.6011120485fc3c4868d4.js +0 -0
  254. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/807.25ee5f37af96f64ba380.js +0 -0
  255. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/807.25ee5f37af96f64ba380.js.LICENSE.txt +0 -0
  256. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8102.7f1644c3be420fb40db9.js +0 -0
  257. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8284.54c936b3303933d2da84.js +0 -0
  258. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8428.dd5a93f02f55af0d3d8c.js +0 -0
  259. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8523.9b232c15e4eb5bc08a37.js +0 -0
  260. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8524.48062ecfe543b6d76860.js +0 -0
  261. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8580.974138f8b6ddb72035f9.js +0 -0
  262. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8657.bf693afb7646976b9a51.js +0 -0
  263. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/870.e515a8a325f5ddb19079.js +0 -0
  264. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8708.35479b2d01be1e86804a.js +0 -0
  265. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8819.743ff7148bbdf35c7bbb.js +0 -0
  266. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8834.7621cb792c80bfa66e05.js +0 -0
  267. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8843.35ec0f0b1f61c25e0401.js +0 -0
  268. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8afc6e5e842baab16010c2ce6fcf48ec4ded8e1579a37c1f1bc027e120d04951.woff2 +0 -0
  269. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/900.6a1241c0269d5df615c8.js +0 -0
  270. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/901.2ec3367a81663f96cc4b.js +0 -0
  271. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9039.5f28fec36b1eba3e4a52.js +0 -0
  272. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9109.1b114e9c83e36c6560df.js +0 -0
  273. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/911.0c08f040896753efc653.js +0 -0
  274. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/911.0c08f040896753efc653.js.LICENSE.txt +0 -0
  275. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9316.c4abfd78d98bb182cd2f.js +0 -0
  276. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9473.2e52d2ba788beec303be.js +0 -0
  277. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9473.2e52d2ba788beec303be.js.LICENSE.txt +0 -0
  278. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/96.c281b119ab350d7dd3de.js +0 -0
  279. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9845.8b6c837a5ff754554b39.js +0 -0
  280. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9866.5db2f5cd62fb6e231305.js +0 -0
  281. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/aff76e5c986f295d4bc6f8142a78e2a31888b101c2d025db89f79c75f64fd90b.woff +0 -0
  282. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/bootstrap.js +0 -0
  283. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/c651b8a67d3193206f622c3c3b0fbca4a2f2727108c4212b52c1e2a2e84c9b31.ttf +0 -0
  284. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/cf83ffb8cf0023bd439dfdd5d02f1954b6ee027e85897d6cfc5f90bbca9ec1d2.eot +0 -0
  285. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/d0b4256abed72481585662971262eabee345c19f837af00d7ce24239d3b40eef.woff2 +0 -0
  286. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/fa498fb2596a5235c5c86d7b68a7fbe76e9855c01af4b0e5ab41c41047c648e0.svg +0 -0
  287. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/index.out.js +0 -0
  288. /jupyterlab-3.6.2.data/data/share/jupyter/lab/static/jlab_core.48a41b637653e18e773e.js.LICENSE.txt → /jupyterlab-3.6.3.data/data/share/jupyter/lab/static/jlab_core.4d5114e25256eeddf4e4.js.LICENSE.txt +0 -0
  289. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/style.js +0 -0
  290. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.css +0 -0
  291. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.js +0 -0
  292. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.css +0 -0
  293. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.js +0 -0
  294. {jupyterlab-3.6.2.dist-info → jupyterlab-3.6.3.dist-info}/LICENSE +0 -0
  295. {jupyterlab-3.6.2.dist-info → jupyterlab-3.6.3.dist-info}/WHEEL +0 -0
  296. {jupyterlab-3.6.2.dist-info → jupyterlab-3.6.3.dist-info}/entry_points.txt +0 -0
  297. {jupyterlab-3.6.2.dist-info → jupyterlab-3.6.3.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  jupyterlab/__init__.py,sha256=I-9Jo4BfTZfcG_fwml8i-HoOr9GHaZZlOpR7SM4r6a4,573
2
2
  jupyterlab/__main__.py,sha256=dufDnTrV_7MKtbso3dh8Ic_xnslZYiiBgtu2WhVRONk,65
3
- jupyterlab/_version.py,sha256=F8Zu6NTwy0E6KQRqvcyyxqXHFJfMSjMBWeRO_yYPllY,677
3
+ jupyterlab/_version.py,sha256=c53Es5QrETm-bWY7CHQ43nvyrOZoClZi7OKC9SKiddo,677
4
4
  jupyterlab/browser-test.js,sha256=VxjuvF_MEAIV4suRsTzjjX2yNMJdFOciWyXZ5XoICJY,2871
5
5
  jupyterlab/browser_check.py,sha256=zfjn5Txv42YX4xglW8ECE9A6phL_1Y8MZ_5A7uziFEc,7702
6
6
  jupyterlab/commands.py,sha256=A1KWzOAsl7BTKoHOxjws8wE3gUEV5bCKCt9u1QN2wd0,86451
@@ -25,101 +25,101 @@ jupyterlab/handlers/error_handler.py,sha256=_GYC97aXp3cyZiLAoOVRlByzYflIXtJa6EEe
25
25
  jupyterlab/handlers/extension_manager_handler.py,sha256=-qL7TT27X43JFID9gqbGEIx3uL0DeSkQhtQekEeUH2Q,11098
26
26
  jupyterlab/schemas/@jupyterlab/application-extension/commands.json,sha256=cPoSIU3R7XtRAJctEvmwoP86cVCCYcXEThxkePPN8mw,2971
27
27
  jupyterlab/schemas/@jupyterlab/application-extension/context-menu.json,sha256=r_VIaYpkcKw5Lmf4ghjIUd8E6VZT0_aaT0oj75qpxsw,3219
28
- jupyterlab/schemas/@jupyterlab/application-extension/package.json.orig,sha256=3bmxVzg_IIwaI7GUv873xWz1FHnOEp-bQJklJXt0Qmg,1694
28
+ jupyterlab/schemas/@jupyterlab/application-extension/package.json.orig,sha256=OtSZYfmBRsH68jYgV0xcBy5KDS2Nl0ZfWNSsEtG9h2g,1694
29
29
  jupyterlab/schemas/@jupyterlab/application-extension/shell.json,sha256=HlUZ2KYFpavbUmZ7DSPpHK8-Df4ZJ-4uBcFm5wjE3u4,639
30
30
  jupyterlab/schemas/@jupyterlab/application-extension/sidebar.json,sha256=NUVcr8UN3QXOTu5JXL41WYCogtNmYplPbFxdkDc9b2k,763
31
31
  jupyterlab/schemas/@jupyterlab/apputils-extension/notification.json,sha256=4tAD8svA7M9eGNWqSZuTBFOXUopAb9SuEN7W6pfEB6Y,1378
32
- jupyterlab/schemas/@jupyterlab/apputils-extension/package.json.orig,sha256=yA0Y_tp9Ur9hcIYJjOfZPFOvvVL0wOe_ewbpg-TBuqM,2004
32
+ jupyterlab/schemas/@jupyterlab/apputils-extension/package.json.orig,sha256=MN-UWzSVRn6Uy1KZQKdZyt0YhYG1-HicY_OSb1MjV5U,2004
33
33
  jupyterlab/schemas/@jupyterlab/apputils-extension/palette.json,sha256=esQyvhnENNUgX9gH4o690rQF3gHTI7tYcHaS6dF46kA,856
34
34
  jupyterlab/schemas/@jupyterlab/apputils-extension/print.json,sha256=BKkGv898tqerPvGvboy2TZJffwm0SxsSzV6_cLiUKVc,563
35
35
  jupyterlab/schemas/@jupyterlab/apputils-extension/sanitizer.json,sha256=0lT7e1uPHanP3iMeg_bAl1EjIVyFnF9rZ5f6GHaU62I,495
36
36
  jupyterlab/schemas/@jupyterlab/apputils-extension/themes.json,sha256=nIElIJQHkNdc9kGJIoUOJ-AtEEMDtKxnCA4O-gcPK8g,3717
37
37
  jupyterlab/schemas/@jupyterlab/apputils-extension/workspaces.json,sha256=RSS1Utq3wq-2qlE8ghpS915Xh6H27Z8piZ4OoNVJ_rQ,457
38
- jupyterlab/schemas/@jupyterlab/cell-toolbar-extension/package.json.orig,sha256=oPG0y5wRaqX7beyrbekN_PqVIA23TH_a-YgN5_IQjKE,1850
38
+ jupyterlab/schemas/@jupyterlab/cell-toolbar-extension/package.json.orig,sha256=gL6veK5Oa33Nezzne4UnA0r57tLKTAybVxOYKJIpiF4,1850
39
39
  jupyterlab/schemas/@jupyterlab/cell-toolbar-extension/plugin.json,sha256=0Yiw36__NBOaTAa-NA_gZ_Otyr86uXWruCC0xZ8ixFQ,2347
40
40
  jupyterlab/schemas/@jupyterlab/codemirror-extension/commands.json,sha256=H3IND8oT2SpIMT7v5n_tVZrALcFU8A1_yuM4NYDVCbY,6728
41
- jupyterlab/schemas/@jupyterlab/codemirror-extension/package.json.orig,sha256=miBzW9bGegAVfqUw8UvwPZ2Am5-7O43v-EHO-yFib6E,1597
41
+ jupyterlab/schemas/@jupyterlab/codemirror-extension/package.json.orig,sha256=hOEFFQae7vhvuILj6z3iPbiV_CkuzKElRfVgSr83JM4,1597
42
42
  jupyterlab/schemas/@jupyterlab/completer-extension/consoles.json,sha256=G3NCkuZksgF-q0sf3VA0Nt8acKKmSvqq5rm46cWfhAM,343
43
43
  jupyterlab/schemas/@jupyterlab/completer-extension/files.json,sha256=WLvD1ORShGpS1FcF46aSeOSmHrxQ2Tu-3e8rmWVE2Co,336
44
44
  jupyterlab/schemas/@jupyterlab/completer-extension/notebooks.json,sha256=Zsr9INmByCBe7FKEy1ErT30nTICOipofiZ32iZfGih4,348
45
- jupyterlab/schemas/@jupyterlab/completer-extension/package.json.orig,sha256=fpIE64JX9f1ChG6yQhwo8hqu1ThrygOzDdhOkjdiFco,1532
45
+ jupyterlab/schemas/@jupyterlab/completer-extension/package.json.orig,sha256=LzCtGZ82-dpCbIz9up4Bkl1_IcLYz3AJ7hKwhHj8Gjw,1532
46
46
  jupyterlab/schemas/@jupyterlab/console-extension/foreign.json,sha256=_qlF6ldPeVxqKe9FOYz6LQS6Jl51gNA5wqTbKCDF9XM,365
47
- jupyterlab/schemas/@jupyterlab/console-extension/package.json.orig,sha256=vy9o4Ph2LvXe0aiFMHXY6LAVT5j8wcRFcvg1y_AjvpI,1813
47
+ jupyterlab/schemas/@jupyterlab/console-extension/package.json.orig,sha256=FskxEaW20e5-VHtcGXpZAVAJdWoRU4dG-XbCQuvYS9k,1813
48
48
  jupyterlab/schemas/@jupyterlab/console-extension/tracker.json,sha256=cajoxDJT3woXuwzlCvvaYSZYc2mKiGrhm-NFgyoDU1Y,6167
49
49
  jupyterlab/schemas/@jupyterlab/csvviewer-extension/csv.json,sha256=ESoSzQETC3kCN_TgMXttF5eyxoLp1d5GtelEc6LtG-U,2073
50
- jupyterlab/schemas/@jupyterlab/csvviewer-extension/package.json.orig,sha256=y2IjgC-LPHB5EPn_gDJvonIIeNi19hBrnTfBdxEUdfQ,1666
50
+ jupyterlab/schemas/@jupyterlab/csvviewer-extension/package.json.orig,sha256=wIipMIi7UUaE7IUHg7v-bBLAh_H8WZv9lRZ1N2rs6_U,1666
51
51
  jupyterlab/schemas/@jupyterlab/csvviewer-extension/tsv.json,sha256=SBdw-ZExSx8qbtbIR9NKBjWwochC8To6EUe30YpehLA,2073
52
52
  jupyterlab/schemas/@jupyterlab/debugger-extension/main.json,sha256=w1ASsu2frCPmmhKsfXJX0YFQdI-tS-OF7GwltnN6z6w,3136
53
- jupyterlab/schemas/@jupyterlab/debugger-extension/package.json.orig,sha256=tQ2l7ej_0YyvjhBpmo9UuEy-MGjGHqOn19IysFxmUNM,2196
53
+ jupyterlab/schemas/@jupyterlab/debugger-extension/package.json.orig,sha256=Esx6heuW_7R4IzGkzXRDNHWVSlwbGbOLSjYztW_MloQ,2196
54
54
  jupyterlab/schemas/@jupyterlab/docmanager-extension/download.json,sha256=lnK_G5VKWL1AseSHXXZWqqSk9lrFdSV4FQz2SrFB-qY,465
55
- jupyterlab/schemas/@jupyterlab/docmanager-extension/package.json.orig,sha256=jYa7uIGlktgo_H6dankgB5GQbeFpNTsBQufbXcN5_7g,1883
55
+ jupyterlab/schemas/@jupyterlab/docmanager-extension/package.json.orig,sha256=7JLT7aXo1gla2g3825gV20ZW5tcVkvom0ctTg1zVjrc,1883
56
56
  jupyterlab/schemas/@jupyterlab/docmanager-extension/plugin.json,sha256=W4jYkVBN7XKoo-3sOZcTHvwE7mrI_38nR2zNCE5sbl4,3817
57
- jupyterlab/schemas/@jupyterlab/documentsearch-extension/package.json.orig,sha256=a4AzuL4WL65d8ilxc_dVHfYRJSsUwUBQmly8ETupg-Q,1439
57
+ jupyterlab/schemas/@jupyterlab/documentsearch-extension/package.json.orig,sha256=UkSy2DFGUb33PUQTPbbKZwWfivdn7f2bD9UTaHzndJ8,1439
58
58
  jupyterlab/schemas/@jupyterlab/documentsearch-extension/plugin.json,sha256=ze02tZef-5mumOvoLAYUSShLXYBlBsy46JNJebqL8KM,1588
59
- jupyterlab/schemas/@jupyterlab/extensionmanager-extension/package.json.orig,sha256=jAHEUiO0dzj0qaZzbleuT-6oOIBEqbH2_oPIjuGKqTI,1477
59
+ jupyterlab/schemas/@jupyterlab/extensionmanager-extension/package.json.orig,sha256=71CCNEpybzhRrpmx5bmyFz_Cc7EowcRVI-8lUyd6cHc,1477
60
60
  jupyterlab/schemas/@jupyterlab/extensionmanager-extension/plugin.json,sha256=HJVEoi6zi5alr159h2tovPlhk3LrFFcqWAbUEBtdSwc,2059
61
61
  jupyterlab/schemas/@jupyterlab/filebrowser-extension/browser.json,sha256=qxMO8iQTUBZJEtb5BjIdPNYgvJoLt85r1bKCWFm9yQI,5970
62
62
  jupyterlab/schemas/@jupyterlab/filebrowser-extension/download.json,sha256=L40yimhjPAvK9r2bwu16RlJ9ZNdptVcLJqhzdyZ33XI,513
63
63
  jupyterlab/schemas/@jupyterlab/filebrowser-extension/open-browser-tab.json,sha256=rcCiL2scgNILwkhfnoKKStLZlxAi0HMia9KcSKN5cZ4,385
64
64
  jupyterlab/schemas/@jupyterlab/filebrowser-extension/open-with.json,sha256=nGc7gQy6951SIN9jWnoZglxGTJZounW7FW9FgomxObM,477
65
- jupyterlab/schemas/@jupyterlab/filebrowser-extension/package.json.orig,sha256=OEJpaYH0607Yrjublsydr5pOxwFOzJnxOUSH8V5jPxU,1864
65
+ jupyterlab/schemas/@jupyterlab/filebrowser-extension/package.json.orig,sha256=0ra_sLuTjyPHiZiCKvSIMRL5UaN-C3QPrce-LklJvII,1864
66
66
  jupyterlab/schemas/@jupyterlab/filebrowser-extension/widget.json,sha256=LyG5Pf8BMFwQ1LWdikTUHBIQiXiXJ0zpby3M7iX2LvA,2310
67
- jupyterlab/schemas/@jupyterlab/fileeditor-extension/package.json.orig,sha256=kUfg5Qad46LPpl4q3SOrH2NAlU-fRyankc8hkLAyalU,1944
67
+ jupyterlab/schemas/@jupyterlab/fileeditor-extension/package.json.orig,sha256=4mE9478pvhw9UEmGqKlGloBVtL_rY0y3DGrvFqM7RDI,1944
68
68
  jupyterlab/schemas/@jupyterlab/fileeditor-extension/plugin.json,sha256=I3P6vE6WlLEVwBGSvXcL0DnMnIy1NEGYG20VNWEQ3LQ,8578
69
69
  jupyterlab/schemas/@jupyterlab/help-extension/about.json,sha256=yVsOTPpDXTD9HqRxA6r9EC0PoGGM7iNwTqvAjPg7dGo,422
70
70
  jupyterlab/schemas/@jupyterlab/help-extension/jupyter-forum.json,sha256=FmvxXGHUoNbNtV2kNhMrv1pnQb3bh8tWdjDt46mVAZo,456
71
71
  jupyterlab/schemas/@jupyterlab/help-extension/launch-classic.json,sha256=ARzZIW6t2g3rne8RVyaFhunlM7ZYb-gCMrJ5APjAZAE,466
72
- jupyterlab/schemas/@jupyterlab/help-extension/package.json.orig,sha256=1UhqRqOvxZgHi4jcXceV7Jd1ffh0YEp_5QwvQg-bQio,1621
73
- jupyterlab/schemas/@jupyterlab/htmlviewer-extension/package.json.orig,sha256=4mPe44YjaHgyAGdCkRSuSsDJG-f7t-YCmynjT79JkPg,1523
72
+ jupyterlab/schemas/@jupyterlab/help-extension/package.json.orig,sha256=t7xPeSsJj8Zi9xpdOrRHZ8Fn4CZU56SlEZkBhEXvlAo,1621
73
+ jupyterlab/schemas/@jupyterlab/htmlviewer-extension/package.json.orig,sha256=DT8KVrSw-XdzLel0izQUCcS3nFBeDLaeP7wScQ2OvAU,1523
74
74
  jupyterlab/schemas/@jupyterlab/htmlviewer-extension/plugin.json,sha256=XVeaM8P0pkpD0j3GWzufhD25tq6pz-v9iKBb0BAfWFE,2110
75
- jupyterlab/schemas/@jupyterlab/hub-extension/package.json.orig,sha256=E7AEEHqaW2V4yz7Q9bTHgCIm6uJF0X6SPQU95xm2_XU,1378
75
+ jupyterlab/schemas/@jupyterlab/hub-extension/package.json.orig,sha256=psUsYOLiiTAxt5r3EsOugbyUQ-dgskvvFw1aLF8wuRs,1378
76
76
  jupyterlab/schemas/@jupyterlab/hub-extension/plugin.json,sha256=OoZbJZjosHgofzpro3IrtGgXPXyU7C8BhK5iw_0q0Xc,613
77
- jupyterlab/schemas/@jupyterlab/imageviewer-extension/package.json.orig,sha256=zR2vHb9uXeew5v7g4c4DoHRvI7WihrO5uRZrGKvvoyE,1399
77
+ jupyterlab/schemas/@jupyterlab/imageviewer-extension/package.json.orig,sha256=WWyQ0Y5boQG4ByXqBijWVp1S5IvwECw0xR-IoZS44Xw,1399
78
78
  jupyterlab/schemas/@jupyterlab/imageviewer-extension/plugin.json,sha256=bYGH9w2qzBxXVSCTO5KV5sbRWa8_AmU7MRf63_7XPEY,1109
79
79
  jupyterlab/schemas/@jupyterlab/inspector-extension/consoles.json,sha256=ZFazWVO30YV1SYcsf6a80_wNIi4_RE3MibVIygXHOXs,332
80
80
  jupyterlab/schemas/@jupyterlab/inspector-extension/inspector.json,sha256=Co_HwNpNho2IvZhwIAZbEP1da0iAspTrMtxMidhKpeM,655
81
81
  jupyterlab/schemas/@jupyterlab/inspector-extension/notebooks.json,sha256=ehcPdI8eBlDfiUv8mPC26YfiA5x8oXtstMIvhVhZY_o,319
82
- jupyterlab/schemas/@jupyterlab/inspector-extension/package.json.orig,sha256=toT7M1yR9cNy8w1fhk3tzJYd6cGpKGiJKC1Lj7Etnkk,1512
83
- jupyterlab/schemas/@jupyterlab/launcher-extension/package.json.orig,sha256=3qp3H_AF_ZJSUUPL_qxIXK12AuiQrIWKbxVMpT2A2To,1495
82
+ jupyterlab/schemas/@jupyterlab/inspector-extension/package.json.orig,sha256=dTyXagAWDgYZUHhYFQDkktO-ITOaJJIG9HpGpKhQYnQ,1512
83
+ jupyterlab/schemas/@jupyterlab/launcher-extension/package.json.orig,sha256=fk9ooOw4vqUcLH3rJ8YRpi-WJMuOCqr8GsY0DHxVqoQ,1495
84
84
  jupyterlab/schemas/@jupyterlab/launcher-extension/plugin.json,sha256=eDpFUOuN03UvGawKyPVFpCzL9W2mmXO_FN3fks0M_e8,265
85
- jupyterlab/schemas/@jupyterlab/logconsole-extension/package.json.orig,sha256=z-oexPvqOjBC9x2bxOsp_kTZvBYBY1CVVeLoGR_LD6A,1722
85
+ jupyterlab/schemas/@jupyterlab/logconsole-extension/package.json.orig,sha256=RNX_9LQZYiupwjn5sJ8gf4Ingk0xxws6G-AW7MxPijM,1722
86
86
  jupyterlab/schemas/@jupyterlab/logconsole-extension/plugin.json,sha256=4wK2bndVvfhRK7VfSiWbq96Oo64ycNWI8_vlhXF_Rus,1077
87
- jupyterlab/schemas/@jupyterlab/mainmenu-extension/package.json.orig,sha256=RSnLsdhhYmkt8xKbP0rLxwVI5c6FggctKWslSPotneg,1656
87
+ jupyterlab/schemas/@jupyterlab/mainmenu-extension/package.json.orig,sha256=vtEmz9Gwh82PgTzlAnsWIxXK44jw_Zq0848s7Tx9CcQ,1656
88
88
  jupyterlab/schemas/@jupyterlab/mainmenu-extension/plugin.json,sha256=0n2o0aNpxtyzHf4N7mP5SbGfkDgwmahRCttYukIbrT4,9894
89
- jupyterlab/schemas/@jupyterlab/markdownviewer-extension/package.json.orig,sha256=c0Juve5HIwo4XJe-AufIyo1U6xYafpvwq9kxUpfCSbo,1493
89
+ jupyterlab/schemas/@jupyterlab/markdownviewer-extension/package.json.orig,sha256=-ALIwQaGSZ2uzGBMt7uSJ74fNLiCAfMZnxTxKxr8vdY,1493
90
90
  jupyterlab/schemas/@jupyterlab/markdownviewer-extension/plugin.json,sha256=CciwliDzR1oACjZbms695bysXB7U6pphgzqwAMR6aWU,2325
91
91
  jupyterlab/schemas/@jupyterlab/notebook-extension/export.json,sha256=9NpTEY9ASS1sRKsPZYq0EM9semANBWJT0E2gG5VCQKE,672
92
- jupyterlab/schemas/@jupyterlab/notebook-extension/package.json.orig,sha256=hcYnDBiDkB9IigiswS__9VLxauyzy3iVIg0b5nCQrK0,2303
92
+ jupyterlab/schemas/@jupyterlab/notebook-extension/package.json.orig,sha256=wLH6xPAD-55I0X9zOSS7GVCWenJEaVVMEghVeE43izY,2303
93
93
  jupyterlab/schemas/@jupyterlab/notebook-extension/panel.json,sha256=S06UFsjqoVtwMr_96ZjuJ1kXtqmkw9KqpsrljrJy_ug,2884
94
94
  jupyterlab/schemas/@jupyterlab/notebook-extension/tracker.json,sha256=BkbUHLd49JBDDgD-ZTskSnwczKhSARRtwlAxYbLYKXc,24988
95
95
  jupyterlab/schemas/@jupyterlab/settingeditor-extension/form-ui.json,sha256=z2ZC2O-WAsb896gCxzuASMofJZbazMJK8WeZPMnCCE0,389
96
- jupyterlab/schemas/@jupyterlab/settingeditor-extension/package.json.orig,sha256=HaW1kFddm2GuqfBab4E4bCTT1AVWHhC8cWMAnqj36Hk,1603
96
+ jupyterlab/schemas/@jupyterlab/settingeditor-extension/package.json.orig,sha256=0wvbuSgu7u7LLN3aOaNe73I-46zZVN5xEsDvJ73bhxI,1603
97
97
  jupyterlab/schemas/@jupyterlab/settingeditor-extension/plugin.json,sha256=ecRQVrfQzSMKA3GWQNoS6hSXvOydGLiCQmr-Q2QpjwQ,440
98
- jupyterlab/schemas/@jupyterlab/shortcuts-extension/package.json.orig,sha256=p81Z-cdf300esVdAh0GV-Czk3LLopVvTzTDxIi8z4so,2114
98
+ jupyterlab/schemas/@jupyterlab/shortcuts-extension/package.json.orig,sha256=gqCiAPzcOU4BumlwnzKEnay-e0F7J96yt2c8si9wp3I,2114
99
99
  jupyterlab/schemas/@jupyterlab/shortcuts-extension/shortcuts.json,sha256=I713NdRCfwkQ02Ka2tM61T5GOkczKDo_aX3YNk3rJWo,1152
100
- jupyterlab/schemas/@jupyterlab/statusbar-extension/package.json.orig,sha256=tsPlpNLplUZsU47i6fGoNANdwKiFnijZsXiOG8WYRJw,1838
100
+ jupyterlab/schemas/@jupyterlab/statusbar-extension/package.json.orig,sha256=QEE0ABlHBEA4M59wpTin08K5prwOlIWcj9bWI0vnVfU,1838
101
101
  jupyterlab/schemas/@jupyterlab/statusbar-extension/plugin.json,sha256=zAf-5CEXbZNVdWCUE9BP9rllD4Y3Qi-fZv_r9pBq8q4,1057
102
- jupyterlab/schemas/@jupyterlab/terminal-extension/package.json.orig,sha256=iZsC4x7hN6Uw3bYk4Yi1vmRNeUOQQlRen5Tl9b-udeE,1702
102
+ jupyterlab/schemas/@jupyterlab/terminal-extension/package.json.orig,sha256=R_s1PIz6OdWR8X_FyY18OqmqCMgaEkGjTlNRcc7cEhs,1702
103
103
  jupyterlab/schemas/@jupyterlab/terminal-extension/plugin.json,sha256=DJHBFu6FqPfCkbAQ3vD6Ya4Zr1035vAz5Kue2hu2v8o,3128
104
- jupyterlab/schemas/@jupyterlab/toc-extension/package.json.orig,sha256=lJycAGyePs0KQn3_6A7skh04xuoIvdJcX5_AaaMbQ4s,1780
104
+ jupyterlab/schemas/@jupyterlab/toc-extension/package.json.orig,sha256=S4OEzfXrtNMk8EKFEcoT_ZmYk-0ljHxsnt00T9OFBwg,1780
105
105
  jupyterlab/schemas/@jupyterlab/toc-extension/plugin.json,sha256=8rdRWJi8tGS1MQVf3lRtYQk1IG46pQKtHqvP4Z0tdDo,1073
106
106
  jupyterlab/schemas/@jupyterlab/tooltip-extension/consoles.json,sha256=ilJ4kCH0EioAjvSSrr1Q_Hvxx0pDVbMo3IEO9JzPl7E,551
107
107
  jupyterlab/schemas/@jupyterlab/tooltip-extension/files.json,sha256=wE-hqgOMCtBMTgsZohbrx6MA02_I8UHPTipcEW-KK80,402
108
108
  jupyterlab/schemas/@jupyterlab/tooltip-extension/notebooks.json,sha256=8E_ajVTsweu7BXzTJlVMMXNjhy1yqzpjup7udAb4Do4,572
109
- jupyterlab/schemas/@jupyterlab/tooltip-extension/package.json.orig,sha256=0wh84ETI_kfdAfDNm2cZBCm0kyOtpG1AaYAGQxhAYc8,1643
110
- jupyterlab/schemas/@jupyterlab/translation-extension/package.json.orig,sha256=hpTlrjqRifhpJ2fzvPrCUCOrzx6gJCgB3pYPn5L7Cbg,1521
109
+ jupyterlab/schemas/@jupyterlab/tooltip-extension/package.json.orig,sha256=FuXjFe4J4FSUV1JOlFWvyoOc5N90o-jta4MWUi7dZww,1643
110
+ jupyterlab/schemas/@jupyterlab/translation-extension/package.json.orig,sha256=yh8XNCmjTHH59_jA_mZ1H7jm0NiA8G8Ex7yRBDOfpZY,1521
111
111
  jupyterlab/schemas/@jupyterlab/translation-extension/plugin.json,sha256=0ToYftfEw_1fueWtOZL4mkjSQmv_YTO0cuz_YUXNHXs,1394
112
112
  jupyterlab/staging/.yarnrc,sha256=khpcnBbAKKU2B3_id4k1ZFfPzXfU089iEoaSZAR1Qis,68
113
113
  jupyterlab/staging/bootstrap.js,sha256=gzj-_QDbqw2TUjJz3Ye1GgOX-2MO5d4k658R6RXdnNE,3953
114
114
  jupyterlab/staging/index.js,sha256=9EX4JvqVG5PBTzi7U6xDBrQljIZAOxA52QrSNoe51TU,6876
115
- jupyterlab/staging/package.json,sha256=xju70QP11ZvYb2xjM0GUz7OAaAmGPTT50B_TvYHtZDE,12513
115
+ jupyterlab/staging/package.json,sha256=YV9ia18370rv1bI7Rr0drdizkeHalg_u9XLpQOTC_Ic,12548
116
116
  jupyterlab/staging/publicpath.js,sha256=KOGFFZoqKva20hjzBw8hWT4bBN1xERS673W7TrUmDQM,1417
117
117
  jupyterlab/staging/webpack.config.js,sha256=1gBFNyKyTgP4S0DRzS00AEQalDp1jM4DGWmcV0FG06g,10014
118
118
  jupyterlab/staging/webpack.prod.config.js,sha256=SDBnCfVu83PI7a9UzheXy-VhGDfMDAODXkgJZz1bSKk,800
119
119
  jupyterlab/staging/webpack.prod.minimize.config.js,sha256=wrc2y6HkudScF0y6YDWiMKjx66zAKzZB37PhzNn5wdQ,1226
120
120
  jupyterlab/staging/webpack.prod.release.config.js,sha256=rB4rCgZlPsJmGiWyLGRwSdnikTG8WrEH5ems8zsedSA,283
121
121
  jupyterlab/staging/yarn.js,sha256=5WVpsTMlmNifcvwgYe6zREl6nwmLOyVR_X3FVeg4yNk,5094799
122
- jupyterlab/staging/yarn.lock,sha256=AYoDfM92JrbweAjqwwY0ZNTTKXb90x4X6rcY7erm2Ek,328694
122
+ jupyterlab/staging/yarn.lock,sha256=ckGwPHeBacZwJoHYIVJxAR6u-p9qMnmo34H7Ps7qhFw,328635
123
123
  jupyterlab/staging/templates/403.html,sha256=UMRXAAzEjT-oScQIFjQ0-NwR51aiLQnGHqF1-oMn4ts,186
124
124
  jupyterlab/staging/templates/error.html,sha256=By-hArgIORAr_uEvm1L-qAGTRE7vm1j5ilCDNx2hZr0,803
125
125
  jupyterlab/staging/templates/partial.html,sha256=jw1Twj8bGKHXZXbKYdX0wcIViSaZMh4Ev52KpXDykzg,643
@@ -149,7 +149,7 @@ jupyterlab/static/2585.4d374708a4df1d35065d.js,sha256=L3uSGSUrj6NUTOROWcbVJHw_u8
149
149
  jupyterlab/static/3029.51bdde209f9c4e269943.js,sha256=1SfhI3vs6hkqySTocPqpG2rqHm1K34-h-Jl75MTpanI,4309
150
150
  jupyterlab/static/3087.06efd084edba2bea6ea1.js,sha256=EMByLFWg04Fwf31NS0g5CweI45mTjeKEC9RUl9ajmRw,3624
151
151
  jupyterlab/static/3114.5cbcff15783573c636c6.js,sha256=LC1ayiuToT4avD-mwn6aR89kQxgDBoHGarv9ZRV54nc,249878
152
- jupyterlab/static/3122.6da9e52abd5263a9752f.js,sha256=iCcVhuYwCLljdaOEtinHld8T_jVwt-Pa-snNXuayZ1c,10949
152
+ jupyterlab/static/3122.b1fda55c421da97a00a3.js,sha256=ZtmPmaRSMzG1kZ4NvA4K-mfUouEFmnL0h3QV1B6EsQE,10949
153
153
  jupyterlab/static/3236.4fabf963498daeeb9624.js,sha256=lCGVeF6_SngHTrVRb-B3XwBF8PnhJU-iN6fDDPuTpjg,13017
154
154
  jupyterlab/static/3308.03624912593a42120dea.js,sha256=nLpaUFr8KSq4auUZLBptne5EuEScN4ydaTmZ4J7TzDI,37805
155
155
  jupyterlab/static/3387.bb8976de803b341fe7a3.js,sha256=uQ1hAqrPnnJdpzZsMagwZv8icEYkH7PgVltFL3napkQ,16900
@@ -183,15 +183,14 @@ jupyterlab/static/5096.96faf5ddac346a9ad9c3.js.LICENSE.txt,sha256=e5rXKlIVk9PRn8
183
183
  jupyterlab/static/5223.0006e6e211b7c197b9f1.js,sha256=fjK_k2IHPKyhxiB5JnIMc8hwIKu1_3ssOT6J_KVeZFM,11352
184
184
  jupyterlab/static/5289.6c67522c6a1c32fc2ea2.js,sha256=7Datqnjji77H2hQYvmM1BxwY3RAHlRQ2w21LVTFjeeQ,9009
185
185
  jupyterlab/static/5383.d630abf49f5cb82bb76f.js,sha256=hMUcLoTbm1NGRNN2hSKiWCPeeMHF5QRPt_w1g9AlEfU,11654
186
- jupyterlab/static/5493.7afc94ce5db2401a17a0.js,sha256=hHVsCGIaLq6TmQib-cNjHporDK7TaKjZnYvyKy-C-bU,165296
187
- jupyterlab/static/5493.7afc94ce5db2401a17a0.js.LICENSE.txt,sha256=lqUlGHhVY3z3mcV-sTwREZRm1KQ7maSiV6-Gm8RSQNY,246
186
+ jupyterlab/static/5493.bc25a653f87ecf6d27f8.js,sha256=JxBsxNchKz3MqHR7sKzD53ZCbDITk3GLn89Yu0gKnYs,165296
187
+ jupyterlab/static/5493.bc25a653f87ecf6d27f8.js.LICENSE.txt,sha256=lqUlGHhVY3z3mcV-sTwREZRm1KQ7maSiV6-Gm8RSQNY,246
188
188
  jupyterlab/static/5505.d108d38d683afca0e4ed.js,sha256=w_AlnDHxLAkbnhOuiSMB3oYQZQ7dVrnN1NBgWRHFcZU,9599
189
189
  jupyterlab/static/5557.625f5943a166b494ee38.js,sha256=3nYZ0xFVibKE3lIwMeE0m_KDv8ntvSf7AGuwlkfCg8w,59717
190
190
  jupyterlab/static/5619.b1928648a190b38e627a.js,sha256=pyek7HOwY84q7Na7d6QPtafm7TDwk28FRI0CSvSA4nc,10213
191
191
  jupyterlab/static/6005.cda1ecd972909c2a0250.js,sha256=mIkNLwB4GAmiTZ_eD8g9Z-1vyn00m-5h07BXT6jM2z8,10303
192
192
  jupyterlab/static/6064.1a4a55a09511d4907870.js,sha256=UNmxCZ69lDpJ_bUWuFvljRI9S42SHaaiP4o-Z4-K0ig,463013
193
193
  jupyterlab/static/6064.1a4a55a09511d4907870.js.LICENSE.txt,sha256=uOXUWtu_5EIK_PMnjKR8mlvnQx5oRV3ZmidRKAcV94Y,64
194
- jupyterlab/static/6174.b837e8b720639bb0675d.js,sha256=c5rAKudDBJkuzjmPJsD0s5ebKSzfPb9691KkW3OBEH8,1035
195
194
  jupyterlab/static/6218.63b338a58c855634089e.js,sha256=HFNusnl5mVLB0lLL6RxII7N-_z28YmkuLmttrcxK3NQ,7368
196
195
  jupyterlab/static/6282.455f87010a88485c089b.js,sha256=KjlSYZNDODCZWsvY6PCWlzI7ERWc1GWgld40MfKbIfc,85058
197
196
  jupyterlab/static/6443.04025a1d063425902d56.js,sha256=y9T3BJVbNhwh8QtVdBHT2oLPnrElD5AIHjUTiIwsxcI,18484
@@ -220,7 +219,7 @@ jupyterlab/static/7717.2a6e6bb4e5f6b92e9798.js,sha256=ofFbvrGKnFdInop3j2wmCtJ3GY
220
219
  jupyterlab/static/7730.7e3a9fb140d2d55a51fc.js,sha256=fjqfsUDS1VpR_Jyx9WgOmtteH7tk0n5dVoS8NwDyivg,184
221
220
  jupyterlab/static/7755.d506a1d9dadf30b1e490.js,sha256=2HGfksstPc8a1-TmT1DG3IJlBbwwI263OqVlUKBwVjc,11135
222
221
  jupyterlab/static/7788.5e16fdcc197e245776fd.js,sha256=ptRQsqEop8FhH_8h0m7P9b-YsE1DEWbC_ogTPFe9HSs,11377
223
- jupyterlab/static/7796.6cae4a397b88ab8cf016.js,sha256=e3adQ3zM1619bLl1mqWo1sfLZfwW7w8ezTZzmjoc9rc,9129
222
+ jupyterlab/static/7796.0dcdca3baf288d835bab.js,sha256=dJ98_xowcH-UHGSaH7fOa4UQspuzOm1_jH4ZjX8JX3c,9131
224
223
  jupyterlab/static/7900.86dcbbbfb1a3d4f98375.js,sha256=-CeNHLxubsnfu0TKQZqTpBQLUhpzx-NkJq_r5BzteTk,10319
225
224
  jupyterlab/static/8012.e4c8f67dc497d26c16fc.js,sha256=O2Uyb9a6kRGG2b1JhiVr11ODGvn3st-r05AXeHQCHnk,10652
226
225
  jupyterlab/static/8059.6011120485fc3c4868d4.js,sha256=BDmrUD2TXn8hZmdAsGE-JjGfcXKX_4XlHlsVVHNEURc,11713
@@ -248,24 +247,25 @@ jupyterlab/static/911.0c08f040896753efc653.js.LICENSE.txt,sha256=fxILNqbX7xQJX5k
248
247
  jupyterlab/static/9316.c4abfd78d98bb182cd2f.js,sha256=F2rzU5bq5DAERotK7u5PLe44dQcrcQa_YIhzWXg21nc,12430
249
248
  jupyterlab/static/9473.2e52d2ba788beec303be.js,sha256=rN8eygj1BwWm3Y8Ac45u9bg7Zckgf3_Ex-XScowRVQg,324917
250
249
  jupyterlab/static/9473.2e52d2ba788beec303be.js.LICENSE.txt,sha256=KrZUshkMGor_zXMFHx4C4Yc7UrCeUFnssg6DioF-gNg,173
250
+ jupyterlab/static/9493.7d21c080b2fe6d48740c.js,sha256=iMjtXl4MmQRr69BI0knQ8BsQwJh1TsjzHvDuJ5FgEPY,1035
251
251
  jupyterlab/static/96.c281b119ab350d7dd3de.js,sha256=13Mb4Xao3dU_LWLl9kzjBv4ddhmxe68Ua_n9QS9n75Q,11672
252
252
  jupyterlab/static/9845.8b6c837a5ff754554b39.js,sha256=rAnSOwI5MekqrtSIrHBTat1jx7GTlhY_GU7Oz-OGWUQ,10019
253
253
  jupyterlab/static/9866.5db2f5cd62fb6e231305.js,sha256=jfyQVp7iQYv1dMRTpd6vH-6mNYrp3-hKhPQdyXtCbcQ,9724
254
254
  jupyterlab/static/aff76e5c986f295d4bc6f8142a78e2a31888b101c2d025db89f79c75f64fd90b.woff,sha256=r_duXJhvKV1LxvgUKnjioxiIsQHC0CXbifecdfZP2Qs,90060
255
255
  jupyterlab/static/bootstrap.js,sha256=gzj-_QDbqw2TUjJz3Ye1GgOX-2MO5d4k658R6RXdnNE,3953
256
- jupyterlab/static/build_log.json,sha256=7HG_tvvwQPf6rpdPRwjerttawpYhxuineUuMMSOb7mI,23631
256
+ jupyterlab/static/build_log.json,sha256=GvnrXybphEBMHPfuR49GgDrMUQqkpEgY1-N4WICCQMg,23664
257
257
  jupyterlab/static/c651b8a67d3193206f622c3c3b0fbca4a2f2727108c4212b52c1e2a2e84c9b31.ttf,sha256=xlG4pn0xkyBvYiw8Ow-8pKLycnEIxCErUsHiouhMmzE,33736
258
258
  jupyterlab/static/cf83ffb8cf0023bd439dfdd5d02f1954b6ee027e85897d6cfc5f90bbca9ec1d2.eot,sha256=z4P_uM8AI71Dnf3V0C8ZVLbuAn6FiX1s_F-Qu8qewdI,34034
259
259
  jupyterlab/static/d0b4256abed72481585662971262eabee345c19f837af00d7ce24239d3b40eef.woff2,sha256=0LQlar7XJIFYVmKXEmLqvuNFwZ-DevANfOJCOdO0Du8,78196
260
260
  jupyterlab/static/fa498fb2596a5235c5c86d7b68a7fbe76e9855c01af4b0e5ab41c41047c648e0.svg,sha256=-kmPsllqUjXFyG17aKf7526YVcAa9LDlq0HEEEfGSOA,918991
261
- jupyterlab/static/index.html,sha256=ZfZyxGOANtWnll0iGkohOXRFXf2M6D5vaXeFXKYwETU,1600
261
+ jupyterlab/static/index.html,sha256=Y9Yj9kGG2PpE44aVnMZrtyf5pp_unT0D5mHj9KdiB1o,1600
262
262
  jupyterlab/static/index.out.js,sha256=t_eTmbfQTD3tieRSzLav4E2yT3cnJwKLbSfxq6h4woU,18511
263
- jupyterlab/static/jlab_core.48a41b637653e18e773e.js,sha256=rrBzXeb4VlPufXq5yyG--uSZCyMbGjkU3rm5wmlyxmA,2520704
264
- jupyterlab/static/jlab_core.48a41b637653e18e773e.js.LICENSE.txt,sha256=DY9mzUr7Vmy1t-FUDGj0O5OdProSrOKQ8Yq8T0y1PtA,808
265
- jupyterlab/static/main.b5a59426d23035dbc798.js,sha256=co6Le-qfNvFHNGKOvi7M8upiZI57IKEiIZ_PpYNZ1p0,70633
266
- jupyterlab/static/package.json,sha256=xju70QP11ZvYb2xjM0GUz7OAaAmGPTT50B_TvYHtZDE,12513
263
+ jupyterlab/static/jlab_core.4d5114e25256eeddf4e4.js,sha256=1MXxrlYH4ISK3lDQqp8tvJdvRInZJ0Y3MroxzCzO-mk,2520565
264
+ jupyterlab/static/jlab_core.4d5114e25256eeddf4e4.js.LICENSE.txt,sha256=DY9mzUr7Vmy1t-FUDGj0O5OdProSrOKQ8Yq8T0y1PtA,808
265
+ jupyterlab/static/main.c474366c927dbb3da565.js,sha256=wZk2j78d3BjID09N5tCO-Fg64waVgFs3Sp37bL5ZHBc,70582
266
+ jupyterlab/static/package.json,sha256=YV9ia18370rv1bI7Rr0drdizkeHalg_u9XLpQOTC_Ic,12548
267
267
  jupyterlab/static/style.js,sha256=uAXg2NHc5y6y-ET2yF_Dw8zMo2ONRWQVoO8XFALkNbI,2509
268
- jupyterlab/static/third-party-licenses.json,sha256=-KZBMPftKPJvlLVIzZzNbUp7vjiMGwHdjgBCWfsKuk4,209358
268
+ jupyterlab/static/third-party-licenses.json,sha256=m60DoMgdHFqVEqErUiAB5xALFk6Hwp-V3RofU-CDCvg,209358
269
269
  jupyterlab/tests/__init__.py,sha256=IhmA622yvzMtZ8nBofxdLmAQzNCmc5ha49DzypKuvb4,560
270
270
  jupyterlab/tests/conftest.py,sha256=in1iBqZcmrmvJ4Y9LmK6oPtwZfI-6C_pMb46EqVyQR4,885
271
271
  jupyterlab/tests/echo_kernel.py,sha256=sTr4bPj7uzTBmv5rOFYMj-NprDKGWGeZQUKpw75GCUI,1477
@@ -276,22 +276,22 @@ jupyterlab/tests/test_jupyterlab.py,sha256=s3achNyj1J4ar5Z1ZyzLtH1EOiCVCbFb-7_87
276
276
  jupyterlab/tests/test_registry.py,sha256=90hkhwLd60K83TQ68H7hzMnhaDdIKaQIxtB7-QIqZ7A,4245
277
277
  jupyterlab/tests/mock_packages/extension/index.js,sha256=fEAInf2mgl25KsKhifPDHz0N4150niB8Z6Bn8Z3XNSc,459
278
278
  jupyterlab/tests/mock_packages/extension/mock_package.py,sha256=qeoLG-QOgXHCTD1P8L3utLD0lvgvMzqHYL9wm2BXjb0,281
279
- jupyterlab/tests/mock_packages/extension/package.json,sha256=FMYUvnC0o1C3Me7rKUBm-PsK3p0J7aYlktSEZV0zFro,343
279
+ jupyterlab/tests/mock_packages/extension/package.json,sha256=94tYtXt8TXAgLktl4JAmK_6mjjKN3zDxQittAcHL_Y4,343
280
280
  jupyterlab/tests/mock_packages/extension/setup.py,sha256=JLXtRDiGwSm3msqzRy0rLdPStucjXPSRzEJPOQ3VpJg,268
281
281
  jupyterlab/tests/mock_packages/incompat/index.js,sha256=q1H8WH8EnJIEfEF_phRxiKt50P2hYC1L_GgR179wQUM,363
282
282
  jupyterlab/tests/mock_packages/incompat/package.json,sha256=ALD8LC7NImv_o0Axie6WVLwIaTFaqZiFgqn-xto4nbU,219
283
283
  jupyterlab/tests/mock_packages/interop/consumer/index.js,sha256=Bbu34h9Xnh3EoHIBd-S3DbB4XdhmeZI7qZ5vpemGk84,377
284
284
  jupyterlab/tests/mock_packages/interop/consumer/jlab_mock_consumer.py,sha256=qeoLG-QOgXHCTD1P8L3utLD0lvgvMzqHYL9wm2BXjb0,281
285
- jupyterlab/tests/mock_packages/interop/consumer/package.json,sha256=kXebkfKIcuUl3QEVgAoUAZZX26fzrXc5bfIjsJaItOw,381
285
+ jupyterlab/tests/mock_packages/interop/consumer/package.json,sha256=2ff738cjmtgGiZYQrHGD5xHWFdvYpHYMmzaLscjZjiQ,381
286
286
  jupyterlab/tests/mock_packages/interop/consumer/setup.py,sha256=8oUW5WBlMh3qvPsH7ggJxvWyqJqeG4pl0L7X47NGpTo,524
287
287
  jupyterlab/tests/mock_packages/interop/provider/index.js,sha256=fhY8f8moVay8chR_Q7p1nETebJP9E3PT3VMXfNjyll0,388
288
288
  jupyterlab/tests/mock_packages/interop/provider/jlab_mock_provider.py,sha256=OdqRI1Eq-O5oiSz9vp8LVNdvRhxqJQyLRnjDbSqiSHs,291
289
- jupyterlab/tests/mock_packages/interop/provider/package.json,sha256=ginFiiJVEsp30KqccTOFcws6MsQb-LT0JmPbktaHkMQ,256
289
+ jupyterlab/tests/mock_packages/interop/provider/package.json,sha256=t-MSubhSS7nAp_Mt3gYUuhawJh9XE6swMyJTJjOL2Lw,256
290
290
  jupyterlab/tests/mock_packages/interop/provider/setup.py,sha256=4cCAuVOlOF0pKHPNsXL_5ehbrdR5jtq7CjTJxHVWVMg,524
291
291
  jupyterlab/tests/mock_packages/interop/token/index.js,sha256=ZYvFANgqpYSimTGQQCOy03GHWZ0dLwA4tcRFph01-wA,214
292
- jupyterlab/tests/mock_packages/interop/token/package.json,sha256=12IkejDgCiQY2U283P75xSF0zDmDaIpvIfmem47Ys2o,140
292
+ jupyterlab/tests/mock_packages/interop/token/package.json,sha256=yvO4OsOWjQ_WZWOwg9QJGMdMlDKKNZpC38fVHWvAZBo,140
293
293
  jupyterlab/tests/mock_packages/mimeextension/index.js,sha256=o8ZQ7tAfWRlWKghNuvWKr23Hji2NBYxqaT3F4HEq_h8,519
294
- jupyterlab/tests/mock_packages/mimeextension/package.json,sha256=JNUajfIjFTD4a9LTaimafRHp37UTHll_9gXS5yoyAoU,196
294
+ jupyterlab/tests/mock_packages/mimeextension/package.json,sha256=0lG4RuIFSY_YSbr45Lf1B22FAwhE_OHl9WR_vH5Sui0,196
295
295
  jupyterlab/tests/mock_packages/package/index.js,sha256=VQ0ltSjDsv-aPXs0qu1d--rl9yX1t2w2B-PxTwqkdn0,168
296
296
  jupyterlab/tests/mock_packages/package/package.json,sha256=17jUoVI3KMaLB0gpA6r2P5X_n7NKSJg3INC7lJtdZ0A,129
297
297
  jupyterlab/tests/mock_packages/test-hyphens/MANIFEST.in,sha256=VXLzaRyqlP5kYDr9MAGzHyGQroWMuDnbzZwhw-McS00,93
@@ -316,243 +316,243 @@ jupyterlab/themes/@jupyterlab/theme-dark-extension/index.css,sha256=ZuGfZfOj6N8m
316
316
  jupyterlab/themes/@jupyterlab/theme-dark-extension/index.js,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
317
317
  jupyterlab/themes/@jupyterlab/theme-light-extension/index.css,sha256=yLjoEkg1mJ4QDoDKR8FSChBei40t9WHAjHRwqxrFklY,16111
318
318
  jupyterlab/themes/@jupyterlab/theme-light-extension/index.js,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
319
- jupyterlab-3.6.2.data/data/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json,sha256=RL_pBS157V67FsOnyJLohgp1WjmyNztRkrnkJkBZbCU,87
320
- jupyterlab-3.6.2.data/data/etc/jupyter/jupyter_server_config.d/jupyterlab.json,sha256=bjK3XM4BK5zKmuRXJ5T0HycyRNlytW5SJDkcphLFUTQ,85
321
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/commands.json,sha256=cPoSIU3R7XtRAJctEvmwoP86cVCCYcXEThxkePPN8mw,2971
322
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/context-menu.json,sha256=r_VIaYpkcKw5Lmf4ghjIUd8E6VZT0_aaT0oj75qpxsw,3219
323
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/package.json.orig,sha256=3bmxVzg_IIwaI7GUv873xWz1FHnOEp-bQJklJXt0Qmg,1694
324
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/shell.json,sha256=HlUZ2KYFpavbUmZ7DSPpHK8-Df4ZJ-4uBcFm5wjE3u4,639
325
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/sidebar.json,sha256=NUVcr8UN3QXOTu5JXL41WYCogtNmYplPbFxdkDc9b2k,763
326
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/notification.json,sha256=4tAD8svA7M9eGNWqSZuTBFOXUopAb9SuEN7W6pfEB6Y,1378
327
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/package.json.orig,sha256=yA0Y_tp9Ur9hcIYJjOfZPFOvvVL0wOe_ewbpg-TBuqM,2004
328
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/palette.json,sha256=esQyvhnENNUgX9gH4o690rQF3gHTI7tYcHaS6dF46kA,856
329
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/print.json,sha256=BKkGv898tqerPvGvboy2TZJffwm0SxsSzV6_cLiUKVc,563
330
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/sanitizer.json,sha256=0lT7e1uPHanP3iMeg_bAl1EjIVyFnF9rZ5f6GHaU62I,495
331
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/themes.json,sha256=nIElIJQHkNdc9kGJIoUOJ-AtEEMDtKxnCA4O-gcPK8g,3717
332
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/workspaces.json,sha256=RSS1Utq3wq-2qlE8ghpS915Xh6H27Z8piZ4OoNVJ_rQ,457
333
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/cell-toolbar-extension/package.json.orig,sha256=oPG0y5wRaqX7beyrbekN_PqVIA23TH_a-YgN5_IQjKE,1850
334
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/cell-toolbar-extension/plugin.json,sha256=0Yiw36__NBOaTAa-NA_gZ_Otyr86uXWruCC0xZ8ixFQ,2347
335
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/commands.json,sha256=H3IND8oT2SpIMT7v5n_tVZrALcFU8A1_yuM4NYDVCbY,6728
336
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/package.json.orig,sha256=miBzW9bGegAVfqUw8UvwPZ2Am5-7O43v-EHO-yFib6E,1597
337
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/consoles.json,sha256=G3NCkuZksgF-q0sf3VA0Nt8acKKmSvqq5rm46cWfhAM,343
338
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/files.json,sha256=WLvD1ORShGpS1FcF46aSeOSmHrxQ2Tu-3e8rmWVE2Co,336
339
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/notebooks.json,sha256=Zsr9INmByCBe7FKEy1ErT30nTICOipofiZ32iZfGih4,348
340
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/package.json.orig,sha256=fpIE64JX9f1ChG6yQhwo8hqu1ThrygOzDdhOkjdiFco,1532
341
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/foreign.json,sha256=_qlF6ldPeVxqKe9FOYz6LQS6Jl51gNA5wqTbKCDF9XM,365
342
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/package.json.orig,sha256=vy9o4Ph2LvXe0aiFMHXY6LAVT5j8wcRFcvg1y_AjvpI,1813
343
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/tracker.json,sha256=cajoxDJT3woXuwzlCvvaYSZYc2mKiGrhm-NFgyoDU1Y,6167
344
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/csv.json,sha256=ESoSzQETC3kCN_TgMXttF5eyxoLp1d5GtelEc6LtG-U,2073
345
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/package.json.orig,sha256=y2IjgC-LPHB5EPn_gDJvonIIeNi19hBrnTfBdxEUdfQ,1666
346
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/tsv.json,sha256=SBdw-ZExSx8qbtbIR9NKBjWwochC8To6EUe30YpehLA,2073
347
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/debugger-extension/main.json,sha256=w1ASsu2frCPmmhKsfXJX0YFQdI-tS-OF7GwltnN6z6w,3136
348
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/debugger-extension/package.json.orig,sha256=tQ2l7ej_0YyvjhBpmo9UuEy-MGjGHqOn19IysFxmUNM,2196
349
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/download.json,sha256=lnK_G5VKWL1AseSHXXZWqqSk9lrFdSV4FQz2SrFB-qY,465
350
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/package.json.orig,sha256=jYa7uIGlktgo_H6dankgB5GQbeFpNTsBQufbXcN5_7g,1883
351
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/plugin.json,sha256=W4jYkVBN7XKoo-3sOZcTHvwE7mrI_38nR2zNCE5sbl4,3817
352
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/documentsearch-extension/package.json.orig,sha256=a4AzuL4WL65d8ilxc_dVHfYRJSsUwUBQmly8ETupg-Q,1439
353
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/documentsearch-extension/plugin.json,sha256=ze02tZef-5mumOvoLAYUSShLXYBlBsy46JNJebqL8KM,1588
354
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/package.json.orig,sha256=jAHEUiO0dzj0qaZzbleuT-6oOIBEqbH2_oPIjuGKqTI,1477
355
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/plugin.json,sha256=HJVEoi6zi5alr159h2tovPlhk3LrFFcqWAbUEBtdSwc,2059
356
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/browser.json,sha256=qxMO8iQTUBZJEtb5BjIdPNYgvJoLt85r1bKCWFm9yQI,5970
357
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/download.json,sha256=L40yimhjPAvK9r2bwu16RlJ9ZNdptVcLJqhzdyZ33XI,513
358
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/open-browser-tab.json,sha256=rcCiL2scgNILwkhfnoKKStLZlxAi0HMia9KcSKN5cZ4,385
359
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/open-with.json,sha256=nGc7gQy6951SIN9jWnoZglxGTJZounW7FW9FgomxObM,477
360
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/package.json.orig,sha256=OEJpaYH0607Yrjublsydr5pOxwFOzJnxOUSH8V5jPxU,1864
361
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/widget.json,sha256=LyG5Pf8BMFwQ1LWdikTUHBIQiXiXJ0zpby3M7iX2LvA,2310
362
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/package.json.orig,sha256=kUfg5Qad46LPpl4q3SOrH2NAlU-fRyankc8hkLAyalU,1944
363
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/plugin.json,sha256=I3P6vE6WlLEVwBGSvXcL0DnMnIy1NEGYG20VNWEQ3LQ,8578
364
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/about.json,sha256=yVsOTPpDXTD9HqRxA6r9EC0PoGGM7iNwTqvAjPg7dGo,422
365
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/jupyter-forum.json,sha256=FmvxXGHUoNbNtV2kNhMrv1pnQb3bh8tWdjDt46mVAZo,456
366
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/launch-classic.json,sha256=ARzZIW6t2g3rne8RVyaFhunlM7ZYb-gCMrJ5APjAZAE,466
367
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/package.json.orig,sha256=1UhqRqOvxZgHi4jcXceV7Jd1ffh0YEp_5QwvQg-bQio,1621
368
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/htmlviewer-extension/package.json.orig,sha256=4mPe44YjaHgyAGdCkRSuSsDJG-f7t-YCmynjT79JkPg,1523
369
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/htmlviewer-extension/plugin.json,sha256=XVeaM8P0pkpD0j3GWzufhD25tq6pz-v9iKBb0BAfWFE,2110
370
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/hub-extension/package.json.orig,sha256=E7AEEHqaW2V4yz7Q9bTHgCIm6uJF0X6SPQU95xm2_XU,1378
371
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/hub-extension/plugin.json,sha256=OoZbJZjosHgofzpro3IrtGgXPXyU7C8BhK5iw_0q0Xc,613
372
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/imageviewer-extension/package.json.orig,sha256=zR2vHb9uXeew5v7g4c4DoHRvI7WihrO5uRZrGKvvoyE,1399
373
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/imageviewer-extension/plugin.json,sha256=bYGH9w2qzBxXVSCTO5KV5sbRWa8_AmU7MRf63_7XPEY,1109
374
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/consoles.json,sha256=ZFazWVO30YV1SYcsf6a80_wNIi4_RE3MibVIygXHOXs,332
375
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/inspector.json,sha256=Co_HwNpNho2IvZhwIAZbEP1da0iAspTrMtxMidhKpeM,655
376
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/notebooks.json,sha256=ehcPdI8eBlDfiUv8mPC26YfiA5x8oXtstMIvhVhZY_o,319
377
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/package.json.orig,sha256=toT7M1yR9cNy8w1fhk3tzJYd6cGpKGiJKC1Lj7Etnkk,1512
378
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/launcher-extension/package.json.orig,sha256=3qp3H_AF_ZJSUUPL_qxIXK12AuiQrIWKbxVMpT2A2To,1495
379
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/launcher-extension/plugin.json,sha256=eDpFUOuN03UvGawKyPVFpCzL9W2mmXO_FN3fks0M_e8,265
380
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/logconsole-extension/package.json.orig,sha256=z-oexPvqOjBC9x2bxOsp_kTZvBYBY1CVVeLoGR_LD6A,1722
381
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/logconsole-extension/plugin.json,sha256=4wK2bndVvfhRK7VfSiWbq96Oo64ycNWI8_vlhXF_Rus,1077
382
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/mainmenu-extension/package.json.orig,sha256=RSnLsdhhYmkt8xKbP0rLxwVI5c6FggctKWslSPotneg,1656
383
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/mainmenu-extension/plugin.json,sha256=0n2o0aNpxtyzHf4N7mP5SbGfkDgwmahRCttYukIbrT4,9894
384
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/markdownviewer-extension/package.json.orig,sha256=c0Juve5HIwo4XJe-AufIyo1U6xYafpvwq9kxUpfCSbo,1493
385
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/markdownviewer-extension/plugin.json,sha256=CciwliDzR1oACjZbms695bysXB7U6pphgzqwAMR6aWU,2325
386
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/export.json,sha256=9NpTEY9ASS1sRKsPZYq0EM9semANBWJT0E2gG5VCQKE,672
387
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/package.json.orig,sha256=hcYnDBiDkB9IigiswS__9VLxauyzy3iVIg0b5nCQrK0,2303
388
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/panel.json,sha256=S06UFsjqoVtwMr_96ZjuJ1kXtqmkw9KqpsrljrJy_ug,2884
389
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/tracker.json,sha256=BkbUHLd49JBDDgD-ZTskSnwczKhSARRtwlAxYbLYKXc,24988
390
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/form-ui.json,sha256=z2ZC2O-WAsb896gCxzuASMofJZbazMJK8WeZPMnCCE0,389
391
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/package.json.orig,sha256=HaW1kFddm2GuqfBab4E4bCTT1AVWHhC8cWMAnqj36Hk,1603
392
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/plugin.json,sha256=ecRQVrfQzSMKA3GWQNoS6hSXvOydGLiCQmr-Q2QpjwQ,440
393
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/package.json.orig,sha256=p81Z-cdf300esVdAh0GV-Czk3LLopVvTzTDxIi8z4so,2114
394
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/shortcuts.json,sha256=I713NdRCfwkQ02Ka2tM61T5GOkczKDo_aX3YNk3rJWo,1152
395
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/statusbar-extension/package.json.orig,sha256=tsPlpNLplUZsU47i6fGoNANdwKiFnijZsXiOG8WYRJw,1838
396
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/statusbar-extension/plugin.json,sha256=zAf-5CEXbZNVdWCUE9BP9rllD4Y3Qi-fZv_r9pBq8q4,1057
397
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/terminal-extension/package.json.orig,sha256=iZsC4x7hN6Uw3bYk4Yi1vmRNeUOQQlRen5Tl9b-udeE,1702
398
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/terminal-extension/plugin.json,sha256=DJHBFu6FqPfCkbAQ3vD6Ya4Zr1035vAz5Kue2hu2v8o,3128
399
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/toc-extension/package.json.orig,sha256=lJycAGyePs0KQn3_6A7skh04xuoIvdJcX5_AaaMbQ4s,1780
400
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/toc-extension/plugin.json,sha256=8rdRWJi8tGS1MQVf3lRtYQk1IG46pQKtHqvP4Z0tdDo,1073
401
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/consoles.json,sha256=ilJ4kCH0EioAjvSSrr1Q_Hvxx0pDVbMo3IEO9JzPl7E,551
402
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/files.json,sha256=wE-hqgOMCtBMTgsZohbrx6MA02_I8UHPTipcEW-KK80,402
403
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/notebooks.json,sha256=8E_ajVTsweu7BXzTJlVMMXNjhy1yqzpjup7udAb4Do4,572
404
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/package.json.orig,sha256=0wh84ETI_kfdAfDNm2cZBCm0kyOtpG1AaYAGQxhAYc8,1643
405
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/translation-extension/package.json.orig,sha256=hpTlrjqRifhpJ2fzvPrCUCOrzx6gJCgB3pYPn5L7Cbg,1521
406
- jupyterlab-3.6.2.data/data/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json,sha256=0ToYftfEw_1fueWtOZL4mkjSQmv_YTO0cuz_YUXNHXs,1394
407
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/06f4d00923ea24697df5df0b92984175991d8bd25776a02d531bb401e393ec42.ttf,sha256=BvTQCSPqJGl99d8LkphBdZkdi9JXdqAtUxu0AeOT7EI,134040
408
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/1033.890eeae47460e241b1e9.js,sha256=yAwjEeyTAVK9iPixME3-gqwPbYFGN9ryMXrXDOHnkI8,8494
409
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/1036.a055f7326513fc5a04f7.js,sha256=WjRRaUX3rziFghOdckU49q2kDkp7jceUwMgxlFWYhis,155605
410
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/1036.a055f7326513fc5a04f7.js.LICENSE.txt,sha256=1J-1y3fy9iL3n7_uSe7E09q1FXCtEZ0FQkKs0FNbmNc,160
411
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/1044.4e54e3e338cfaccdfb46.js,sha256=eiq87xGDchAolzBmoyx-jeKtrW5lOydx3aAGYVZp_As,9763
412
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/1057.16c446ab94eb9e5ed42a.js,sha256=ATGZIFTZ4PstQcjR6thTxAUtXgYeDKbHroFG-M1FFUI,7623
413
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/1142.074d125bb59f5a332666.js,sha256=gN-unezt-xd_SinNwqebqr589zjHVCL1f-MYqyu5cS0,32842
414
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/1249.8501a6fa8feae7016c0a.js,sha256=naICLgRkai3U28sbJj-vUDIHx9d1Ywk8w-zas5ZnkVc,36070
415
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/126.1e2fb998804b27c72a3e.js,sha256=rvIGveP3LtDZqLZN6ZFOWOoNilnGGUxvk3EKWgrWi_w,96215
416
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/1358.9ab4f57e8227ce75f427.js,sha256=c2Y6keCDAN-VUe9gq7i5llTOlHWjG-Kq5yYG4U78CZc,13017
417
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/1397.4b53e533e7ca4d3f06fe.js,sha256=JZbkxIdSJUZpGZCWwHE294EKY7CIkFyMlSygIcjM9ME,8950
418
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/14c9db4ff87fde08f67b0a69dd594bab6d87174812a0dbd34c59833bfed8cc0e.woff,sha256=FMnbT_h_3gj2ewpp3VlLq22HF0gSoNvTTFmDO_7YzA4,16276
419
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/1842.1846f224482b066652bf.js,sha256=Dw_xGabJdV6C8PIBIIJ82X2RF1k_QFIXBskBccjGBMI,8484
420
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/1944.9bb345a40325c23313e9.js,sha256=woD14zvVUxIhWrVBaEgIE1mgTZDmu_Fl1DNinkaKVGY,58417
421
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/1944.9bb345a40325c23313e9.js.LICENSE.txt,sha256=Wcdqri7m1Tu4kpO31sR52tMNQjiH8xTn71JJ9xBMFIU,909
422
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/198.ebf955f77b5c9807f163.js,sha256=AVAJ1MIP-6qTGj6SggLy70YUq8cXC-_OzDkD9YHBK0Y,10385
423
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/2249.0cc057d5b7da618aa4e0.js,sha256=5cZSgYWSDu75-ttQLKd6iN0W18r5mqI5e0je925Jzgw,9687
424
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/2326849b6c3dfa217a0e9ecaec9553c910a4e2987c87315c85073d2b95a484f3.svg,sha256=IyaEm2w9-iF6Dp7K7JVTyRCk4ph8hzFchQc9K5WkhPM,144714
425
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/2349.91555cd2ef72c84e9253.js,sha256=L5g-A6trAP0wFI7Nocce5YmPh8Gb74SGrHTOteRJiqk,10566
426
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/2353.baeba73a2e9f3d9e75d2.js,sha256=ggxwlVGtJ2GkZLVIcu6zLsvpAIJmKjNYcrgM_6HKsog,10391
427
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/2356.f97dd8093f97f156efe4.js,sha256=ex5MtmaSQk2mgwj4ioL2xUi92_DLS_r8o8MEha3Ai7U,10456
428
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/2585.4d374708a4df1d35065d.js,sha256=L3uSGSUrj6NUTOROWcbVJHw_u8LnnmxmpR2SZw4wZs0,86834
429
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/3029.51bdde209f9c4e269943.js,sha256=1SfhI3vs6hkqySTocPqpG2rqHm1K34-h-Jl75MTpanI,4309
430
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/3087.06efd084edba2bea6ea1.js,sha256=EMByLFWg04Fwf31NS0g5CweI45mTjeKEC9RUl9ajmRw,3624
431
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/3114.5cbcff15783573c636c6.js,sha256=LC1ayiuToT4avD-mwn6aR89kQxgDBoHGarv9ZRV54nc,249878
432
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/3122.6da9e52abd5263a9752f.js,sha256=iCcVhuYwCLljdaOEtinHld8T_jVwt-Pa-snNXuayZ1c,10949
433
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/3236.4fabf963498daeeb9624.js,sha256=lCGVeF6_SngHTrVRb-B3XwBF8PnhJU-iN6fDDPuTpjg,13017
434
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/3308.03624912593a42120dea.js,sha256=nLpaUFr8KSq4auUZLBptne5EuEScN4ydaTmZ4J7TzDI,37805
435
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/3387.bb8976de803b341fe7a3.js,sha256=uQ1hAqrPnnJdpzZsMagwZv8icEYkH7PgVltFL3napkQ,16900
436
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/3443.868b4f89289beb97adec.js,sha256=RfKN98oREMfkYEQkCly7IERZI3CmAz_a59_KhMfjPJo,7256
437
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/3496.ecb0e7fcc54191234ae6.js,sha256=cA8YQpeJ1M-7lYETtTc3WSXRFyPYnQUQRCTSrX5eDWQ,2438
438
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/3531.0bacde3facdc0c46766c.js,sha256=Qlb5AYpKiFb5pNzqV_U5nnnUhWSaHGlX7Pv_0ctY7Tc,10854
439
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/3532.c5348a7ce31c17eaeb0b.js,sha256=81-UeHiYZR0uRjmEYG1H7lnV_l8hjJ9ABP3PWWUFSUA,9065
440
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/3664.cfb68e6cb3654849310c.js,sha256=vECi5tXvyRU09ALZqlJSxdMxSNXAMRV7Mv5NPjitvb8,10387
441
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/3791.6adeeacb6143a6599115.js,sha256=TWl2J_6NfECOr24le3EABAoLoIjrNJtlxbc7H-rj9sA,9593
442
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/3935.4159b022aa6d82e44127.js,sha256=Bq5YU7giPJrYdF9XwKK3IImEiStNLNn_TnB6QVsC9U0,126204
443
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/3935.4159b022aa6d82e44127.js.LICENSE.txt,sha256=n6ku4CAGiHrqyY-1XcdWnpAf7GgqXGOoaR7QcxWJfI8,545
444
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/3992.6587b8bb22d3b162cc6b.js,sha256=V5ZPp9x7GRmIQPXmDVamONaHwQNaSbOoD3Vf8vQhFl0,9656
445
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/3d06af1f31cd83ace7a265a014b8fb5dee15770ecac8f7a55555190e627e03c2.ttf,sha256=PQavHzHNg6znomWgFLj7Xe4Vdw7KyPelVVUZDmJ-A8I,202744
446
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/406.6f87c9a21bbaa5f39fc4.js,sha256=HWhcxYRDlDgApvtZavx8gw4FrhNX_c0yIujUolrtRww,5789
447
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/407a9723fc717c94e287496080d773e18e29c3cac49e2630172343c65c0864a8.eot,sha256=QHqXI_xxfJTih0lggNdz4Y4pw8rEniYwFyNDxlwIZKg,134346
448
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/4151.ce38cc139e8eec621bde.js,sha256=8r8hS-tYhJMYyTqQmd6YESNqPAYAZJL_OJFsQrdMBo0,6965
449
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/4155.784ca1752696680bf373.js,sha256=9Ly-glcvrkTDUbVY413vIqXsIphrTiKfHlpjsOJJxsg,1984
450
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/43c072c16c9ee6d67acdfa6c6d6685ff1e74eb4237b7cc3c1348ab1c108b26af.woff2,sha256=Q8BywWye5tZ6zfpsbWaF_x5060I3t8w8E0irHBCLJq8,76764
451
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/4402.d24b4a44244e256d0126.js,sha256=OhZQl4aSi_7CZmDNopnt0NVnHvTC_3gwlqMgsO8Xjyw,10150
452
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/4429.c4f083ef6b6e29345fd4.js,sha256=DhboahNlfJs01MW1OuvXANrFwTEc5HrsBI-mOpHdZTc,15181
453
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/45.91c59b0e1dca32f01373.js,sha256=EG1AjxlBLncpoABLriwrypR0j6O1SFW80MUvRjCzNAc,12076
454
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/4570.53adcb6f69939da383ff.js,sha256=Tzub1WgtJwgQLF9MfHARNBmncMKKyPbW344WS4ZijjA,10336
455
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/4631.96a143e70f005fef7b59.js,sha256=WnX_JzOpqfjZPKj4eycsZVr-IQJrSqiQbG6AcRK99-4,180608
456
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/4657.f97cd1238beedb61548c.js,sha256=xyjcEFDwrkoJW-nkgjGyRvoGUIBmZtcN18CtVDt0cBU,15963
457
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/466.239a0c009f33f1cb7cab.js,sha256=NKmaoDURWV8v7lA3GYr4u0uaqAJ70EzOYJzXPcFr2ac,10022
458
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/4894.f5e3a48d18905b75d07f.js,sha256=BLK0OIjJge6ND-MhiRWlaWxAsQIGUIbnXwBgXukXUX0,11232
459
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/501.d77919e38ba77753c7f8.js,sha256=lW9557Oi4fuJRduOsp6qDFfdGYOyOZNYWgxzxbDhjgQ,534288
460
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/5065.49dd76cb64fd444f785f.js,sha256=UBBsfrpRtbZpHjPtUhBTXUJK8vzNROZC-0mJzP8f7K8,2438
461
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/5096.96faf5ddac346a9ad9c3.js,sha256=oYzPE1KyeDW3dJQrucJrpBGDit0_ddJizPMjBVFcXNs,127592
462
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/5096.96faf5ddac346a9ad9c3.js.LICENSE.txt,sha256=e5rXKlIVk9PRn8cQPr8kfCfz1Paakt2urafpaM7lFGg,95
463
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/5223.0006e6e211b7c197b9f1.js,sha256=fjK_k2IHPKyhxiB5JnIMc8hwIKu1_3ssOT6J_KVeZFM,11352
464
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/5289.6c67522c6a1c32fc2ea2.js,sha256=7Datqnjji77H2hQYvmM1BxwY3RAHlRQ2w21LVTFjeeQ,9009
465
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/5383.d630abf49f5cb82bb76f.js,sha256=hMUcLoTbm1NGRNN2hSKiWCPeeMHF5QRPt_w1g9AlEfU,11654
466
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/5493.7afc94ce5db2401a17a0.js,sha256=hHVsCGIaLq6TmQib-cNjHporDK7TaKjZnYvyKy-C-bU,165296
467
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/5493.7afc94ce5db2401a17a0.js.LICENSE.txt,sha256=lqUlGHhVY3z3mcV-sTwREZRm1KQ7maSiV6-Gm8RSQNY,246
468
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/5505.d108d38d683afca0e4ed.js,sha256=w_AlnDHxLAkbnhOuiSMB3oYQZQ7dVrnN1NBgWRHFcZU,9599
469
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/5557.625f5943a166b494ee38.js,sha256=3nYZ0xFVibKE3lIwMeE0m_KDv8ntvSf7AGuwlkfCg8w,59717
470
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/5619.b1928648a190b38e627a.js,sha256=pyek7HOwY84q7Na7d6QPtafm7TDwk28FRI0CSvSA4nc,10213
471
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/6005.cda1ecd972909c2a0250.js,sha256=mIkNLwB4GAmiTZ_eD8g9Z-1vyn00m-5h07BXT6jM2z8,10303
472
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/6064.1a4a55a09511d4907870.js,sha256=UNmxCZ69lDpJ_bUWuFvljRI9S42SHaaiP4o-Z4-K0ig,463013
473
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/6064.1a4a55a09511d4907870.js.LICENSE.txt,sha256=uOXUWtu_5EIK_PMnjKR8mlvnQx5oRV3ZmidRKAcV94Y,64
474
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/6174.b837e8b720639bb0675d.js,sha256=c5rAKudDBJkuzjmPJsD0s5ebKSzfPb9691KkW3OBEH8,1035
475
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/6218.63b338a58c855634089e.js,sha256=HFNusnl5mVLB0lLL6RxII7N-_z28YmkuLmttrcxK3NQ,7368
476
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/6282.455f87010a88485c089b.js,sha256=KjlSYZNDODCZWsvY6PCWlzI7ERWc1GWgld40MfKbIfc,85058
477
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/6443.04025a1d063425902d56.js,sha256=y9T3BJVbNhwh8QtVdBHT2oLPnrElD5AIHjUTiIwsxcI,18484
478
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/6504.f578fea4ca18a937babd.js,sha256=GQ0suLEY55UPruTTFHFWwDUFaSIsOAwk0HD82FwBDM8,15172
479
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/6550.f5dbb748ddae3ef4b27e.js,sha256=p97byWEVkf85rSRf4hzZiKTsIGpUqjPv7hi0fJNhddg,11850
480
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/6598.e2d4d064ef6bca780c2c.js,sha256=K89Da5kjuF_OxqrIwnzFUYZX1A3O2VBFITQru5msMUg,10581
481
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/6655.0f133ab652b8d8af8a1a.js,sha256=GO9aO8d5dRc3hdj8QCZiPIGMs7fR-tkAmPyRtc0H-rM,16966
482
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/6700.c96344a466d1896657bf.js,sha256=m7-mlkoqaOg87s9hWtP0QCbsoHtVtGvl3ZeFXAETbo8,4631
483
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/6777.1b7dcbf5a42c2daf11b8.js,sha256=yg-dtt1nX8WWaCZRVl2N7E6seGRyzMAD-eujakFtJ3o,11454
484
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/679b5a5216bbdf913cc22d6ae44778c1ef975ee387a6c4c5de87e75d19a22232.svg,sha256=Z5taUha735E8wi1q5Ed4we-XXuOHpsTF3ofnXRmiIjI,747545
485
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/6952.1bd5bcfeb0d87e61efcb.js,sha256=fttCtBpPtFfJd3aRabjl3D7ze3QHEJDnk_xXbGxyYI4,10322
486
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/6962.6d7125f759d926dcf34f.js,sha256=tainpWx3suzRwlXpg2PJXSj-kjv323krpnNz_YlIP7k,23316
487
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/6975.e0560614fd629195c9bf.js,sha256=1yqGLkVNlbLC7vX8NExOsI9ibR1GhUbYA-8Jm_lMOqM,11980
488
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/6989.75bf0da94e660a6c26f8.js,sha256=o9vibsEsI62BbhomFpOxSXQ2PoNyN27VAspxhVXzGvw,10057
489
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/7034.fce307da76771c0ef0c8.js,sha256=w5wr0ynpzzN5JUQcBSbLgo4Jg1SkZyRzWMin61_Cxf4,9156
490
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/7050.fc2b565767a93966c20e.js,sha256=fcQXqTCZ-z_oGL1QwdpnQE3IJckwlA6eqzap2kKTM2w,10751
491
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/7289.c749cf355edec3e37aa8.js,sha256=eGNk3w9teNgwBgPsoo7m5Ob9b12S3v5jscoM3L6ZOuQ,10621
492
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/7294.f71c2889fedcd71bd1ee.js,sha256=29GHcYfRZYcqGLgOO6hYdQEXBX3KnxVcQoFjZ8vPp5Y,7386
493
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/7294.f71c2889fedcd71bd1ee.js.LICENSE.txt,sha256=oK-xOQH-sVTfwQyaar6YFJoWZlod1YVa2DoJjutK2_Y,294
494
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/7300.26360c57b8bd81344bd5.js,sha256=HPzD15mH37ZAla81Z3t3HpeeMrB8bGId9JnDfZB7e7k,13012
495
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/7454.5859b3e9803de4da9c05.js,sha256=n6p2fXYL3Ms5A8t0zyHQOl0NPr3MEFLEbVoG1l5inrc,331652
496
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/7463.c34847707aeb55f90a82.js,sha256=H94my4gRJ9getsEkm1YnzqzjMbfNcC1dEtpV7rCwyBY,11745
497
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/74edc18b67c487e32f181719fdb347e2e77020744651f446e9acd7bd6821e2e7.woff,sha256=dO3Bi2fEh-MvGBcZ_bNH4udwIHRGUfRG6azXvWgh4uc,101652
498
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/75a761159ae266c5332a4f266e07a5543712ffb76ee0260b07782195c04dc364.eot,sha256=dadhFZriZsUzKk8mbgelVDcS_7du4CYLB3ghlcBNw2Q,203030
499
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/7717.2a6e6bb4e5f6b92e9798.js,sha256=ofFbvrGKnFdInop3j2wmCtJ3GY5wOP84mQZ5tyxevjs,11174
500
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/7730.7e3a9fb140d2d55a51fc.js,sha256=fjqfsUDS1VpR_Jyx9WgOmtteH7tk0n5dVoS8NwDyivg,184
501
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/7755.d506a1d9dadf30b1e490.js,sha256=2HGfksstPc8a1-TmT1DG3IJlBbwwI263OqVlUKBwVjc,11135
502
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/7788.5e16fdcc197e245776fd.js,sha256=ptRQsqEop8FhH_8h0m7P9b-YsE1DEWbC_ogTPFe9HSs,11377
503
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/7796.6cae4a397b88ab8cf016.js,sha256=e3adQ3zM1619bLl1mqWo1sfLZfwW7w8ezTZzmjoc9rc,9129
504
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/7900.86dcbbbfb1a3d4f98375.js,sha256=-CeNHLxubsnfu0TKQZqTpBQLUhpzx-NkJq_r5BzteTk,10319
505
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/8012.e4c8f67dc497d26c16fc.js,sha256=O2Uyb9a6kRGG2b1JhiVr11ODGvn3st-r05AXeHQCHnk,10652
506
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/8059.6011120485fc3c4868d4.js,sha256=BDmrUD2TXn8hZmdAsGE-JjGfcXKX_4XlHlsVVHNEURc,11713
507
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/807.25ee5f37af96f64ba380.js,sha256=Dgj_kVGL8caLcp23p-B_e4_s4vcU1nqDIvstiAI0nEE,783877
508
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/807.25ee5f37af96f64ba380.js.LICENSE.txt,sha256=mujRWVvuDqXEF4M6AK3Qr6RBQVTIdpI6IcoPBH8OoFY,3291
509
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/8102.7f1644c3be420fb40db9.js,sha256=cvacIAS26-ioll3EABzGbL9rHqRg4iTvTqwlqc67QGQ,9622
510
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/8284.54c936b3303933d2da84.js,sha256=tF85DcEWRyADIN6ogOHHooie3ggFzOAGptTW6o6RsZk,744357
511
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/8428.dd5a93f02f55af0d3d8c.js,sha256=be0c-g8lhw6CMe1Q3Qte1FvcsQaM2tbYs6szkbpVuoA,9965
512
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/8523.9b232c15e4eb5bc08a37.js,sha256=LJjkvUSnarOuuIplSgzkh7LQRwxWHwlafQs0yo5oI7s,11123
513
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/8524.48062ecfe543b6d76860.js,sha256=s_huqYPgqAA69KMajBsMKxtkEvpd-P5oaFxpl6-4-YY,392354
514
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/8580.974138f8b6ddb72035f9.js,sha256=_sV7CWhxenuWWTIwRW_JAVFS4ls5i63LL9LKw9OA_s0,7921
515
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/8657.bf693afb7646976b9a51.js,sha256=CksH3uqj5nLvpG1Q7B5Q_Z5oC2glv8MB-vi_wBIwfJg,10903
516
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/870.e515a8a325f5ddb19079.js,sha256=pfoZ5eduaOxzjexuT6rIEA5BDcNQFvnWPzH9BWfghR8,10783
517
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/8708.35479b2d01be1e86804a.js,sha256=lHMj0vx-e3tfesj7rxrF2myBP4wUq9LoS6z32RdJaeo,11682
518
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/8819.743ff7148bbdf35c7bbb.js,sha256=zmCKqhF2dSCKrULEw_2fJByC9LSZWlj7CebmB4qWbhw,18728
519
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/8834.7621cb792c80bfa66e05.js,sha256=98l1B0AewLJv4OxDmqwN5sAS3gJa_alGH9rZRLrGRFs,10477
520
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/8843.35ec0f0b1f61c25e0401.js,sha256=7-1T4PGB4uQ6uKn5DuokuF2UZf0zz_u6zCUm5_WGa10,10288
521
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/8afc6e5e842baab16010c2ce6fcf48ec4ded8e1579a37c1f1bc027e120d04951.woff2,sha256=ivxuXoQrqrFgEMLOb89I7E3tjhV5o3wfG8An4SDQSVE,13276
522
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/900.6a1241c0269d5df615c8.js,sha256=2NfhhXqU48pAyGFbqUAMzwgNYyG30GhzX82viLkptLk,7446
523
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/901.2ec3367a81663f96cc4b.js,sha256=qX7mg9FhFIV5rXzgzTzW_-jD_aak9jBwGxNVF9IVujw,9941
524
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/9039.5f28fec36b1eba3e4a52.js,sha256=igRVvH7YHsTHdgi6W5lVA-Bmp8Dj7yEPdoqA36iUVkk,10166
525
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/9109.1b114e9c83e36c6560df.js,sha256=4HwYpgm3tOAyt2P6jz9M7jiFqLcVZ-xc5-RFy-mOVwA,11312
526
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/911.0c08f040896753efc653.js,sha256=dXBBOD-f8XgsL_C5nW0ZYfsLSvDXC7AN5pAj-VnhwzE,11299
527
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/911.0c08f040896753efc653.js.LICENSE.txt,sha256=fxILNqbX7xQJX5kUuCftxFbvVPLAlqTLLXuY55eiWYI,51
528
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/9316.c4abfd78d98bb182cd2f.js,sha256=F2rzU5bq5DAERotK7u5PLe44dQcrcQa_YIhzWXg21nc,12430
529
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/9473.2e52d2ba788beec303be.js,sha256=rN8eygj1BwWm3Y8Ac45u9bg7Zckgf3_Ex-XScowRVQg,324917
530
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/9473.2e52d2ba788beec303be.js.LICENSE.txt,sha256=KrZUshkMGor_zXMFHx4C4Yc7UrCeUFnssg6DioF-gNg,173
531
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/96.c281b119ab350d7dd3de.js,sha256=13Mb4Xao3dU_LWLl9kzjBv4ddhmxe68Ua_n9QS9n75Q,11672
532
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/9845.8b6c837a5ff754554b39.js,sha256=rAnSOwI5MekqrtSIrHBTat1jx7GTlhY_GU7Oz-OGWUQ,10019
533
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/9866.5db2f5cd62fb6e231305.js,sha256=jfyQVp7iQYv1dMRTpd6vH-6mNYrp3-hKhPQdyXtCbcQ,9724
534
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/aff76e5c986f295d4bc6f8142a78e2a31888b101c2d025db89f79c75f64fd90b.woff,sha256=r_duXJhvKV1LxvgUKnjioxiIsQHC0CXbifecdfZP2Qs,90060
535
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/bootstrap.js,sha256=gzj-_QDbqw2TUjJz3Ye1GgOX-2MO5d4k658R6RXdnNE,3953
536
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/build_log.json,sha256=7HG_tvvwQPf6rpdPRwjerttawpYhxuineUuMMSOb7mI,23631
537
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/c651b8a67d3193206f622c3c3b0fbca4a2f2727108c4212b52c1e2a2e84c9b31.ttf,sha256=xlG4pn0xkyBvYiw8Ow-8pKLycnEIxCErUsHiouhMmzE,33736
538
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/cf83ffb8cf0023bd439dfdd5d02f1954b6ee027e85897d6cfc5f90bbca9ec1d2.eot,sha256=z4P_uM8AI71Dnf3V0C8ZVLbuAn6FiX1s_F-Qu8qewdI,34034
539
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/d0b4256abed72481585662971262eabee345c19f837af00d7ce24239d3b40eef.woff2,sha256=0LQlar7XJIFYVmKXEmLqvuNFwZ-DevANfOJCOdO0Du8,78196
540
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/fa498fb2596a5235c5c86d7b68a7fbe76e9855c01af4b0e5ab41c41047c648e0.svg,sha256=-kmPsllqUjXFyG17aKf7526YVcAa9LDlq0HEEEfGSOA,918991
541
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/index.html,sha256=ZfZyxGOANtWnll0iGkohOXRFXf2M6D5vaXeFXKYwETU,1600
542
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/index.out.js,sha256=t_eTmbfQTD3tieRSzLav4E2yT3cnJwKLbSfxq6h4woU,18511
543
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/jlab_core.48a41b637653e18e773e.js,sha256=rrBzXeb4VlPufXq5yyG--uSZCyMbGjkU3rm5wmlyxmA,2520704
544
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/jlab_core.48a41b637653e18e773e.js.LICENSE.txt,sha256=DY9mzUr7Vmy1t-FUDGj0O5OdProSrOKQ8Yq8T0y1PtA,808
545
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/main.b5a59426d23035dbc798.js,sha256=co6Le-qfNvFHNGKOvi7M8upiZI57IKEiIZ_PpYNZ1p0,70633
546
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/package.json,sha256=xju70QP11ZvYb2xjM0GUz7OAaAmGPTT50B_TvYHtZDE,12513
547
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/style.js,sha256=uAXg2NHc5y6y-ET2yF_Dw8zMo2ONRWQVoO8XFALkNbI,2509
548
- jupyterlab-3.6.2.data/data/share/jupyter/lab/static/third-party-licenses.json,sha256=-KZBMPftKPJvlLVIzZzNbUp7vjiMGwHdjgBCWfsKuk4,209358
549
- jupyterlab-3.6.2.data/data/share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.css,sha256=ZuGfZfOj6N8m2HU-YSihu4cCKB3lXMH1tbvr0yMNCn8,17391
550
- jupyterlab-3.6.2.data/data/share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.js,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
551
- jupyterlab-3.6.2.data/data/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.css,sha256=yLjoEkg1mJ4QDoDKR8FSChBei40t9WHAjHRwqxrFklY,16111
552
- jupyterlab-3.6.2.data/data/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.js,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
553
- jupyterlab-3.6.2.dist-info/LICENSE,sha256=Ifb2aLnWwjZD75TP8S0attmyyR_EvmOTlC04_NxGJJ4,1707
554
- jupyterlab-3.6.2.dist-info/METADATA,sha256=QKQv6FJdoSLcqoH3nIUmgHleX5hsX_LOVhDGbRhODWE,12474
555
- jupyterlab-3.6.2.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
556
- jupyterlab-3.6.2.dist-info/entry_points.txt,sha256=y1RuM7MXbavb2IdDZCs4Mo5LrH6hHid6sf79jjs7wtM,182
557
- jupyterlab-3.6.2.dist-info/top_level.txt,sha256=kuigXRwxOCorkGLARdokMtAlpuCv2Ad3WzHV3WdK_yA,11
558
- jupyterlab-3.6.2.dist-info/RECORD,,
319
+ jupyterlab-3.6.3.data/data/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json,sha256=RL_pBS157V67FsOnyJLohgp1WjmyNztRkrnkJkBZbCU,87
320
+ jupyterlab-3.6.3.data/data/etc/jupyter/jupyter_server_config.d/jupyterlab.json,sha256=bjK3XM4BK5zKmuRXJ5T0HycyRNlytW5SJDkcphLFUTQ,85
321
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/commands.json,sha256=cPoSIU3R7XtRAJctEvmwoP86cVCCYcXEThxkePPN8mw,2971
322
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/context-menu.json,sha256=r_VIaYpkcKw5Lmf4ghjIUd8E6VZT0_aaT0oj75qpxsw,3219
323
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/package.json.orig,sha256=OtSZYfmBRsH68jYgV0xcBy5KDS2Nl0ZfWNSsEtG9h2g,1694
324
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/shell.json,sha256=HlUZ2KYFpavbUmZ7DSPpHK8-Df4ZJ-4uBcFm5wjE3u4,639
325
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/sidebar.json,sha256=NUVcr8UN3QXOTu5JXL41WYCogtNmYplPbFxdkDc9b2k,763
326
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/notification.json,sha256=4tAD8svA7M9eGNWqSZuTBFOXUopAb9SuEN7W6pfEB6Y,1378
327
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/package.json.orig,sha256=MN-UWzSVRn6Uy1KZQKdZyt0YhYG1-HicY_OSb1MjV5U,2004
328
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/palette.json,sha256=esQyvhnENNUgX9gH4o690rQF3gHTI7tYcHaS6dF46kA,856
329
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/print.json,sha256=BKkGv898tqerPvGvboy2TZJffwm0SxsSzV6_cLiUKVc,563
330
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/sanitizer.json,sha256=0lT7e1uPHanP3iMeg_bAl1EjIVyFnF9rZ5f6GHaU62I,495
331
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/themes.json,sha256=nIElIJQHkNdc9kGJIoUOJ-AtEEMDtKxnCA4O-gcPK8g,3717
332
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/workspaces.json,sha256=RSS1Utq3wq-2qlE8ghpS915Xh6H27Z8piZ4OoNVJ_rQ,457
333
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/cell-toolbar-extension/package.json.orig,sha256=gL6veK5Oa33Nezzne4UnA0r57tLKTAybVxOYKJIpiF4,1850
334
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/cell-toolbar-extension/plugin.json,sha256=0Yiw36__NBOaTAa-NA_gZ_Otyr86uXWruCC0xZ8ixFQ,2347
335
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/commands.json,sha256=H3IND8oT2SpIMT7v5n_tVZrALcFU8A1_yuM4NYDVCbY,6728
336
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/package.json.orig,sha256=hOEFFQae7vhvuILj6z3iPbiV_CkuzKElRfVgSr83JM4,1597
337
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/consoles.json,sha256=G3NCkuZksgF-q0sf3VA0Nt8acKKmSvqq5rm46cWfhAM,343
338
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/files.json,sha256=WLvD1ORShGpS1FcF46aSeOSmHrxQ2Tu-3e8rmWVE2Co,336
339
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/notebooks.json,sha256=Zsr9INmByCBe7FKEy1ErT30nTICOipofiZ32iZfGih4,348
340
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/package.json.orig,sha256=LzCtGZ82-dpCbIz9up4Bkl1_IcLYz3AJ7hKwhHj8Gjw,1532
341
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/foreign.json,sha256=_qlF6ldPeVxqKe9FOYz6LQS6Jl51gNA5wqTbKCDF9XM,365
342
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/package.json.orig,sha256=FskxEaW20e5-VHtcGXpZAVAJdWoRU4dG-XbCQuvYS9k,1813
343
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/tracker.json,sha256=cajoxDJT3woXuwzlCvvaYSZYc2mKiGrhm-NFgyoDU1Y,6167
344
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/csv.json,sha256=ESoSzQETC3kCN_TgMXttF5eyxoLp1d5GtelEc6LtG-U,2073
345
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/package.json.orig,sha256=wIipMIi7UUaE7IUHg7v-bBLAh_H8WZv9lRZ1N2rs6_U,1666
346
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/tsv.json,sha256=SBdw-ZExSx8qbtbIR9NKBjWwochC8To6EUe30YpehLA,2073
347
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/debugger-extension/main.json,sha256=w1ASsu2frCPmmhKsfXJX0YFQdI-tS-OF7GwltnN6z6w,3136
348
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/debugger-extension/package.json.orig,sha256=Esx6heuW_7R4IzGkzXRDNHWVSlwbGbOLSjYztW_MloQ,2196
349
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/download.json,sha256=lnK_G5VKWL1AseSHXXZWqqSk9lrFdSV4FQz2SrFB-qY,465
350
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/package.json.orig,sha256=7JLT7aXo1gla2g3825gV20ZW5tcVkvom0ctTg1zVjrc,1883
351
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/plugin.json,sha256=W4jYkVBN7XKoo-3sOZcTHvwE7mrI_38nR2zNCE5sbl4,3817
352
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/documentsearch-extension/package.json.orig,sha256=UkSy2DFGUb33PUQTPbbKZwWfivdn7f2bD9UTaHzndJ8,1439
353
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/documentsearch-extension/plugin.json,sha256=ze02tZef-5mumOvoLAYUSShLXYBlBsy46JNJebqL8KM,1588
354
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/package.json.orig,sha256=71CCNEpybzhRrpmx5bmyFz_Cc7EowcRVI-8lUyd6cHc,1477
355
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/plugin.json,sha256=HJVEoi6zi5alr159h2tovPlhk3LrFFcqWAbUEBtdSwc,2059
356
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/browser.json,sha256=qxMO8iQTUBZJEtb5BjIdPNYgvJoLt85r1bKCWFm9yQI,5970
357
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/download.json,sha256=L40yimhjPAvK9r2bwu16RlJ9ZNdptVcLJqhzdyZ33XI,513
358
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/open-browser-tab.json,sha256=rcCiL2scgNILwkhfnoKKStLZlxAi0HMia9KcSKN5cZ4,385
359
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/open-with.json,sha256=nGc7gQy6951SIN9jWnoZglxGTJZounW7FW9FgomxObM,477
360
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/package.json.orig,sha256=0ra_sLuTjyPHiZiCKvSIMRL5UaN-C3QPrce-LklJvII,1864
361
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/widget.json,sha256=LyG5Pf8BMFwQ1LWdikTUHBIQiXiXJ0zpby3M7iX2LvA,2310
362
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/package.json.orig,sha256=4mE9478pvhw9UEmGqKlGloBVtL_rY0y3DGrvFqM7RDI,1944
363
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/plugin.json,sha256=I3P6vE6WlLEVwBGSvXcL0DnMnIy1NEGYG20VNWEQ3LQ,8578
364
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/about.json,sha256=yVsOTPpDXTD9HqRxA6r9EC0PoGGM7iNwTqvAjPg7dGo,422
365
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/jupyter-forum.json,sha256=FmvxXGHUoNbNtV2kNhMrv1pnQb3bh8tWdjDt46mVAZo,456
366
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/launch-classic.json,sha256=ARzZIW6t2g3rne8RVyaFhunlM7ZYb-gCMrJ5APjAZAE,466
367
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/package.json.orig,sha256=t7xPeSsJj8Zi9xpdOrRHZ8Fn4CZU56SlEZkBhEXvlAo,1621
368
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/htmlviewer-extension/package.json.orig,sha256=DT8KVrSw-XdzLel0izQUCcS3nFBeDLaeP7wScQ2OvAU,1523
369
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/htmlviewer-extension/plugin.json,sha256=XVeaM8P0pkpD0j3GWzufhD25tq6pz-v9iKBb0BAfWFE,2110
370
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/hub-extension/package.json.orig,sha256=psUsYOLiiTAxt5r3EsOugbyUQ-dgskvvFw1aLF8wuRs,1378
371
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/hub-extension/plugin.json,sha256=OoZbJZjosHgofzpro3IrtGgXPXyU7C8BhK5iw_0q0Xc,613
372
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/imageviewer-extension/package.json.orig,sha256=WWyQ0Y5boQG4ByXqBijWVp1S5IvwECw0xR-IoZS44Xw,1399
373
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/imageviewer-extension/plugin.json,sha256=bYGH9w2qzBxXVSCTO5KV5sbRWa8_AmU7MRf63_7XPEY,1109
374
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/consoles.json,sha256=ZFazWVO30YV1SYcsf6a80_wNIi4_RE3MibVIygXHOXs,332
375
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/inspector.json,sha256=Co_HwNpNho2IvZhwIAZbEP1da0iAspTrMtxMidhKpeM,655
376
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/notebooks.json,sha256=ehcPdI8eBlDfiUv8mPC26YfiA5x8oXtstMIvhVhZY_o,319
377
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/package.json.orig,sha256=dTyXagAWDgYZUHhYFQDkktO-ITOaJJIG9HpGpKhQYnQ,1512
378
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/launcher-extension/package.json.orig,sha256=fk9ooOw4vqUcLH3rJ8YRpi-WJMuOCqr8GsY0DHxVqoQ,1495
379
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/launcher-extension/plugin.json,sha256=eDpFUOuN03UvGawKyPVFpCzL9W2mmXO_FN3fks0M_e8,265
380
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/logconsole-extension/package.json.orig,sha256=RNX_9LQZYiupwjn5sJ8gf4Ingk0xxws6G-AW7MxPijM,1722
381
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/logconsole-extension/plugin.json,sha256=4wK2bndVvfhRK7VfSiWbq96Oo64ycNWI8_vlhXF_Rus,1077
382
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/mainmenu-extension/package.json.orig,sha256=vtEmz9Gwh82PgTzlAnsWIxXK44jw_Zq0848s7Tx9CcQ,1656
383
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/mainmenu-extension/plugin.json,sha256=0n2o0aNpxtyzHf4N7mP5SbGfkDgwmahRCttYukIbrT4,9894
384
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/markdownviewer-extension/package.json.orig,sha256=-ALIwQaGSZ2uzGBMt7uSJ74fNLiCAfMZnxTxKxr8vdY,1493
385
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/markdownviewer-extension/plugin.json,sha256=CciwliDzR1oACjZbms695bysXB7U6pphgzqwAMR6aWU,2325
386
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/export.json,sha256=9NpTEY9ASS1sRKsPZYq0EM9semANBWJT0E2gG5VCQKE,672
387
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/package.json.orig,sha256=wLH6xPAD-55I0X9zOSS7GVCWenJEaVVMEghVeE43izY,2303
388
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/panel.json,sha256=S06UFsjqoVtwMr_96ZjuJ1kXtqmkw9KqpsrljrJy_ug,2884
389
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/tracker.json,sha256=BkbUHLd49JBDDgD-ZTskSnwczKhSARRtwlAxYbLYKXc,24988
390
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/form-ui.json,sha256=z2ZC2O-WAsb896gCxzuASMofJZbazMJK8WeZPMnCCE0,389
391
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/package.json.orig,sha256=0wvbuSgu7u7LLN3aOaNe73I-46zZVN5xEsDvJ73bhxI,1603
392
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/plugin.json,sha256=ecRQVrfQzSMKA3GWQNoS6hSXvOydGLiCQmr-Q2QpjwQ,440
393
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/package.json.orig,sha256=gqCiAPzcOU4BumlwnzKEnay-e0F7J96yt2c8si9wp3I,2114
394
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/shortcuts.json,sha256=I713NdRCfwkQ02Ka2tM61T5GOkczKDo_aX3YNk3rJWo,1152
395
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/statusbar-extension/package.json.orig,sha256=QEE0ABlHBEA4M59wpTin08K5prwOlIWcj9bWI0vnVfU,1838
396
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/statusbar-extension/plugin.json,sha256=zAf-5CEXbZNVdWCUE9BP9rllD4Y3Qi-fZv_r9pBq8q4,1057
397
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/terminal-extension/package.json.orig,sha256=R_s1PIz6OdWR8X_FyY18OqmqCMgaEkGjTlNRcc7cEhs,1702
398
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/terminal-extension/plugin.json,sha256=DJHBFu6FqPfCkbAQ3vD6Ya4Zr1035vAz5Kue2hu2v8o,3128
399
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/toc-extension/package.json.orig,sha256=S4OEzfXrtNMk8EKFEcoT_ZmYk-0ljHxsnt00T9OFBwg,1780
400
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/toc-extension/plugin.json,sha256=8rdRWJi8tGS1MQVf3lRtYQk1IG46pQKtHqvP4Z0tdDo,1073
401
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/consoles.json,sha256=ilJ4kCH0EioAjvSSrr1Q_Hvxx0pDVbMo3IEO9JzPl7E,551
402
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/files.json,sha256=wE-hqgOMCtBMTgsZohbrx6MA02_I8UHPTipcEW-KK80,402
403
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/notebooks.json,sha256=8E_ajVTsweu7BXzTJlVMMXNjhy1yqzpjup7udAb4Do4,572
404
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/package.json.orig,sha256=FuXjFe4J4FSUV1JOlFWvyoOc5N90o-jta4MWUi7dZww,1643
405
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/translation-extension/package.json.orig,sha256=yh8XNCmjTHH59_jA_mZ1H7jm0NiA8G8Ex7yRBDOfpZY,1521
406
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json,sha256=0ToYftfEw_1fueWtOZL4mkjSQmv_YTO0cuz_YUXNHXs,1394
407
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/06f4d00923ea24697df5df0b92984175991d8bd25776a02d531bb401e393ec42.ttf,sha256=BvTQCSPqJGl99d8LkphBdZkdi9JXdqAtUxu0AeOT7EI,134040
408
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/1033.890eeae47460e241b1e9.js,sha256=yAwjEeyTAVK9iPixME3-gqwPbYFGN9ryMXrXDOHnkI8,8494
409
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/1036.a055f7326513fc5a04f7.js,sha256=WjRRaUX3rziFghOdckU49q2kDkp7jceUwMgxlFWYhis,155605
410
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/1036.a055f7326513fc5a04f7.js.LICENSE.txt,sha256=1J-1y3fy9iL3n7_uSe7E09q1FXCtEZ0FQkKs0FNbmNc,160
411
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/1044.4e54e3e338cfaccdfb46.js,sha256=eiq87xGDchAolzBmoyx-jeKtrW5lOydx3aAGYVZp_As,9763
412
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/1057.16c446ab94eb9e5ed42a.js,sha256=ATGZIFTZ4PstQcjR6thTxAUtXgYeDKbHroFG-M1FFUI,7623
413
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/1142.074d125bb59f5a332666.js,sha256=gN-unezt-xd_SinNwqebqr589zjHVCL1f-MYqyu5cS0,32842
414
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/1249.8501a6fa8feae7016c0a.js,sha256=naICLgRkai3U28sbJj-vUDIHx9d1Ywk8w-zas5ZnkVc,36070
415
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/126.1e2fb998804b27c72a3e.js,sha256=rvIGveP3LtDZqLZN6ZFOWOoNilnGGUxvk3EKWgrWi_w,96215
416
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/1358.9ab4f57e8227ce75f427.js,sha256=c2Y6keCDAN-VUe9gq7i5llTOlHWjG-Kq5yYG4U78CZc,13017
417
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/1397.4b53e533e7ca4d3f06fe.js,sha256=JZbkxIdSJUZpGZCWwHE294EKY7CIkFyMlSygIcjM9ME,8950
418
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/14c9db4ff87fde08f67b0a69dd594bab6d87174812a0dbd34c59833bfed8cc0e.woff,sha256=FMnbT_h_3gj2ewpp3VlLq22HF0gSoNvTTFmDO_7YzA4,16276
419
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/1842.1846f224482b066652bf.js,sha256=Dw_xGabJdV6C8PIBIIJ82X2RF1k_QFIXBskBccjGBMI,8484
420
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/1944.9bb345a40325c23313e9.js,sha256=woD14zvVUxIhWrVBaEgIE1mgTZDmu_Fl1DNinkaKVGY,58417
421
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/1944.9bb345a40325c23313e9.js.LICENSE.txt,sha256=Wcdqri7m1Tu4kpO31sR52tMNQjiH8xTn71JJ9xBMFIU,909
422
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/198.ebf955f77b5c9807f163.js,sha256=AVAJ1MIP-6qTGj6SggLy70YUq8cXC-_OzDkD9YHBK0Y,10385
423
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/2249.0cc057d5b7da618aa4e0.js,sha256=5cZSgYWSDu75-ttQLKd6iN0W18r5mqI5e0je925Jzgw,9687
424
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/2326849b6c3dfa217a0e9ecaec9553c910a4e2987c87315c85073d2b95a484f3.svg,sha256=IyaEm2w9-iF6Dp7K7JVTyRCk4ph8hzFchQc9K5WkhPM,144714
425
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/2349.91555cd2ef72c84e9253.js,sha256=L5g-A6trAP0wFI7Nocce5YmPh8Gb74SGrHTOteRJiqk,10566
426
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/2353.baeba73a2e9f3d9e75d2.js,sha256=ggxwlVGtJ2GkZLVIcu6zLsvpAIJmKjNYcrgM_6HKsog,10391
427
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/2356.f97dd8093f97f156efe4.js,sha256=ex5MtmaSQk2mgwj4ioL2xUi92_DLS_r8o8MEha3Ai7U,10456
428
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/2585.4d374708a4df1d35065d.js,sha256=L3uSGSUrj6NUTOROWcbVJHw_u8LnnmxmpR2SZw4wZs0,86834
429
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/3029.51bdde209f9c4e269943.js,sha256=1SfhI3vs6hkqySTocPqpG2rqHm1K34-h-Jl75MTpanI,4309
430
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/3087.06efd084edba2bea6ea1.js,sha256=EMByLFWg04Fwf31NS0g5CweI45mTjeKEC9RUl9ajmRw,3624
431
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/3114.5cbcff15783573c636c6.js,sha256=LC1ayiuToT4avD-mwn6aR89kQxgDBoHGarv9ZRV54nc,249878
432
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/3122.b1fda55c421da97a00a3.js,sha256=ZtmPmaRSMzG1kZ4NvA4K-mfUouEFmnL0h3QV1B6EsQE,10949
433
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/3236.4fabf963498daeeb9624.js,sha256=lCGVeF6_SngHTrVRb-B3XwBF8PnhJU-iN6fDDPuTpjg,13017
434
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/3308.03624912593a42120dea.js,sha256=nLpaUFr8KSq4auUZLBptne5EuEScN4ydaTmZ4J7TzDI,37805
435
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/3387.bb8976de803b341fe7a3.js,sha256=uQ1hAqrPnnJdpzZsMagwZv8icEYkH7PgVltFL3napkQ,16900
436
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/3443.868b4f89289beb97adec.js,sha256=RfKN98oREMfkYEQkCly7IERZI3CmAz_a59_KhMfjPJo,7256
437
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/3496.ecb0e7fcc54191234ae6.js,sha256=cA8YQpeJ1M-7lYETtTc3WSXRFyPYnQUQRCTSrX5eDWQ,2438
438
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/3531.0bacde3facdc0c46766c.js,sha256=Qlb5AYpKiFb5pNzqV_U5nnnUhWSaHGlX7Pv_0ctY7Tc,10854
439
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/3532.c5348a7ce31c17eaeb0b.js,sha256=81-UeHiYZR0uRjmEYG1H7lnV_l8hjJ9ABP3PWWUFSUA,9065
440
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/3664.cfb68e6cb3654849310c.js,sha256=vECi5tXvyRU09ALZqlJSxdMxSNXAMRV7Mv5NPjitvb8,10387
441
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/3791.6adeeacb6143a6599115.js,sha256=TWl2J_6NfECOr24le3EABAoLoIjrNJtlxbc7H-rj9sA,9593
442
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/3935.4159b022aa6d82e44127.js,sha256=Bq5YU7giPJrYdF9XwKK3IImEiStNLNn_TnB6QVsC9U0,126204
443
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/3935.4159b022aa6d82e44127.js.LICENSE.txt,sha256=n6ku4CAGiHrqyY-1XcdWnpAf7GgqXGOoaR7QcxWJfI8,545
444
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/3992.6587b8bb22d3b162cc6b.js,sha256=V5ZPp9x7GRmIQPXmDVamONaHwQNaSbOoD3Vf8vQhFl0,9656
445
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/3d06af1f31cd83ace7a265a014b8fb5dee15770ecac8f7a55555190e627e03c2.ttf,sha256=PQavHzHNg6znomWgFLj7Xe4Vdw7KyPelVVUZDmJ-A8I,202744
446
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/406.6f87c9a21bbaa5f39fc4.js,sha256=HWhcxYRDlDgApvtZavx8gw4FrhNX_c0yIujUolrtRww,5789
447
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/407a9723fc717c94e287496080d773e18e29c3cac49e2630172343c65c0864a8.eot,sha256=QHqXI_xxfJTih0lggNdz4Y4pw8rEniYwFyNDxlwIZKg,134346
448
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/4151.ce38cc139e8eec621bde.js,sha256=8r8hS-tYhJMYyTqQmd6YESNqPAYAZJL_OJFsQrdMBo0,6965
449
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/4155.784ca1752696680bf373.js,sha256=9Ly-glcvrkTDUbVY413vIqXsIphrTiKfHlpjsOJJxsg,1984
450
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/43c072c16c9ee6d67acdfa6c6d6685ff1e74eb4237b7cc3c1348ab1c108b26af.woff2,sha256=Q8BywWye5tZ6zfpsbWaF_x5060I3t8w8E0irHBCLJq8,76764
451
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/4402.d24b4a44244e256d0126.js,sha256=OhZQl4aSi_7CZmDNopnt0NVnHvTC_3gwlqMgsO8Xjyw,10150
452
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/4429.c4f083ef6b6e29345fd4.js,sha256=DhboahNlfJs01MW1OuvXANrFwTEc5HrsBI-mOpHdZTc,15181
453
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/45.91c59b0e1dca32f01373.js,sha256=EG1AjxlBLncpoABLriwrypR0j6O1SFW80MUvRjCzNAc,12076
454
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/4570.53adcb6f69939da383ff.js,sha256=Tzub1WgtJwgQLF9MfHARNBmncMKKyPbW344WS4ZijjA,10336
455
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/4631.96a143e70f005fef7b59.js,sha256=WnX_JzOpqfjZPKj4eycsZVr-IQJrSqiQbG6AcRK99-4,180608
456
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/4657.f97cd1238beedb61548c.js,sha256=xyjcEFDwrkoJW-nkgjGyRvoGUIBmZtcN18CtVDt0cBU,15963
457
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/466.239a0c009f33f1cb7cab.js,sha256=NKmaoDURWV8v7lA3GYr4u0uaqAJ70EzOYJzXPcFr2ac,10022
458
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/4894.f5e3a48d18905b75d07f.js,sha256=BLK0OIjJge6ND-MhiRWlaWxAsQIGUIbnXwBgXukXUX0,11232
459
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/501.d77919e38ba77753c7f8.js,sha256=lW9557Oi4fuJRduOsp6qDFfdGYOyOZNYWgxzxbDhjgQ,534288
460
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/5065.49dd76cb64fd444f785f.js,sha256=UBBsfrpRtbZpHjPtUhBTXUJK8vzNROZC-0mJzP8f7K8,2438
461
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/5096.96faf5ddac346a9ad9c3.js,sha256=oYzPE1KyeDW3dJQrucJrpBGDit0_ddJizPMjBVFcXNs,127592
462
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/5096.96faf5ddac346a9ad9c3.js.LICENSE.txt,sha256=e5rXKlIVk9PRn8cQPr8kfCfz1Paakt2urafpaM7lFGg,95
463
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/5223.0006e6e211b7c197b9f1.js,sha256=fjK_k2IHPKyhxiB5JnIMc8hwIKu1_3ssOT6J_KVeZFM,11352
464
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/5289.6c67522c6a1c32fc2ea2.js,sha256=7Datqnjji77H2hQYvmM1BxwY3RAHlRQ2w21LVTFjeeQ,9009
465
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/5383.d630abf49f5cb82bb76f.js,sha256=hMUcLoTbm1NGRNN2hSKiWCPeeMHF5QRPt_w1g9AlEfU,11654
466
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/5493.bc25a653f87ecf6d27f8.js,sha256=JxBsxNchKz3MqHR7sKzD53ZCbDITk3GLn89Yu0gKnYs,165296
467
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/5493.bc25a653f87ecf6d27f8.js.LICENSE.txt,sha256=lqUlGHhVY3z3mcV-sTwREZRm1KQ7maSiV6-Gm8RSQNY,246
468
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/5505.d108d38d683afca0e4ed.js,sha256=w_AlnDHxLAkbnhOuiSMB3oYQZQ7dVrnN1NBgWRHFcZU,9599
469
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/5557.625f5943a166b494ee38.js,sha256=3nYZ0xFVibKE3lIwMeE0m_KDv8ntvSf7AGuwlkfCg8w,59717
470
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/5619.b1928648a190b38e627a.js,sha256=pyek7HOwY84q7Na7d6QPtafm7TDwk28FRI0CSvSA4nc,10213
471
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/6005.cda1ecd972909c2a0250.js,sha256=mIkNLwB4GAmiTZ_eD8g9Z-1vyn00m-5h07BXT6jM2z8,10303
472
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/6064.1a4a55a09511d4907870.js,sha256=UNmxCZ69lDpJ_bUWuFvljRI9S42SHaaiP4o-Z4-K0ig,463013
473
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/6064.1a4a55a09511d4907870.js.LICENSE.txt,sha256=uOXUWtu_5EIK_PMnjKR8mlvnQx5oRV3ZmidRKAcV94Y,64
474
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/6218.63b338a58c855634089e.js,sha256=HFNusnl5mVLB0lLL6RxII7N-_z28YmkuLmttrcxK3NQ,7368
475
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/6282.455f87010a88485c089b.js,sha256=KjlSYZNDODCZWsvY6PCWlzI7ERWc1GWgld40MfKbIfc,85058
476
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/6443.04025a1d063425902d56.js,sha256=y9T3BJVbNhwh8QtVdBHT2oLPnrElD5AIHjUTiIwsxcI,18484
477
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/6504.f578fea4ca18a937babd.js,sha256=GQ0suLEY55UPruTTFHFWwDUFaSIsOAwk0HD82FwBDM8,15172
478
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/6550.f5dbb748ddae3ef4b27e.js,sha256=p97byWEVkf85rSRf4hzZiKTsIGpUqjPv7hi0fJNhddg,11850
479
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/6598.e2d4d064ef6bca780c2c.js,sha256=K89Da5kjuF_OxqrIwnzFUYZX1A3O2VBFITQru5msMUg,10581
480
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/6655.0f133ab652b8d8af8a1a.js,sha256=GO9aO8d5dRc3hdj8QCZiPIGMs7fR-tkAmPyRtc0H-rM,16966
481
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/6700.c96344a466d1896657bf.js,sha256=m7-mlkoqaOg87s9hWtP0QCbsoHtVtGvl3ZeFXAETbo8,4631
482
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/6777.1b7dcbf5a42c2daf11b8.js,sha256=yg-dtt1nX8WWaCZRVl2N7E6seGRyzMAD-eujakFtJ3o,11454
483
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/679b5a5216bbdf913cc22d6ae44778c1ef975ee387a6c4c5de87e75d19a22232.svg,sha256=Z5taUha735E8wi1q5Ed4we-XXuOHpsTF3ofnXRmiIjI,747545
484
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/6952.1bd5bcfeb0d87e61efcb.js,sha256=fttCtBpPtFfJd3aRabjl3D7ze3QHEJDnk_xXbGxyYI4,10322
485
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/6962.6d7125f759d926dcf34f.js,sha256=tainpWx3suzRwlXpg2PJXSj-kjv323krpnNz_YlIP7k,23316
486
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/6975.e0560614fd629195c9bf.js,sha256=1yqGLkVNlbLC7vX8NExOsI9ibR1GhUbYA-8Jm_lMOqM,11980
487
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/6989.75bf0da94e660a6c26f8.js,sha256=o9vibsEsI62BbhomFpOxSXQ2PoNyN27VAspxhVXzGvw,10057
488
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/7034.fce307da76771c0ef0c8.js,sha256=w5wr0ynpzzN5JUQcBSbLgo4Jg1SkZyRzWMin61_Cxf4,9156
489
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/7050.fc2b565767a93966c20e.js,sha256=fcQXqTCZ-z_oGL1QwdpnQE3IJckwlA6eqzap2kKTM2w,10751
490
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/7289.c749cf355edec3e37aa8.js,sha256=eGNk3w9teNgwBgPsoo7m5Ob9b12S3v5jscoM3L6ZOuQ,10621
491
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/7294.f71c2889fedcd71bd1ee.js,sha256=29GHcYfRZYcqGLgOO6hYdQEXBX3KnxVcQoFjZ8vPp5Y,7386
492
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/7294.f71c2889fedcd71bd1ee.js.LICENSE.txt,sha256=oK-xOQH-sVTfwQyaar6YFJoWZlod1YVa2DoJjutK2_Y,294
493
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/7300.26360c57b8bd81344bd5.js,sha256=HPzD15mH37ZAla81Z3t3HpeeMrB8bGId9JnDfZB7e7k,13012
494
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/7454.5859b3e9803de4da9c05.js,sha256=n6p2fXYL3Ms5A8t0zyHQOl0NPr3MEFLEbVoG1l5inrc,331652
495
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/7463.c34847707aeb55f90a82.js,sha256=H94my4gRJ9getsEkm1YnzqzjMbfNcC1dEtpV7rCwyBY,11745
496
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/74edc18b67c487e32f181719fdb347e2e77020744651f446e9acd7bd6821e2e7.woff,sha256=dO3Bi2fEh-MvGBcZ_bNH4udwIHRGUfRG6azXvWgh4uc,101652
497
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/75a761159ae266c5332a4f266e07a5543712ffb76ee0260b07782195c04dc364.eot,sha256=dadhFZriZsUzKk8mbgelVDcS_7du4CYLB3ghlcBNw2Q,203030
498
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/7717.2a6e6bb4e5f6b92e9798.js,sha256=ofFbvrGKnFdInop3j2wmCtJ3GY5wOP84mQZ5tyxevjs,11174
499
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/7730.7e3a9fb140d2d55a51fc.js,sha256=fjqfsUDS1VpR_Jyx9WgOmtteH7tk0n5dVoS8NwDyivg,184
500
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/7755.d506a1d9dadf30b1e490.js,sha256=2HGfksstPc8a1-TmT1DG3IJlBbwwI263OqVlUKBwVjc,11135
501
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/7788.5e16fdcc197e245776fd.js,sha256=ptRQsqEop8FhH_8h0m7P9b-YsE1DEWbC_ogTPFe9HSs,11377
502
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/7796.0dcdca3baf288d835bab.js,sha256=dJ98_xowcH-UHGSaH7fOa4UQspuzOm1_jH4ZjX8JX3c,9131
503
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/7900.86dcbbbfb1a3d4f98375.js,sha256=-CeNHLxubsnfu0TKQZqTpBQLUhpzx-NkJq_r5BzteTk,10319
504
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/8012.e4c8f67dc497d26c16fc.js,sha256=O2Uyb9a6kRGG2b1JhiVr11ODGvn3st-r05AXeHQCHnk,10652
505
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/8059.6011120485fc3c4868d4.js,sha256=BDmrUD2TXn8hZmdAsGE-JjGfcXKX_4XlHlsVVHNEURc,11713
506
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/807.25ee5f37af96f64ba380.js,sha256=Dgj_kVGL8caLcp23p-B_e4_s4vcU1nqDIvstiAI0nEE,783877
507
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/807.25ee5f37af96f64ba380.js.LICENSE.txt,sha256=mujRWVvuDqXEF4M6AK3Qr6RBQVTIdpI6IcoPBH8OoFY,3291
508
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/8102.7f1644c3be420fb40db9.js,sha256=cvacIAS26-ioll3EABzGbL9rHqRg4iTvTqwlqc67QGQ,9622
509
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/8284.54c936b3303933d2da84.js,sha256=tF85DcEWRyADIN6ogOHHooie3ggFzOAGptTW6o6RsZk,744357
510
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/8428.dd5a93f02f55af0d3d8c.js,sha256=be0c-g8lhw6CMe1Q3Qte1FvcsQaM2tbYs6szkbpVuoA,9965
511
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/8523.9b232c15e4eb5bc08a37.js,sha256=LJjkvUSnarOuuIplSgzkh7LQRwxWHwlafQs0yo5oI7s,11123
512
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/8524.48062ecfe543b6d76860.js,sha256=s_huqYPgqAA69KMajBsMKxtkEvpd-P5oaFxpl6-4-YY,392354
513
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/8580.974138f8b6ddb72035f9.js,sha256=_sV7CWhxenuWWTIwRW_JAVFS4ls5i63LL9LKw9OA_s0,7921
514
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/8657.bf693afb7646976b9a51.js,sha256=CksH3uqj5nLvpG1Q7B5Q_Z5oC2glv8MB-vi_wBIwfJg,10903
515
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/870.e515a8a325f5ddb19079.js,sha256=pfoZ5eduaOxzjexuT6rIEA5BDcNQFvnWPzH9BWfghR8,10783
516
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/8708.35479b2d01be1e86804a.js,sha256=lHMj0vx-e3tfesj7rxrF2myBP4wUq9LoS6z32RdJaeo,11682
517
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/8819.743ff7148bbdf35c7bbb.js,sha256=zmCKqhF2dSCKrULEw_2fJByC9LSZWlj7CebmB4qWbhw,18728
518
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/8834.7621cb792c80bfa66e05.js,sha256=98l1B0AewLJv4OxDmqwN5sAS3gJa_alGH9rZRLrGRFs,10477
519
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/8843.35ec0f0b1f61c25e0401.js,sha256=7-1T4PGB4uQ6uKn5DuokuF2UZf0zz_u6zCUm5_WGa10,10288
520
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/8afc6e5e842baab16010c2ce6fcf48ec4ded8e1579a37c1f1bc027e120d04951.woff2,sha256=ivxuXoQrqrFgEMLOb89I7E3tjhV5o3wfG8An4SDQSVE,13276
521
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/900.6a1241c0269d5df615c8.js,sha256=2NfhhXqU48pAyGFbqUAMzwgNYyG30GhzX82viLkptLk,7446
522
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/901.2ec3367a81663f96cc4b.js,sha256=qX7mg9FhFIV5rXzgzTzW_-jD_aak9jBwGxNVF9IVujw,9941
523
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/9039.5f28fec36b1eba3e4a52.js,sha256=igRVvH7YHsTHdgi6W5lVA-Bmp8Dj7yEPdoqA36iUVkk,10166
524
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/9109.1b114e9c83e36c6560df.js,sha256=4HwYpgm3tOAyt2P6jz9M7jiFqLcVZ-xc5-RFy-mOVwA,11312
525
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/911.0c08f040896753efc653.js,sha256=dXBBOD-f8XgsL_C5nW0ZYfsLSvDXC7AN5pAj-VnhwzE,11299
526
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/911.0c08f040896753efc653.js.LICENSE.txt,sha256=fxILNqbX7xQJX5kUuCftxFbvVPLAlqTLLXuY55eiWYI,51
527
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/9316.c4abfd78d98bb182cd2f.js,sha256=F2rzU5bq5DAERotK7u5PLe44dQcrcQa_YIhzWXg21nc,12430
528
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/9473.2e52d2ba788beec303be.js,sha256=rN8eygj1BwWm3Y8Ac45u9bg7Zckgf3_Ex-XScowRVQg,324917
529
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/9473.2e52d2ba788beec303be.js.LICENSE.txt,sha256=KrZUshkMGor_zXMFHx4C4Yc7UrCeUFnssg6DioF-gNg,173
530
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/9493.7d21c080b2fe6d48740c.js,sha256=iMjtXl4MmQRr69BI0knQ8BsQwJh1TsjzHvDuJ5FgEPY,1035
531
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/96.c281b119ab350d7dd3de.js,sha256=13Mb4Xao3dU_LWLl9kzjBv4ddhmxe68Ua_n9QS9n75Q,11672
532
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/9845.8b6c837a5ff754554b39.js,sha256=rAnSOwI5MekqrtSIrHBTat1jx7GTlhY_GU7Oz-OGWUQ,10019
533
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/9866.5db2f5cd62fb6e231305.js,sha256=jfyQVp7iQYv1dMRTpd6vH-6mNYrp3-hKhPQdyXtCbcQ,9724
534
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/aff76e5c986f295d4bc6f8142a78e2a31888b101c2d025db89f79c75f64fd90b.woff,sha256=r_duXJhvKV1LxvgUKnjioxiIsQHC0CXbifecdfZP2Qs,90060
535
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/bootstrap.js,sha256=gzj-_QDbqw2TUjJz3Ye1GgOX-2MO5d4k658R6RXdnNE,3953
536
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/build_log.json,sha256=GvnrXybphEBMHPfuR49GgDrMUQqkpEgY1-N4WICCQMg,23664
537
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/c651b8a67d3193206f622c3c3b0fbca4a2f2727108c4212b52c1e2a2e84c9b31.ttf,sha256=xlG4pn0xkyBvYiw8Ow-8pKLycnEIxCErUsHiouhMmzE,33736
538
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/cf83ffb8cf0023bd439dfdd5d02f1954b6ee027e85897d6cfc5f90bbca9ec1d2.eot,sha256=z4P_uM8AI71Dnf3V0C8ZVLbuAn6FiX1s_F-Qu8qewdI,34034
539
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/d0b4256abed72481585662971262eabee345c19f837af00d7ce24239d3b40eef.woff2,sha256=0LQlar7XJIFYVmKXEmLqvuNFwZ-DevANfOJCOdO0Du8,78196
540
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/fa498fb2596a5235c5c86d7b68a7fbe76e9855c01af4b0e5ab41c41047c648e0.svg,sha256=-kmPsllqUjXFyG17aKf7526YVcAa9LDlq0HEEEfGSOA,918991
541
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/index.html,sha256=Y9Yj9kGG2PpE44aVnMZrtyf5pp_unT0D5mHj9KdiB1o,1600
542
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/index.out.js,sha256=t_eTmbfQTD3tieRSzLav4E2yT3cnJwKLbSfxq6h4woU,18511
543
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/jlab_core.4d5114e25256eeddf4e4.js,sha256=1MXxrlYH4ISK3lDQqp8tvJdvRInZJ0Y3MroxzCzO-mk,2520565
544
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/jlab_core.4d5114e25256eeddf4e4.js.LICENSE.txt,sha256=DY9mzUr7Vmy1t-FUDGj0O5OdProSrOKQ8Yq8T0y1PtA,808
545
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/main.c474366c927dbb3da565.js,sha256=wZk2j78d3BjID09N5tCO-Fg64waVgFs3Sp37bL5ZHBc,70582
546
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/package.json,sha256=YV9ia18370rv1bI7Rr0drdizkeHalg_u9XLpQOTC_Ic,12548
547
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/style.js,sha256=uAXg2NHc5y6y-ET2yF_Dw8zMo2ONRWQVoO8XFALkNbI,2509
548
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/static/third-party-licenses.json,sha256=m60DoMgdHFqVEqErUiAB5xALFk6Hwp-V3RofU-CDCvg,209358
549
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.css,sha256=ZuGfZfOj6N8m2HU-YSihu4cCKB3lXMH1tbvr0yMNCn8,17391
550
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.js,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
551
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.css,sha256=yLjoEkg1mJ4QDoDKR8FSChBei40t9WHAjHRwqxrFklY,16111
552
+ jupyterlab-3.6.3.data/data/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.js,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
553
+ jupyterlab-3.6.3.dist-info/LICENSE,sha256=Ifb2aLnWwjZD75TP8S0attmyyR_EvmOTlC04_NxGJJ4,1707
554
+ jupyterlab-3.6.3.dist-info/METADATA,sha256=v2aOQZ4OOMuNjCF9a6euqiiI_t2dPmAGCIklaPCvRdY,12474
555
+ jupyterlab-3.6.3.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
556
+ jupyterlab-3.6.3.dist-info/entry_points.txt,sha256=y1RuM7MXbavb2IdDZCs4Mo5LrH6hHid6sf79jjs7wtM,182
557
+ jupyterlab-3.6.3.dist-info/top_level.txt,sha256=kuigXRwxOCorkGLARdokMtAlpuCv2Ad3WzHV3WdK_yA,11
558
+ jupyterlab-3.6.3.dist-info/RECORD,,