jupyterlab / jupyterlab-git

A Git extension for JupyterLab
BSD 3-Clause "New" or "Revised" License
1.46k stars 319 forks source link

git button not visible although server and client side version are the same #854

Closed ghost closed 3 years ago

ghost commented 3 years ago

Description

Git extension ui not shown

jupyter serverextension list
config dir: /Users/hanan/opt/anaconda3/envs/ollivander/etc/jupyter
    jupyterlab  enabled
    - Validating...
      jupyterlab 2.2.9 OK
    jupyterlab_git  enabled
    - Validating...
      jupyterlab_git 0.23.3 OK
    mamba_gator  enabled
    - Validating...
      mamba_gator 4.1.0 OK
    nbdime  enabled
    - Validating...
      nbdime 2.1.0 OK
JupyterLab v2.2.9

jupyter labextension list
Known labextensions:
   app dir: /Users/hanan/opt/anaconda3/envs/ollivander/share/jupyter/lab
        @jupyterlab/git v0.23.3  enabled  OK
        @mamba-org/gator-lab v2.1.0  enabled  OK
        jupyterlab-dash v0.3.0  enabled  OK
        jupyterlab-plotly v4.14.1  enabled  OK
        jupyterlab_sparkmonitor v2.0.1  enabled  OK
        nbdime-jupyterlab v2.0.1  enabled  OK

Reproduce

create new conda environment with python 3.7 and install jupyterlab and extensions above

Expected behavior

git ui should be shown

Context

Command Line Output
[D 12:24:56.231 LabApp] Looking for jupyter_config in /etc/jupyter
[D 12:24:56.232 LabApp] Looking for jupyter_config in /usr/local/etc/jupyter
[D 12:24:56.232 LabApp] Looking for jupyter_config in /Users/hanan/opt/anaconda3/envs/ollivander/etc/jupyter
[D 12:24:56.232 LabApp] Looking for jupyter_config in /Users/hanan/.jupyter
[D 12:24:56.232 LabApp] Looking for jupyter_config in /Users/hanan/code/ollivander
[D 12:24:56.233 LabApp] Looking for jupyter_notebook_config in /etc/jupyter
[D 12:24:56.233 LabApp] Looking for jupyter_notebook_config in /usr/local/etc/jupyter
[D 12:24:56.233 LabApp] Looking for jupyter_notebook_config in /Users/hanan/opt/anaconda3/envs/ollivander/etc/jupyter
[D 12:24:56.234 LabApp] Loaded config file: /Users/hanan/opt/anaconda3/envs/ollivander/etc/jupyter/jupyter_notebook_config.json
[D 12:24:56.234 LabApp] Looking for jupyter_notebook_config in /Users/hanan/.jupyter
[D 12:24:56.234 LabApp] Looking for jupyter_notebook_config in /Users/hanan/code/ollivander
[D 12:24:56.235 LabApp] Raising open file limit: soft 256->4096; hard 9223372036854775807->9223372036854775807
[D 12:24:56.239 LabApp] Paths used for configuration of jupyter_notebook_config:
        /etc/jupyter/jupyter_notebook_config.json
[D 12:24:56.239 LabApp] Paths used for configuration of jupyter_notebook_config:
        /usr/local/etc/jupyter/jupyter_notebook_config.json
[D 12:24:56.239 LabApp] Paths used for configuration of jupyter_notebook_config:
        /Users/hanan/opt/anaconda3/envs/ollivander/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json
        /Users/hanan/opt/anaconda3/envs/ollivander/etc/jupyter/jupyter_notebook_config.d/jupyterlab_git.json
        /Users/hanan/opt/anaconda3/envs/ollivander/etc/jupyter/jupyter_notebook_config.d/mamba_gator.json
        /Users/hanan/opt/anaconda3/envs/ollivander/etc/jupyter/jupyter_notebook_config.d/nbdime.json
        /Users/hanan/opt/anaconda3/envs/ollivander/etc/jupyter/jupyter_notebook_config.json
[D 12:24:56.243 LabApp] Paths used for configuration of jupyter_notebook_config:
        /Users/hanan/.jupyter/jupyter_notebook_config.json
[I 12:24:57.006 LabApp] JupyterLab extension loaded from /Users/hanan/opt/anaconda3/envs/ollivander/lib/python3.7/site-packages/jupyterlab
[I 12:24:57.007 LabApp] JupyterLab application directory is /Users/hanan/opt/anaconda3/envs/ollivander/share/jupyter/lab
[I 12:24:57.028 LabApp.mamba_gator] Server extension enabled
[D 12:24:57.129 LabApp] Using default logger
[D 12:24:57.129 LabApp] Using default logger
[D 12:24:57.129 LabApp] Using default logger
[D 12:24:57.129 LabApp] Using default logger
[D 12:24:57.129 LabApp] Using default logger
[I 12:24:57.132 LabApp] Serving notebooks from local directory: /Users/hanan/code/ollivander
[I 12:24:57.132 LabApp] The Jupyter Notebook is running at:
[I 12:24:57.132 LabApp] http://localhost:8888/?token=bb0218ef34d0b76ecbe44dc661f2e34496e93829c1dad7fe
[I 12:24:57.132 LabApp]  or http://127.0.0.1:8888/?token=bb0218ef34d0b76ecbe44dc661f2e34496e93829c1dad7fe
Web Browser Output
Paste the output from your browser web console here.
fcollonval commented 3 years ago

Hey @hanan-vian thanks for reporting. Could you try the following command:

jupyter lab clean
jupyter lab build --debug

And report here the output?

ghost commented 3 years ago

too long to follow....

build log
hanan@h-MacBook-Pro-sl-Hanan ~ [SIGINT]> jupyter lab clean                                                                                                               (ollivander)
[LabCleanApp] Cleaning /Users/hanan/opt/anaconda3/envs/ollivander/share/jupyter/lab...
[LabCleanApp] Removing staging...
[LabCleanApp] Success!
hanan@h-MacBook-Pro-sl-Hanan ~> jupyter lab build --debug                                                                                                                (ollivander)
[LabBuildApp] Searching ['/Users/hanan', '/Users/hanan/.jupyter', '/Users/hanan/opt/anaconda3/envs/ollivander/etc/jupyter', '/usr/local/etc/jupyter', '/etc/jupyter'] for config files
[LabBuildApp] Looking for jupyter_config in /etc/jupyter
[LabBuildApp] Looking for jupyter_config in /usr/local/etc/jupyter
[LabBuildApp] Looking for jupyter_config in /Users/hanan/opt/anaconda3/envs/ollivander/etc/jupyter
[LabBuildApp] Looking for jupyter_config in /Users/hanan/.jupyter
[LabBuildApp] Looking for jupyter_config in /Users/hanan
[LabBuildApp] Looking for JupyterLab_config in /etc/jupyter
[LabBuildApp] Looking for JupyterLab_config in /usr/local/etc/jupyter
[LabBuildApp] Looking for JupyterLab_config in /Users/hanan/opt/anaconda3/envs/ollivander/etc/jupyter
[LabBuildApp] Looking for JupyterLab_config in /Users/hanan/.jupyter
[LabBuildApp] Looking for JupyterLab_config in /Users/hanan
[LabBuildApp] JupyterLab 2.2.9
[LabBuildApp] Building in /Users/hanan/opt/anaconda3/envs/ollivander/share/jupyter/lab
[LabBuildApp] Node v15.3.0

[LabBuildApp] Yarn configuration loaded.
[LabBuildApp] Building jupyterlab assets (build:prod:minimize)
[LabBuildApp] > node /Users/hanan/opt/anaconda3/envs/ollivander/lib/python3.7/site-packages/jupyterlab/staging/yarn.js install --non-interactive
-
|
\[LabBuildApp] yarn install v1.21.1
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
warning " > @lumino/coreutils@1.5.3" has unmet peer dependency "crypto@1.0.1".
warning "jupyterlab_sparkmonitor > vis-timeline@7.4.5" has unmet peer dependency "@egjs/hammerjs@^2.0.0".
warning "jupyterlab_sparkmonitor > vis-timeline@7.4.5" has unmet peer dependency "component-emitter@^1.3.0".
warning "jupyterlab_sparkmonitor > vis-timeline@7.4.5" has unmet peer dependency "keycharm@^0.3.0 || ^0.4.0".
warning "jupyterlab_sparkmonitor > vis-timeline@7.4.5" has unmet peer dependency "propagating-hammerjs@^1.4.0 || ^2.0.0".
warning "jupyterlab_sparkmonitor > vis-timeline@7.4.5" has unmet peer dependency "vis-data@^6.3.0 || ^7.0.0".
warning "jupyterlab_sparkmonitor > vis-timeline@7.4.5" has unmet peer dependency "vis-util@^3.0.0 || ^4.0.0".
warning "jupyterlab_sparkmonitor > vis-timeline@7.4.5" has unmet peer dependency "xss@^1.0.0".
[5/5] Building fresh packages...
success Saved lockfile.
Done in 92.04s.

[LabBuildApp] > node /Users/hanan/opt/anaconda3/envs/ollivander/lib/python3.7/site-packages/jupyterlab/staging/yarn.js yarn-deduplicate -s fewer --fail
/[LabBuildApp] yarn run v1.21.1
$ /Users/hanan/opt/anaconda3/envs/ollivander/share/jupyter/lab/staging/node_modules/.bin/yarn-deduplicate -s fewer --fail
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

[LabBuildApp] > node /Users/hanan/opt/anaconda3/envs/ollivander/lib/python3.7/site-packages/jupyterlab/staging/yarn.js
|[LabBuildApp] yarn install v1.21.1
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
warning " > @lumino/coreutils@1.5.3" has unmet peer dependency "crypto@1.0.1".
warning "jupyterlab_sparkmonitor > vis-timeline@7.4.5" has unmet peer dependency "@egjs/hammerjs@^2.0.0".
warning "jupyterlab_sparkmonitor > vis-timeline@7.4.5" has unmet peer dependency "component-emitter@^1.3.0".
warning "jupyterlab_sparkmonitor > vis-timeline@7.4.5" has unmet peer dependency "keycharm@^0.3.0 || ^0.4.0".
warning "jupyterlab_sparkmonitor > vis-timeline@7.4.5" has unmet peer dependency "propagating-hammerjs@^1.4.0 || ^2.0.0".
warning "jupyterlab_sparkmonitor > vis-timeline@7.4.5" has unmet peer dependency "vis-data@^6.3.0 || ^7.0.0".
warning "jupyterlab_sparkmonitor > vis-timeline@7.4.5" has unmet peer dependency "vis-util@^3.0.0 || ^4.0.0".
warning "jupyterlab_sparkmonitor > vis-timeline@7.4.5" has unmet peer dependency "xss@^1.0.0".
[5/5] Building fresh packages...
success Saved lockfile.
Done in 4.65s.

[LabBuildApp] > node /Users/hanan/opt/anaconda3/envs/ollivander/lib/python3.7/site-packages/jupyterlab/staging/yarn.js run build:prod:minimize
-[LabBuildApp] yarn run v1.21.1
$ ensure-max-old-space webpack --config webpack.prod.minimize.config.js
Hash: 152e97460c544a2a78701fd5f40b84accc53cea9641cd761e568b9b8c866
Version: webpack 4.44.2
Child
    Hash: 152e97460c544a2a7870
    Time: 69041ms
    Built at: 01/05/2021 9:15:06 AM
                                               Asset       Size  Chunks                                Chunk Names
                          10.ef933be28c7284465d48.js   2.62 KiB      10  [emitted] [immutable]
                      10.ef933be28c7284465d48.js.map   3.56 KiB      10  [emitted] [dev]
                          11.7491225c4f0b26eb4a4a.js   2.73 KiB      11  [emitted] [immutable]
                      11.7491225c4f0b26eb4a4a.js.map   3.68 KiB      11  [emitted] [dev]
                          12.4f1b1ddb0ad2b2dfd08c.js   2.48 KiB      12  [emitted] [immutable]
                      12.4f1b1ddb0ad2b2dfd08c.js.map   3.43 KiB      12  [emitted] [dev]
                          13.7d10ed489bee28ffc039.js   2.49 KiB      13  [emitted] [immutable]
                      13.7d10ed489bee28ffc039.js.map   3.44 KiB      13  [emitted] [dev]
                          14.a189b26d59494d01bfac.js   1.79 KiB      14  [emitted] [immutable]
                      14.a189b26d59494d01bfac.js.map   2.72 KiB      14  [emitted] [dev]
                          15.910c183c59db56d83c69.js    2.3 KiB      15  [emitted] [immutable]
                      15.910c183c59db56d83c69.js.map   3.23 KiB      15  [emitted] [dev]
                          16.cc0d5b330b302cd1c1ad.js   2.09 KiB      16  [emitted] [immutable]
                      16.cc0d5b330b302cd1c1ad.js.map   3.01 KiB      16  [emitted] [dev]
                          17.c423c5d0a3b13167667b.js   2.05 KiB      17  [emitted] [immutable]
                      17.c423c5d0a3b13167667b.js.map   2.99 KiB      17  [emitted] [dev]
                          18.e61e08ca5c4d0210ee45.js   3.06 KiB      18  [emitted] [immutable]
                      18.e61e08ca5c4d0210ee45.js.map      4 KiB      18  [emitted] [dev]
                          19.388d594565c771ecbb3f.js   2.42 KiB      19  [emitted] [immutable]
                      19.388d594565c771ecbb3f.js.map   3.35 KiB      19  [emitted] [dev]
                           2.9ccb7977a199a4a50689.js    454 KiB       2  [emitted] [immutable]  [big]
               2.9ccb7977a199a4a50689.js.LICENSE.txt   64 bytes          [emitted]
                       2.9ccb7977a199a4a50689.js.map   1.35 MiB       2  [emitted] [dev]
                          20.a1b307dd3c83424c7c0a.js   2.97 KiB      20  [emitted] [immutable]
                      20.a1b307dd3c83424c7c0a.js.map   3.91 KiB      20  [emitted] [dev]
                205f07b3883c484f27f40d21a92950d4.ttf    200 KiB          [emitted]
                          21.8bce2228df27d0706635.js   3.07 KiB      21  [emitted] [immutable]
                      21.8bce2228df27d0706635.js.map   4.02 KiB      21  [emitted] [dev]
                          22.1c2664d60aec888a2923.js   1.56 KiB      22  [emitted] [immutable]
                      22.1c2664d60aec888a2923.js.map   2.48 KiB      22  [emitted] [dev]
                          23.dfbe949aa7ebd98721a3.js   1.16 KiB      23  [emitted] [immutable]
                      23.dfbe949aa7ebd98721a3.js.map   2.07 KiB      23  [emitted] [dev]
                          24.54aad87961103d4c1393.js   2.65 KiB      24  [emitted] [immutable]
                      24.54aad87961103d4c1393.js.map   3.59 KiB      24  [emitted] [dev]
                          25.bb9a7b884714ca64fa01.js   2.11 KiB      25  [emitted] [immutable]
                      25.bb9a7b884714ca64fa01.js.map   3.06 KiB      25  [emitted] [dev]
                          26.d0d2118a45d34d76ceee.js   1.85 KiB      26  [emitted] [immutable]
                      26.d0d2118a45d34d76ceee.js.map   2.78 KiB      26  [emitted] [dev]
                          27.20773573f8bad05f818b.js   2.88 KiB      27  [emitted] [immutable]
                      27.20773573f8bad05f818b.js.map   3.82 KiB      27  [emitted] [dev]
                          28.f068ce4ec3f9eec27e0c.js   2.06 KiB      28  [emitted] [immutable]
                      28.f068ce4ec3f9eec27e0c.js.map   2.98 KiB      28  [emitted] [dev]
                          29.1c9dd340a512ed716998.js   1.82 KiB      29  [emitted] [immutable]
                      29.1c9dd340a512ed716998.js.map   2.75 KiB      29  [emitted] [dev]
                2f12242375edd68e9013ecfb59c672e9.svg    730 KiB          [emitted]              [big]
                           3.aefab74785f1776dad60.js    950 KiB       3  [emitted] [immutable]  [big]
               3.aefab74785f1776dad60.js.LICENSE.txt  909 bytes          [emitted]
                       3.aefab74785f1776dad60.js.map   3.67 MiB       3  [emitted] [dev]
                          30.f02743df8502a328e59c.js      3 KiB      30  [emitted] [immutable]
                      30.f02743df8502a328e59c.js.map   3.96 KiB      30  [emitted] [dev]
                          31.2734bfadb56a6f9ec935.js    4.4 KiB      31  [emitted] [immutable]
                      31.2734bfadb56a6f9ec935.js.map   5.42 KiB      31  [emitted] [dev]
                          32.62db02d6c5dba8e2016c.js   2.29 KiB      32  [emitted] [immutable]
                      32.62db02d6c5dba8e2016c.js.map   3.22 KiB      32  [emitted] [dev]
                          33.29921b636d356969ca26.js   3.06 KiB      33  [emitted] [immutable]
                      33.29921b636d356969ca26.js.map   4.11 KiB      33  [emitted] [dev]
                          34.46e3cca1ee52b1c126bc.js   3.03 KiB      34  [emitted] [immutable]
                      34.46e3cca1ee52b1c126bc.js.map   4.07 KiB      34  [emitted] [dev]
                          35.3daf71f2f0c77b51c289.js   3.17 KiB      35  [emitted] [immutable]
                      35.3daf71f2f0c77b51c289.js.map   4.23 KiB      35  [emitted] [dev]
                          36.345d1e75e17128b20907.js   2.82 KiB      36  [emitted] [immutable]
                      36.345d1e75e17128b20907.js.map   3.84 KiB      36  [emitted] [dev]
                3602b7e8b2cb1462b0bef9738757ef8a.svg    141 KiB          [emitted]
                          37.c36abc989a343a3229c5.js   2.48 KiB      37  [emitted] [immutable]
                      37.c36abc989a343a3229c5.js.map    3.4 KiB      37  [emitted] [dev]
                          38.ddef681e01deca09a1c8.js    5.5 KiB      38  [emitted] [immutable]
                      38.ddef681e01deca09a1c8.js.map   6.44 KiB      38  [emitted] [dev]
                          39.375b298fa627a954649a.js   2.24 KiB      39  [emitted] [immutable]
                      39.375b298fa627a954649a.js.map   3.17 KiB      39  [emitted] [dev]
               3c6879c4f342203d099bdd66dce6d396.woff   16.4 KiB          [emitted]
                           4.69406a7d6939b46f4e98.js    253 KiB       4  [emitted] [immutable]  [big]
                       4.69406a7d6939b46f4e98.js.map    557 KiB       4  [emitted] [dev]
                          40.954ce180c146f51772f0.js   2.55 KiB      40  [emitted] [immutable]
                      40.954ce180c146f51772f0.js.map   3.48 KiB      40  [emitted] [dev]
                          41.44aefdeda08d233f8440.js   2.84 KiB      41  [emitted] [immutable]
                      41.44aefdeda08d233f8440.js.map   3.86 KiB      41  [emitted] [dev]
                          42.eb66349f8f6c9473501e.js   1.07 KiB      42  [emitted] [immutable]
                      42.eb66349f8f6c9473501e.js.map   1.96 KiB      42  [emitted] [dev]
                          43.49329850adce8409ca28.js   1.35 KiB      43  [emitted] [immutable]
                      43.49329850adce8409ca28.js.map   2.27 KiB      43  [emitted] [dev]
                          44.42b289f0f5b853b5f29d.js   2.12 KiB      44  [emitted] [immutable]
                      44.42b289f0f5b853b5f29d.js.map   3.03 KiB      44  [emitted] [dev]
               4451e1d86df7491dd874f2c41eee1053.woff    102 KiB          [emitted]
                          45.71e4ffb537472e75277a.js   2.46 KiB      45  [emitted] [immutable]
                      45.71e4ffb537472e75277a.js.map   3.39 KiB      45  [emitted] [dev]
                          46.eebb11d0fd47366db202.js   2.63 KiB      46  [emitted] [immutable]
                      46.eebb11d0fd47366db202.js.map   3.58 KiB      46  [emitted] [dev]
                          47.03195b8b16e6aee96eb0.js   2.25 KiB      47  [emitted] [immutable]
                      47.03195b8b16e6aee96eb0.js.map   3.26 KiB      47  [emitted] [dev]
                          48.2ee8c7b1445d7aa157f3.js   2.45 KiB      48  [emitted] [immutable]
                      48.2ee8c7b1445d7aa157f3.js.map   3.39 KiB      48  [emitted] [dev]
                          49.c25a20109b66ef356298.js   2.45 KiB      49  [emitted] [immutable]
                      49.c25a20109b66ef356298.js.map    3.4 KiB      49  [emitted] [dev]
                49f00693b0e5d45097832ef5ea1bc541.ttf   33.3 KiB          [emitted]
              4a74738e7728e93c4394b8604081da62.woff2   13.2 KiB          [emitted]
                           5.6b76a47b601eabbaa500.js   2.36 KiB       5  [emitted] [immutable]
                       5.6b76a47b601eabbaa500.js.map    3.3 KiB       5  [emitted] [dev]
                          50.fa1bdc2d63136718e968.js   2.87 KiB      50  [emitted] [immutable]
                      50.fa1bdc2d63136718e968.js.map   3.85 KiB      50  [emitted] [dev]
                          51.1d937dbcb7607382269d.js   1.89 KiB      51  [emitted] [immutable]
                      51.1d937dbcb7607382269d.js.map   2.83 KiB      51  [emitted] [dev]
                          52.9ed00644069dae2925bc.js   2.17 KiB      52  [emitted] [immutable]
                      52.9ed00644069dae2925bc.js.map   3.09 KiB      52  [emitted] [dev]
                          53.8b97690a74b772f669ef.js   2.39 KiB      53  [emitted] [immutable]
                      53.8b97690a74b772f669ef.js.map   3.32 KiB      53  [emitted] [dev]
                          54.bf4d64fbae9cfa744b2b.js   2.82 KiB      54  [emitted] [immutable]
                      54.bf4d64fbae9cfa744b2b.js.map   3.77 KiB      54  [emitted] [dev]
                          55.e211178e45d575ff278b.js   5.84 KiB      55  [emitted] [immutable]
                      55.e211178e45d575ff278b.js.map   6.91 KiB      55  [emitted] [dev]
                          56.049eed1172637adb1ad8.js   1.13 KiB      56  [emitted] [immutable]
                      56.049eed1172637adb1ad8.js.map   2.03 KiB      56  [emitted] [dev]
                          57.2a1c93de3050dd642e34.js   2.31 KiB      57  [emitted] [immutable]
                      57.2a1c93de3050dd642e34.js.map   3.24 KiB      57  [emitted] [dev]
                          58.c1e1660b34b24d8535bf.js   2.15 KiB      58  [emitted] [immutable]
                      58.c1e1660b34b24d8535bf.js.map   3.11 KiB      58  [emitted] [dev]
                          59.5ce32adc84b63b842190.js    2.8 KiB      59  [emitted] [immutable]
                      59.5ce32adc84b63b842190.js.map   3.78 KiB      59  [emitted] [dev]
                           6.6b78e05cd6cd282639ec.js   2.45 KiB       6  [emitted] [immutable]
                       6.6b78e05cd6cd282639ec.js.map   3.39 KiB       6  [emitted] [dev]
                          60.ce3a66f59430ce183398.js   2.83 KiB      60  [emitted] [immutable]
                      60.ce3a66f59430ce183398.js.map   3.78 KiB      60  [emitted] [dev]
                          61.d88f348e7d2ef94207a9.js   2.53 KiB      61  [emitted] [immutable]
                      61.d88f348e7d2ef94207a9.js.map   3.46 KiB      61  [emitted] [dev]
                          62.1d99286978adaea88882.js   2.51 KiB      62  [emitted] [immutable]
                      62.1d99286978adaea88882.js.map   3.45 KiB      62  [emitted] [dev]
                          63.18bd1a36bf89d7c6d03f.js    3.4 KiB      63  [emitted] [immutable]
                      63.18bd1a36bf89d7c6d03f.js.map   4.35 KiB      63  [emitted] [dev]
                          64.c6687f6d3de36d300f74.js   2.63 KiB      64  [emitted] [immutable]
                      64.c6687f6d3de36d300f74.js.map   3.58 KiB      64  [emitted] [dev]
                          65.9be1c6eed573c5e102e2.js   2.27 KiB      65  [emitted] [immutable]
                      65.9be1c6eed573c5e102e2.js.map   3.19 KiB      65  [emitted] [dev]
                          66.9aae5e1eb21b040f8a88.js   3.44 KiB      66  [emitted] [immutable]
                      66.9aae5e1eb21b040f8a88.js.map   4.39 KiB      66  [emitted] [dev]
                664de3932dd6291b4b8a8c0ddbcb4c61.svg    896 KiB          [emitted]              [big]
                          67.831bad69df3d31355c1e.js   2.37 KiB      67  [emitted] [immutable]
                      67.831bad69df3d31355c1e.js.map   3.31 KiB      67  [emitted] [dev]
                          68.12b5dc64b500397cfe0c.js   82.7 KiB      68  [emitted] [immutable]
                      68.12b5dc64b500397cfe0c.js.map    339 KiB      68  [emitted] [dev]
                          69.c8e080e7bdd317c4d7f8.js   3.59 KiB      69  [emitted] [immutable]
                      69.c8e080e7bdd317c4d7f8.js.map   6.98 KiB      69  [emitted] [dev]
                           7.03498734f218ea9500ec.js   2.33 KiB       7  [emitted] [immutable]
                       7.03498734f218ea9500ec.js.map   3.26 KiB       7  [emitted] [dev]
                          70.cde1a750a9a7a819407d.js   20.9 KiB      70  [emitted] [immutable]
                      70.cde1a750a9a7a819407d.js.map   87.1 KiB      70  [emitted] [dev]
                           8.5d00a68b1a61b43ff9b3.js  497 bytes       8  [emitted] [immutable]
                       8.5d00a68b1a61b43ff9b3.js.map   1.41 KiB       8  [emitted] [dev]
                8300bd7f30e0a313c1d772b49d96cb8e.ttf    133 KiB          [emitted]
                8ac3167427b1d5d2967646bd8f7a0587.eot    200 KiB          [emitted]
              8e1ed89b6ccb8ce41faf5cb672677105.woff2   78.4 KiB          [emitted]
                           9.11dea408b667532f5560.js   26.3 KiB       9  [emitted] [immutable]
                       9.11dea408b667532f5560.js.map   27.3 KiB       9  [emitted] [dev]
               ad527cc5ec23d6da66e8a1d6772ea6d3.woff     90 KiB          [emitted]
                b01516c1808be557667befec76cd6318.eot   33.5 KiB          [emitted]
                e2ca6541bff3a3e9f4799ee327b28c58.eot    134 KiB          [emitted]
              f075c50f89795e4cdb4d45b51f1a6800.woff2   76.6 KiB          [emitted]
                                          index.html   1.74 KiB          [emitted]
                        main.a057997ef6fcd227f833.js   26.2 KiB       0  [emitted] [immutable]         main
                    main.a057997ef6fcd227f833.js.map   88.6 KiB       0  [emitted] [dev]               main
                vendors~main.f707a159adb32123b9da.js   10.1 MiB       1  [emitted] [immutable]  [big]  vendors~main
    vendors~main.f707a159adb32123b9da.js.LICENSE.txt   19.7 KiB          [emitted]
            vendors~main.f707a159adb32123b9da.js.map   32.7 MiB       1  [emitted] [dev]               vendors~main
    Entrypoint main [big] = vendors~main.f707a159adb32123b9da.js vendors~main.f707a159adb32123b9da.js.map main.a057997ef6fcd227f833.js main.a057997ef6fcd227f833.js.map
    [1] multi whatwg-fetch ./build/index.out.js 40 bytes {0} [built]
    [/KN4] ./node_modules/@jupyterlab/filebrowser-extension/lib/index.js + 6 modules 135 KiB {1} [optional] [built]
        |    7 modules
    [31N0] ./node_modules/@jupyterlab/csvviewer-extension/lib/index.js + 5 modules 66.7 KiB {1} [optional] [built]
        |    6 modules
    [5pV8] ./node_modules/@jupyterlab/mathjax2-extension/lib/index.js + 1 modules 4.19 KiB {1} [optional] [built]
        |    2 modules
    [93mg] ./node_modules/@jupyterlab/celltags-extension/lib/index.js + 3 modules 16.7 KiB {1} [optional] [built]
        |    4 modules
    [9fgM] ./build/imports.css 463 bytes {0} [built]
    [ANye] ./build/index.out.js 30.8 KiB {0} [built]
    [LYgx] ./node_modules/@jupyterlab/docmanager-extension/lib/index.js + 6 modules 93.1 KiB {1} [optional] [built]
        |    7 modules
    [NHPb] ./node_modules/@jupyterlab/console-extension/lib/index.js + 1 modules 22.7 KiB {1} [optional] [built]
        |    2 modules
    [QP8U] ./node_modules/@jupyterlab/fileeditor-extension/lib/index.js + 2 modules 47.7 KiB {1} [optional] [built]
        |    3 modules
    [RMrj] ./node_modules/@jupyterlab/inspector-extension/lib/index.js + 1 modules 8.69 KiB {1} [optional] [built]
        |    2 modules
    [U33M] ./node_modules/@jupyterlab/logconsole-extension/lib/index.js + 6 modules 46 KiB {1} [optional] [built]
        |    7 modules
    [VYmV] ./node_modules/@jupyterlab/completer-extension/lib/index.js + 8 modules 74 KiB {1} [optional] [built]
        |    9 modules
    [ZPDT] ./node_modules/@jupyterlab/extensionmanager-extension/lib/index.js + 7 modules 57.4 KiB {1} [optional] [built]
        |    8 modules
    [co0h] ./node_modules/@jupyterlab/markdownviewer-extension/lib/index.js + 2 modules 12.8 KiB {1} [optional] [built]
        |    3 modules
        + 1901 hidden modules

    WARNING in d3-array
      Multiple versions of d3-array found:
        1.2.4 ./~/d3-geo-projection/~/d3-array from ./~/d3-geo-projection/~/d3-array/src/index.js
        2.8.0 ./~/d3-array from ./~/d3-array/src/index.js

    WARNING in d3-color
      Multiple versions of d3-color found:
        1.4.1 ./~/vega-scale/~/d3-scale/~/d3-color from ./~/vega-scale/~/d3-scale/~/d3-color/src/index.js
        2.0.0 ./~/vega-encode/~/d3-color from ./~/vega-encode/~/d3-color/src/index.js

    WARNING in d3-interpolate
      Multiple versions of d3-interpolate found:
        1.4.0 ./~/vega-scale/~/d3-scale/~/d3-interpolate from ./~/vega-scale/~/d3-scale/~/d3-interpolate/src/index.js
        2.0.1 ./~/vega-encode/~/d3-interpolate from ./~/vega-encode/~/d3-interpolate/src/index.js

    WARNING in d3-path
      Multiple versions of d3-path found:
        1.0.9 ./~/d3-path from ./~/d3-shape/src/arc.js
        2.0.0 ./~/vega-scenegraph/~/d3-path from ./~/vega-scenegraph/build/vega-scenegraph.module.js

    WARNING in d3-time
      Multiple versions of d3-time found:
        1.1.0 ./~/d3-time from ./~/d3-time/src/index.js
        2.0.0 ./~/vega-format/~/d3-time from ./~/vega-format/~/d3-time/src/index.js

    WARNING in d3-time-format
      Multiple versions of d3-time-format found:
        2.3.0 ./~/d3-time-format from ./~/vega-scale/~/d3-scale/src/time.js
        3.0.0 ./~/vega-format/~/d3-time-format from ./~/vega-format/~/d3-time-format/src/index.js

    WARNING in d3-timer
      Multiple versions of d3-timer found:
        1.0.10 ./~/d3-timer from ./~/d3-timer/src/index.js
        2.0.0 ./~/vega-force/~/d3-timer from ./~/vega-force/~/d3-timer/src/index.js

    WARNING in dom-helpers
      Multiple versions of dom-helpers found:
        3.4.0 ./~/dom-helpers from ./~/react-transition-group/CSSTransition.js
        5.2.0 ./~/react-toastify/~/dom-helpers from ./~/react-toastify/~/react-transition-group/esm/CSSTransition.js

    WARNING in entities
      Multiple versions of entities found:
        1.1.2 ./~/entities from ./~/htmlparser2/lib/Tokenizer.js
        2.1.0 ./~/dom-serializer/~/entities from ./~/dom-serializer/~/entities/lib/index.js

    WARNING in es-abstract
      Multiple versions of es-abstract found:
        1.17.7 ./~/es-abstract from ./~/es-abstract/helpers/callBind.js
        1.18.0-next.1 ./~/object-is/~/es-abstract from ./~/object-is/~/es-abstract/helpers/callBind.js

    WARNING in react-transition-group
      Multiple versions of react-transition-group found:
        2.9.0 ./~/react-transition-group from ./~/@blueprintjs/core/lib/esm/components/panel-stack/panelStack.js
        4.4.1 ./~/react-toastify/~/react-transition-group from ./~/react-toastify/~/react-transition-group/esm/index.js

    WARNING in semver
      Multiple versions of semver found:
        6.3.0 ./~/semver from ./~/@mamba-org/gator-lab/lib/validator.js
        7.3.4 ./~/vega-embed/~/semver from ./~/vega-embed/~/semver/index.js

    Check how you can resolve duplicate packages:
    https://github.com/darrenscerri/duplicate-package-checker-webpack-plugin#resolving-duplicate-packages-in-your-bundle

    WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
    This can impact web performance.
    Assets:
      664de3932dd6291b4b8a8c0ddbcb4c61.svg (896 KiB)
      2f12242375edd68e9013ecfb59c672e9.svg (730 KiB)
      vendors~main.f707a159adb32123b9da.js (10.1 MiB)
      2.9ccb7977a199a4a50689.js (454 KiB)
      3.aefab74785f1776dad60.js (950 KiB)
      4.69406a7d6939b46f4e98.js (253 KiB)

    WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
    Entrypoints:
      main (10.1 MiB)
          vendors~main.f707a159adb32123b9da.js
          main.a057997ef6fcd227f833.js

    Child html-webpack-plugin for "index.html":
         1 asset
        Entrypoint undefined = index.html
        [KTNU] ./node_modules/html-loader!./templates/partial.html 703 bytes {0} [built]
        [YuTi] (webpack)/buildin/module.js 497 bytes {0} [built]
        [aS2v] ./node_modules/html-webpack-plugin/lib/loader.js!./templates/template.html 1.27 KiB {0} [built]
        [yLpj] (webpack)/buildin/global.js 472 bytes {0} [built]
            + 1 hidden module
Child
    Hash: 1fd5f40b84accc53cea9
    Time: 5295ms
    Built at: 01/05/2021 9:14:03 AM
        Asset       Size  Chunks             Chunk Names
    index.css   15.7 KiB       0  [emitted]  index
     index.js  932 bytes       0  [emitted]  index
    Entrypoint index = index.css index.js
       3 modules
    Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/@jupyterlab/theme-dark-extension/style/index.css:
        Entrypoint mini-css-extract-plugin = *
           3 modules
Child
    Hash: 641cd761e568b9b8c866
    Time: 5255ms
    Built at: 01/05/2021 9:14:03 AM
        Asset       Size  Chunks             Chunk Names
    index.css   14.7 KiB       0  [emitted]  index
     index.js  932 bytes       0  [emitted]  index
    Entrypoint index = index.css index.js
       3 modules
    Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/@jupyterlab/theme-light-extension/style/index.css:
        Entrypoint mini-css-extract-plugin = *
           3 modules
Done in 74.25s.
fcollonval commented 3 years ago

That is weird. I unfortunately have no Mac to test it.

Did you update the packages in an existing environment? If so, could you try jupyter lab clean --all as recommended in https://github.com/jupyterlab/jupyterlab-git/issues/838#issuecomment-739492854?

If it is still not working, could you try creating a new environment with only jupyterlab and jupyterlab-git to check it is related directly to the extension?