jupyterlab / jupyterlab

JupyterLab computational environment.
https://jupyterlab.readthedocs.io/
Other
14.18k stars 3.39k forks source link

Jupyter labextension install error #13204

Closed ragokan closed 2 years ago

ragokan commented 2 years ago

Description

When I try to install the extension I built, I get this output: CMD: jupyter labextension install .

Building jupyterlab assets (development)
An error occurred.
RuntimeError: npm dependencies failed to install
See the log file for details:  /tmp/jupyterlab-debug-vskd209u.log

But the thing is, there is actually no log file, so I can't see the error.

Reproduce

  1. Get React Widget example of the Jupyter Lab this one
  2. Run these commands:
    jlpm
    jlpm build
    jupyter labextension install .
  3. See the error

Expected behavior

I expected it to work actually. The first two commands worked but sadly the last one did not.

Context

Troubleshoot Output
^[$PATH:
    /opt/homebrew/Caskroom/miniconda/base/bin
    /opt/homebrew/Caskroom/miniconda/base/condabin
    /opt/homebrew/opt/sqlite/bin
    /opt/homebrew/bin
    /opt/homebrew/sbin
    /usr/local/bin
    /usr/bin
    /bin
    /usr/sbin
    /sbin
    /Library/Apple/usr/bin
    /Users/ragokan/.fig/bin
    /Users/ragokan/.local/bin
    /Users/ragokan/Library/Application Support/JetBrains/Toolbox/scripts

sys.path:
    /opt/homebrew/Caskroom/miniconda/base/bin
    /opt/homebrew/Caskroom/miniconda/base/lib/python39.zip
    /opt/homebrew/Caskroom/miniconda/base/lib/python3.9
    /opt/homebrew/Caskroom/miniconda/base/lib/python3.9/lib-dynload
    /opt/homebrew/Caskroom/miniconda/base/lib/python3.9/site-packages

sys.executable:
    /opt/homebrew/Caskroom/miniconda/base/bin/python

sys.version:
    3.9.13 | packaged by conda-forge | (main, May 27 2022, 17:00:33)
    [Clang 13.0.1 ]

platform.platform():
    macOS-12.6-arm64-arm-64bit

which -a jupyter:
    /opt/homebrew/Caskroom/miniconda/base/bin/jupyter
    /opt/homebrew/bin/jupyter

pip list:
    Package                       Version
    ----------------------------- -----------
    alembic                       1.8.1
    altair                        4.2.0
    anyio                         3.6.1
    appnope                       0.1.3
    argon2-cffi                   21.3.0
    argon2-cffi-bindings          21.2.0
    asttokens                     2.0.8
    async-generator               1.10
    attrs                         22.1.0
    Babel                         2.10.3
    backcall                      0.2.0
    backports.functools-lru-cache 1.6.4
    beautifulsoup4                4.11.1
    bleach                        5.0.1
    blinker                       1.5
    bokeh                         2.4.3
    Bottleneck                    1.3.5
    brotlipy                      0.7.0
    cached-property               1.5.2
    certifi                       2022.9.24
    certipy                       0.1.3
    cffi                          1.15.1
    charset-normalizer            2.1.1
    click                         8.1.3
    cloudpickle                   2.2.0
    colorama                      0.4.5
    conda                         22.9.0
    conda-package-handling        1.9.0
    contourpy                     1.0.5
    cryptography                  38.0.1
    cycler                        0.11.0
    Cython                        0.29.32
    cytoolz                       0.12.0
    dask                          2022.9.2
    debugpy                       1.6.3
    decorator                     5.1.1
    defusedxml                    0.7.1
    deprecation                   2.1.0
    dill                          0.3.5.1
    distributed                   2022.9.2
    entrypoints                   0.4
    executing                     1.1.0
    fastjsonschema                2.16.2
    flit_core                     3.7.1
    fonttools                     4.37.4
    fsspec                        2022.8.2
    gmpy2                         2.1.2
    greenlet                      1.1.3
    h5py                          3.7.0
    HeapDict                      1.0.1
    idna                          3.4
    imagecodecs                   2022.9.26
    imageio                       2.22.0
    importlib-metadata            4.11.4
    importlib-resources           5.10.0
    ipykernel                     6.16.0
    ipympl                        0.9.2
    ipython                       8.5.0
    ipython-genutils              0.2.0
    ipywidgets                    7.7.2
    jedi                          0.18.1
    Jinja2                        3.1.2
    joblib                        1.2.0
    json5                         0.9.5
    jsonschema                    4.16.0
    jupyter-client                7.3.4
    jupyter_core                  4.11.1
    jupyter_packaging             0.12.3
    jupyter-server                1.19.1
    jupyter-telemetry             0.1.0
    jupyterhub                    3.0.0
    jupyterlab                    3.4.8
    jupyterlab-pygments           0.2.2
    jupyterlab_server             2.15.2
    jupyterlab-widgets            1.1.1
    kiwisolver                    1.4.4
    libmambapy                    0.27.0
    llvmlite                      0.39.1
    locket                        1.0.0
    lz4                           4.0.0
    Mako                          1.2.3
    mamba                         0.27.0
    MarkupSafe                    2.1.1
    matplotlib                    3.6.0
    matplotlib-inline             0.1.6
    mistune                       2.0.4
    mpmath                        1.2.1
    msgpack                       1.0.4
    munkres                       1.1.4
    nbclassic                     0.4.5
    nbclient                      0.7.0
    nbconvert                     7.2.1
    nbformat                      5.6.1
    nest-asyncio                  1.5.6
    networkx                      2.8.7
    notebook                      6.4.12
    notebook-shim                 0.1.0
    numba                         0.56.2
    numexpr                       2.8.3
    numpy                         1.23.3
    oauthlib                      3.2.1
    packaging                     21.3
    pamela                        1.0.0
    pandas                        1.5.0
    pandocfilters                 1.5.0
    parso                         0.8.3
    partd                         1.3.0
    patsy                         0.5.2
    pexpect                       4.8.0
    pickleshare                   0.7.5
    Pillow                        9.2.0
    pip                           22.2.2
    pkgutil_resolve_name          1.3.10
    prometheus-client             0.14.1
    prompt-toolkit                3.0.31
    protobuf                      4.21.7
    psutil                        5.9.2
    ptyprocess                    0.7.0
    pure-eval                     0.2.2
    pycosat                       0.6.3
    pycparser                     2.21
    pycurl                        7.45.1
    Pygments                      2.13.0
    PyJWT                         2.5.0
    pyOpenSSL                     22.0.0
    pyparsing                     3.0.9
    pyrsistent                    0.18.1
    PySocks                       1.7.1
    python-dateutil               2.8.2
    python-json-logger            2.0.1
    pytz                          2022.4
    PyWavelets                    1.3.0
    PyYAML                        6.0
    pyzmq                         24.0.1
    requests                      2.28.1
    ruamel.yaml                   0.17.21
    ruamel.yaml.clib              0.2.6
    ruamel-yaml-conda             0.15.100
    scikit-image                  0.19.3
    scikit-learn                  1.1.2
    scipy                         1.9.1
    seaborn                       0.12.0
    Send2Trash                    1.8.0
    setuptools                    65.4.1
    six                           1.16.0
    sniffio                       1.3.0
    sortedcontainers              2.4.0
    soupsieve                     2.3.2.post1
    SQLAlchemy                    1.4.41
    stack-data                    0.5.1
    statsmodels                   0.13.2
    sympy                         1.11.1
    tables                        3.7.0
    tblib                         1.7.0
    terminado                     0.16.0
    threadpoolctl                 3.1.0
    tifffile                      2022.8.12
    tinycss2                      1.1.1
    tomli                         2.0.1
    tomlkit                       0.11.5
    toolz                         0.12.0
    tornado                       6.1
    tqdm                          4.64.1
    traitlets                     5.4.0
    typing_extensions             4.4.0
    unicodedata2                  14.0.0
    urllib3                       1.26.11
    wcwidth                       0.2.5
    webencodings                  0.5.1
    websocket-client              1.4.1
    wheel                         0.37.1
    widgetsnbextension            3.6.1
    xlrd                          2.0.1
    yfiles-jupyter-graphs         1.2.1
    zict                          2.2.0
    zipp                          3.8.1

conda list:
    # packages in environment at /opt/homebrew/Caskroom/miniconda/base:
    #
    # Name                    Version                   Build  Channel
    alembic                   1.8.1              pyhd8ed1ab_0    conda-forge
    altair                    4.2.0              pyhd8ed1ab_1    conda-forge
    anyio                     3.6.1              pyhd8ed1ab_1    conda-forge
    aom                       3.5.0                h7ea286d_0    conda-forge
    appnope                   0.1.3              pyhd8ed1ab_0    conda-forge
    argon2-cffi               21.3.0             pyhd8ed1ab_0    conda-forge
    argon2-cffi-bindings      21.2.0           py39hb18efdd_2    conda-forge
    asttokens                 2.0.8              pyhd8ed1ab_0    conda-forge
    async_generator           1.10                       py_0    conda-forge
    attrs                     22.1.0             pyh71513ae_1    conda-forge
    babel                     2.10.3             pyhd8ed1ab_0    conda-forge
    backcall                  0.2.0              pyh9f0ad1d_0    conda-forge
    backports                 1.0                        py_2    conda-forge
    backports.functools_lru_cache 1.6.4              pyhd8ed1ab_0    conda-forge
    beautifulsoup4            4.11.1             pyha770c72_0    conda-forge
    blas                      2.116                  openblas    conda-forge
    blas-devel                3.9.0           16_osxarm64_openblas    conda-forge
    bleach                    5.0.1              pyhd8ed1ab_0    conda-forge
    blinker                   1.5                pyhd8ed1ab_0    conda-forge
    blosc                     1.21.1               hd414afc_3    conda-forge
    bokeh                     2.4.3              pyhd8ed1ab_3    conda-forge
    bottleneck                1.3.5            py39h7b9fbcb_0    conda-forge
    brotli                    1.0.9                h1c322ee_7    conda-forge
    brotli-bin                1.0.9                h1c322ee_7    conda-forge
    brotlipy                  0.7.0           py39hb18efdd_1004    conda-forge
    brunsli                   0.1                  h9f76cd9_0    conda-forge
    bzip2                     1.0.8                h3422bc3_4    conda-forge
    c-ares                    1.18.1               h3422bc3_0    conda-forge
    c-blosc2                  2.4.2                h303ed30_0    conda-forge
    ca-certificates           2022.9.24            h4653dfc_0    conda-forge
    cached-property           1.5.2                hd8ed1ab_1    conda-forge
    cached_property           1.5.2              pyha770c72_1    conda-forge
    certifi                   2022.9.24          pyhd8ed1ab_0    conda-forge
    certipy                   0.1.3                      py_0    conda-forge
    cffi                      1.15.1           py39h04d3946_0    conda-forge
    cfitsio                   4.1.0                hd4f5c17_0    conda-forge
    charls                    2.3.4                hbdafb3b_0    conda-forge
    charset-normalizer        2.1.1              pyhd8ed1ab_0    conda-forge
    click                     8.1.3            py39h2804cbe_0    conda-forge
    cloudpickle               2.2.0              pyhd8ed1ab_0    conda-forge
    colorama                  0.4.5              pyhd8ed1ab_0    conda-forge
    conda                     22.9.0           py39h2804cbe_1    conda-forge
    conda-package-handling    1.9.0            py39h02fc5c5_0    conda-forge
    configurable-http-proxy   4.0.1                  node16_0
    contourpy                 1.0.5            py39haaf3ac1_0    conda-forge
    cryptography              38.0.1           py39haa0b8cc_0    conda-forge
    cycler                    0.11.0             pyhd8ed1ab_0    conda-forge
    cython                    0.29.32          py39h6e3512e_0    conda-forge
    cytoolz                   0.12.0           py39h9eb174b_0    conda-forge
    dask                      2022.9.2           pyhd8ed1ab_0    conda-forge
    dask-core                 2022.9.2           pyhd8ed1ab_0    conda-forge
    dav1d                     1.0.0                he4db4b2_1    conda-forge
    debugpy                   1.6.3            py39h3c22d25_0    conda-forge
    decorator                 5.1.1              pyhd8ed1ab_0    conda-forge
    defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
    deprecation               2.1.0              pyh9f0ad1d_0    conda-forge
    dill                      0.3.5.1            pyhd8ed1ab_0    conda-forge
    distributed               2022.9.2           pyhd8ed1ab_0    conda-forge
    entrypoints               0.4                pyhd8ed1ab_0    conda-forge
    executing                 1.1.0              pyhd8ed1ab_0    conda-forge
    flit-core                 3.7.1              pyhd8ed1ab_0    conda-forge
    fonttools                 4.37.4           py39h02fc5c5_0    conda-forge
    freetype                  2.12.1               hd633e50_0    conda-forge
    fsspec                    2022.8.2           pyhd8ed1ab_0    conda-forge
    giflib                    5.2.1                h27ca646_2    conda-forge
    gmp                       6.2.1                h9f76cd9_0    conda-forge
    gmpy2                     2.1.2            py39h6e385ed_0    conda-forge
    greenlet                  1.1.3            py39h23fbdae_0    conda-forge
    h5py                      3.7.0           nompi_py39h6b51346_101    conda-forge
    hdf5                      1.12.2          nompi_h8968d4b_100    conda-forge
    heapdict                  1.0.1                      py_0    conda-forge
    icu                       70.1                 h6b3803e_0    conda-forge
    idna                      3.4                pyhd8ed1ab_0    conda-forge
    imagecodecs               2022.9.26        py39h6bc43d6_0    conda-forge
    imageio                   2.22.0             pyhfa7a67d_0    conda-forge
    importlib-metadata        4.11.4           py39h2804cbe_0    conda-forge
    importlib_metadata        4.11.4               hd8ed1ab_0    conda-forge
    importlib_resources       5.10.0             pyhd8ed1ab_0    conda-forge
    ipykernel                 6.16.0             pyh736e0ef_0    conda-forge
    ipympl                    0.9.2              pyhd8ed1ab_0    conda-forge
    ipython                   8.5.0              pyhd1c38e8_1    conda-forge
    ipython_genutils          0.2.0                      py_1    conda-forge
    ipywidgets                7.7.2                    pypi_0    pypi
    jedi                      0.18.1             pyhd8ed1ab_2    conda-forge
    jinja2                    3.1.2              pyhd8ed1ab_1    conda-forge
    joblib                    1.2.0              pyhd8ed1ab_0    conda-forge
    jpeg                      9e                   he4db4b2_2    conda-forge
    json5                     0.9.5              pyh9f0ad1d_0    conda-forge
    jsonschema                4.16.0             pyhd8ed1ab_0    conda-forge
    jupyter-packaging         0.12.3             pyha770c72_0    conda-forge
    jupyter_client            7.3.4              pyhd8ed1ab_0    conda-forge
    jupyter_core              4.11.1           py39h2804cbe_0    conda-forge
    jupyter_packaging         0.12.3             pyh1a96a4e_0    conda-forge
    jupyter_server            1.19.1             pyhd8ed1ab_0    conda-forge
    jupyter_telemetry         0.1.0              pyhd8ed1ab_1    conda-forge
    jupyterhub                3.0.0              pyhd8ed1ab_0    conda-forge
    jupyterhub-base           3.0.0              pyhd8ed1ab_0    conda-forge
    jupyterlab                3.4.8              pyhd8ed1ab_0    conda-forge
    jupyterlab-widgets        1.1.1                    pypi_0    pypi
    jupyterlab_pygments       0.2.2              pyhd8ed1ab_0    conda-forge
    jupyterlab_server         2.15.2             pyhd8ed1ab_0    conda-forge
    jxrlib                    1.1                  h27ca646_2    conda-forge
    kiwisolver                1.4.4            py39hab5e169_0    conda-forge
    krb5                      1.19.3               hf9b2bbe_0    conda-forge
    lcms2                     2.12                 had6a04f_0    conda-forge
    lerc                      4.0.0                h9a09cb3_0    conda-forge
    libaec                    1.0.6                hbdafb3b_0    conda-forge
    libarchive                3.5.2                h69ec738_3    conda-forge
    libavif                   0.10.1               h3d80962_2    conda-forge
    libblas                   3.9.0           16_osxarm64_openblas    conda-forge
    libbrotlicommon           1.0.9                h1c322ee_7    conda-forge
    libbrotlidec              1.0.9                h1c322ee_7    conda-forge
    libbrotlienc              1.0.9                h1c322ee_7    conda-forge
    libcblas                  3.9.0           16_osxarm64_openblas    conda-forge
    libcurl                   7.85.0               hd538317_0    conda-forge
    libcxx                    14.0.6               h2692d47_0    conda-forge
    libdeflate                1.14                 h1a8c8d9_0    conda-forge
    libedit                   3.1.20210910         h1a28f6b_0
    libev                     4.33                 h642e427_1    conda-forge
    libffi                    3.4.2                h3422bc3_5    conda-forge
    libgfortran               5.0.0           11_3_0_hd922786_25    conda-forge
    libgfortran5              11.3.0              hdaf2cc0_25    conda-forge
    libiconv                  1.17                 he4db4b2_0    conda-forge
    liblapack                 3.9.0           16_osxarm64_openblas    conda-forge
    liblapacke                3.9.0           16_osxarm64_openblas    conda-forge
    libllvm11                 11.1.0               hfa12f05_4    conda-forge
    libmamba                  0.27.0               h0745fb2_0    conda-forge
    libmambapy                0.27.0           py39hd1b7750_0    conda-forge
    libnghttp2                1.47.0               h232270b_1    conda-forge
    libopenblas               0.3.21          openmp_hc731615_3    conda-forge
    libpng                    1.6.38               h76d750c_0    conda-forge
    libprotobuf               3.21.7               hb5ab8b9_0    conda-forge
    libsodium                 1.0.18               h27ca646_1    conda-forge
    libsolv                   0.7.22               h1280f1d_0    conda-forge
    libsqlite                 3.39.4               h76d750c_0    conda-forge
    libssh2                   1.10.0               hb80f160_3    conda-forge
    libtiff                   4.4.0                hfa0b094_4    conda-forge
    libuv                     1.44.2               he4db4b2_0    conda-forge
    libwebp-base              1.2.4                h57fd34a_0    conda-forge
    libxcb                    1.13              h9b22ae9_1004    conda-forge
    libxml2                   2.10.2               ha9542bf_1    conda-forge
    libzlib                   1.2.12               h03a7124_4    conda-forge
    libzopfli                 1.0.3                h9f76cd9_0    conda-forge
    llvm-openmp               14.0.4               hd125106_0    conda-forge
    llvmlite                  0.39.1           py39h8ca5d33_0    conda-forge
    locket                    1.0.0              pyhd8ed1ab_0    conda-forge
    lz4                       4.0.0            py39h049b86e_2    conda-forge
    lz4-c                     1.9.3                hbdafb3b_1    conda-forge
    lzo                       2.10              h642e427_1000    conda-forge
    mako                      1.2.3              pyhd8ed1ab_0    conda-forge
    mamba                     0.27.0           py39hde45b87_0    conda-forge
    markupsafe                2.1.1            py39hb18efdd_1    conda-forge
    matplotlib-base           3.6.0            py39h35e9e80_0    conda-forge
    matplotlib-inline         0.1.6              pyhd8ed1ab_0    conda-forge
    mistune                   2.0.4              pyhd8ed1ab_0    conda-forge
    mpc                       1.2.1                h309154c_0    conda-forge
    mpfr                      4.1.0                h6d7a090_1    conda-forge
    mpmath                    1.2.1              pyhd8ed1ab_0    conda-forge
    msgpack-python            1.0.4            py39hab5e169_0    conda-forge
    munkres                   1.1.4              pyh9f0ad1d_0    conda-forge
    nbclassic                 0.4.5              pyhd8ed1ab_0    conda-forge
    nbclient                  0.7.0              pyhd8ed1ab_0    conda-forge
    nbconvert                 7.2.1              pyhd8ed1ab_0    conda-forge
    nbconvert-core            7.2.1              pyhd8ed1ab_0    conda-forge
    nbconvert-pandoc          7.2.1              pyhd8ed1ab_0    conda-forge
    nbformat                  5.6.1              pyhd8ed1ab_0    conda-forge
    ncurses                   6.3                  h07bb92c_1    conda-forge
    nest-asyncio              1.5.6              pyhd8ed1ab_0    conda-forge
    networkx                  2.8.7              pyhd8ed1ab_0    conda-forge
    nodejs                    16.17.1              haa6f3e8_0    conda-forge
    notebook                  6.4.12             pyha770c72_0    conda-forge
    notebook-shim             0.1.0              pyhd8ed1ab_0    conda-forge
    numba                     0.56.2           py39h251cc7c_1    conda-forge
    numexpr                   2.8.3            py39hd2dba81_0    conda-forge
    numpy                     1.23.3           py39hcb4b507_0    conda-forge
    oauthlib                  3.2.1              pyhd8ed1ab_0    conda-forge
    openblas                  0.3.21          openmp_hf78f355_3    conda-forge
    openjpeg                  2.5.0                h5d4e404_1    conda-forge
    openssl                   1.1.1q               ha287fd2_0    conda-forge
    packaging                 21.3               pyhd8ed1ab_0    conda-forge
    pamela                    1.0.0                      py_0    conda-forge
    pandas                    1.5.0            py39hde7b980_0    conda-forge
    pandoc                    2.12                 hca03da5_0
    pandocfilters             1.5.0              pyhd8ed1ab_0    conda-forge
    parso                     0.8.3              pyhd8ed1ab_0    conda-forge
    partd                     1.3.0              pyhd8ed1ab_0    conda-forge
    patsy                     0.5.2              pyhd8ed1ab_0    conda-forge
    pexpect                   4.8.0              pyh9f0ad1d_2    conda-forge
    pickleshare               0.7.5                   py_1003    conda-forge
    pillow                    9.2.0            py39he45c975_2    conda-forge
    pip                       22.2.2             pyhd8ed1ab_0    conda-forge
    pkgutil-resolve-name      1.3.10             pyhd8ed1ab_0    conda-forge
    prometheus_client         0.14.1             pyhd8ed1ab_0    conda-forge
    prompt-toolkit            3.0.31             pyha770c72_0    conda-forge
    protobuf                  4.21.7           py39h23fbdae_0    conda-forge
    psutil                    5.9.2            py39h02fc5c5_0    conda-forge
    pthread-stubs             0.4               h27ca646_1001    conda-forge
    ptyprocess                0.7.0              pyhd3deb0d_0    conda-forge
    pure_eval                 0.2.2              pyhd8ed1ab_0    conda-forge
    pybind11-abi              4                    hd8ed1ab_3    conda-forge
    pycosat                   0.6.3           py39hb18efdd_1010    conda-forge
    pycparser                 2.21               pyhd8ed1ab_0    conda-forge
    pycurl                    7.45.1           py39he11a4cf_2    conda-forge
    pygments                  2.13.0             pyhd8ed1ab_0    conda-forge
    pyjwt                     2.5.0              pyhd8ed1ab_0    conda-forge
    pyopenssl                 22.0.0             pyhd8ed1ab_1    conda-forge
    pyparsing                 3.0.9              pyhd8ed1ab_0    conda-forge
    pyrsistent                0.18.1           py39hb18efdd_1    conda-forge
    pysocks                   1.7.1              pyha2e5f31_6    conda-forge
    pytables                  3.7.0            py39ha3722b3_2    conda-forge
    python                    3.9.13          hc596b02_0_cpython    conda-forge
    python-dateutil           2.8.2              pyhd8ed1ab_0    conda-forge
    python-fastjsonschema     2.16.2             pyhd8ed1ab_0    conda-forge
    python-json-logger        2.0.1              pyh9f0ad1d_0    conda-forge
    python.app                3                py39h1a28f6b_0
    python_abi                3.9                      2_cp39    conda-forge
    pytz                      2022.4             pyhd8ed1ab_0    conda-forge
    pywavelets                1.3.0            py39h43ea957_1    conda-forge
    pyyaml                    6.0              py39hb18efdd_4    conda-forge
    pyzmq                     24.0.1           py39h0553236_0    conda-forge
    readline                  8.1.2                h46ed386_0    conda-forge
    reproc                    14.2.4               hc377ac9_1
    reproc-cpp                14.2.4               hc377ac9_1
    requests                  2.28.1             pyhd8ed1ab_1    conda-forge
    ruamel.yaml               0.17.21          py39hb18efdd_1    conda-forge
    ruamel.yaml.clib          0.2.6            py39hb18efdd_1    conda-forge
    ruamel_yaml               0.15.100         py39h1a28f6b_0
    scikit-image              0.19.3           py39h533cade_1    conda-forge
    scikit-learn              1.1.2            py39h598ef33_0    conda-forge
    scipy                     1.9.1            py39h737da60_0    conda-forge
    seaborn                   0.12.0               hd8ed1ab_0    conda-forge
    seaborn-base              0.12.0             pyhd8ed1ab_0    conda-forge
    send2trash                1.8.0              pyhd8ed1ab_0    conda-forge
    setuptools                65.4.1             pyhd8ed1ab_0    conda-forge
    six                       1.16.0             pyh6c4a22f_0    conda-forge
    snappy                    1.1.9                h39c3846_1    conda-forge
    sniffio                   1.3.0              pyhd8ed1ab_0    conda-forge
    sortedcontainers          2.4.0              pyhd8ed1ab_0    conda-forge
    soupsieve                 2.3.2.post1        pyhd8ed1ab_0    conda-forge
    sqlalchemy                1.4.41           py39h02fc5c5_0    conda-forge
    sqlite                    3.39.4               h2229b38_0    conda-forge
    stack_data                0.5.1              pyhd8ed1ab_0    conda-forge
    statsmodels               0.13.2           py39h7b9fbcb_0    conda-forge
    sympy                     1.11.1           py39h2804cbe_1    conda-forge
    tblib                     1.7.0              pyhd8ed1ab_0    conda-forge
    terminado                 0.16.0             pyhd1c38e8_0    conda-forge
    threadpoolctl             3.1.0              pyh8a188c0_0    conda-forge
    tifffile                  2022.8.12          pyhd8ed1ab_0    conda-forge
    tinycss2                  1.1.1              pyhd8ed1ab_0    conda-forge
    tk                        8.6.12               he1e0b03_0    conda-forge
    tomli                     2.0.1              pyhd8ed1ab_0    conda-forge
    tomlkit                   0.11.5             pyha770c72_0    conda-forge
    toolz                     0.12.0             pyhd8ed1ab_0    conda-forge
    tornado                   6.1              py39hb18efdd_3    conda-forge
    tqdm                      4.64.1             pyhd8ed1ab_0    conda-forge
    traitlets                 5.4.0              pyhd8ed1ab_0    conda-forge
    typing                    3.10.0.0           pyhd8ed1ab_0    conda-forge
    typing_extensions         4.4.0              pyha770c72_0    conda-forge
    tzdata                    2022d                h191b570_0    conda-forge
    unicodedata2              14.0.0           py39hb18efdd_1    conda-forge
    urllib3                   1.26.11            pyhd8ed1ab_0    conda-forge
    wcwidth                   0.2.5              pyh9f0ad1d_2    conda-forge
    webencodings              0.5.1                      py_1    conda-forge
    websocket-client          1.4.1              pyhd8ed1ab_0    conda-forge
    wheel                     0.37.1             pyhd8ed1ab_0    conda-forge
    widgetsnbextension        3.6.1                    pypi_0    pypi
    xlrd                      2.0.1              pyhd8ed1ab_3    conda-forge
    xorg-libxau               1.0.9                h27ca646_0    conda-forge
    xorg-libxdmcp             1.1.3                h27ca646_0    conda-forge
    xz                        5.2.6                h57fd34a_0    conda-forge
    yaml                      0.2.5                h3422bc3_2    conda-forge
    yaml-cpp                  0.7.0                hb7217d7_2    conda-forge
    yfiles-jupyter-graphs     1.2.1                    pypi_0    pypi
    zeromq                    4.3.4                hbdafb3b_1    conda-forge
    zfp                       1.0.0                h7b19444_1    conda-forge
    zict                      2.2.0              pyhd8ed1ab_0    conda-forge
    zipp                      3.8.1              pyhd8ed1ab_0    conda-forge
    zlib                      1.2.12               h03a7124_4    conda-forge
    zlib-ng                   2.0.6                he4db4b2_0    conda-forge
    zstd                      1.5.2                h8128057_4    conda-forge

conda env:
    name: base
    channels:
      - conda-forge
      - defaults
    dependencies:
      - alembic=1.8.1=pyhd8ed1ab_0
      - altair=4.2.0=pyhd8ed1ab_1
      - anyio=3.6.1=pyhd8ed1ab_1
      - aom=3.5.0=h7ea286d_0
      - appnope=0.1.3=pyhd8ed1ab_0
      - argon2-cffi=21.3.0=pyhd8ed1ab_0
      - argon2-cffi-bindings=21.2.0=py39hb18efdd_2
      - asttokens=2.0.8=pyhd8ed1ab_0
      - async_generator=1.10=py_0
      - attrs=22.1.0=pyh71513ae_1
      - babel=2.10.3=pyhd8ed1ab_0
      - backcall=0.2.0=pyh9f0ad1d_0
      - backports=1.0=py_2
      - backports.functools_lru_cache=1.6.4=pyhd8ed1ab_0
      - beautifulsoup4=4.11.1=pyha770c72_0
      - blas=2.116=openblas
      - blas-devel=3.9.0=16_osxarm64_openblas
      - bleach=5.0.1=pyhd8ed1ab_0
      - blinker=1.5=pyhd8ed1ab_0
      - blosc=1.21.1=hd414afc_3
      - bokeh=2.4.3=pyhd8ed1ab_3
      - bottleneck=1.3.5=py39h7b9fbcb_0
      - brotli=1.0.9=h1c322ee_7
      - brotli-bin=1.0.9=h1c322ee_7
      - brotlipy=0.7.0=py39hb18efdd_1004
      - brunsli=0.1=h9f76cd9_0
      - bzip2=1.0.8=h3422bc3_4
      - c-ares=1.18.1=h3422bc3_0
      - c-blosc2=2.4.2=h303ed30_0
      - ca-certificates=2022.9.24=h4653dfc_0
      - cached-property=1.5.2=hd8ed1ab_1
      - cached_property=1.5.2=pyha770c72_1
      - certifi=2022.9.24=pyhd8ed1ab_0
      - certipy=0.1.3=py_0
      - cffi=1.15.1=py39h04d3946_0
      - cfitsio=4.1.0=hd4f5c17_0
      - charls=2.3.4=hbdafb3b_0
      - charset-normalizer=2.1.1=pyhd8ed1ab_0
      - click=8.1.3=py39h2804cbe_0
      - cloudpickle=2.2.0=pyhd8ed1ab_0
      - colorama=0.4.5=pyhd8ed1ab_0
      - conda=22.9.0=py39h2804cbe_1
      - conda-package-handling=1.9.0=py39h02fc5c5_0
      - configurable-http-proxy=4.0.1=node16_0
      - contourpy=1.0.5=py39haaf3ac1_0
      - cryptography=38.0.1=py39haa0b8cc_0
      - cycler=0.11.0=pyhd8ed1ab_0
      - cython=0.29.32=py39h6e3512e_0
      - cytoolz=0.12.0=py39h9eb174b_0
      - dask=2022.9.2=pyhd8ed1ab_0
      - dask-core=2022.9.2=pyhd8ed1ab_0
      - dav1d=1.0.0=he4db4b2_1
      - debugpy=1.6.3=py39h3c22d25_0
      - decorator=5.1.1=pyhd8ed1ab_0
      - defusedxml=0.7.1=pyhd8ed1ab_0
      - deprecation=2.1.0=pyh9f0ad1d_0
      - dill=0.3.5.1=pyhd8ed1ab_0
      - distributed=2022.9.2=pyhd8ed1ab_0
      - entrypoints=0.4=pyhd8ed1ab_0
      - executing=1.1.0=pyhd8ed1ab_0
      - flit-core=3.7.1=pyhd8ed1ab_0
      - fonttools=4.37.4=py39h02fc5c5_0
      - freetype=2.12.1=hd633e50_0
      - fsspec=2022.8.2=pyhd8ed1ab_0
      - giflib=5.2.1=h27ca646_2
      - gmp=6.2.1=h9f76cd9_0
      - gmpy2=2.1.2=py39h6e385ed_0
      - greenlet=1.1.3=py39h23fbdae_0
      - h5py=3.7.0=nompi_py39h6b51346_101
      - hdf5=1.12.2=nompi_h8968d4b_100
      - heapdict=1.0.1=py_0
      - icu=70.1=h6b3803e_0
      - idna=3.4=pyhd8ed1ab_0
      - imagecodecs=2022.9.26=py39h6bc43d6_0
      - imageio=2.22.0=pyhfa7a67d_0
      - importlib-metadata=4.11.4=py39h2804cbe_0
      - importlib_metadata=4.11.4=hd8ed1ab_0
      - importlib_resources=5.10.0=pyhd8ed1ab_0
      - ipykernel=6.16.0=pyh736e0ef_0
      - ipympl=0.9.2=pyhd8ed1ab_0
      - ipython=8.5.0=pyhd1c38e8_1
      - ipython_genutils=0.2.0=py_1
      - jedi=0.18.1=pyhd8ed1ab_2
      - jinja2=3.1.2=pyhd8ed1ab_1
      - joblib=1.2.0=pyhd8ed1ab_0
      - jpeg=9e=he4db4b2_2
      - json5=0.9.5=pyh9f0ad1d_0
      - jsonschema=4.16.0=pyhd8ed1ab_0
      - jupyter-packaging=0.12.3=pyha770c72_0
      - jupyter_client=7.3.4=pyhd8ed1ab_0
      - jupyter_core=4.11.1=py39h2804cbe_0
      - jupyter_packaging=0.12.3=pyh1a96a4e_0
      - jupyter_server=1.19.1=pyhd8ed1ab_0
      - jupyter_telemetry=0.1.0=pyhd8ed1ab_1
      - jupyterhub=3.0.0=pyhd8ed1ab_0
      - jupyterhub-base=3.0.0=pyhd8ed1ab_0
      - jupyterlab=3.4.8=pyhd8ed1ab_0
      - jupyterlab_pygments=0.2.2=pyhd8ed1ab_0
      - jupyterlab_server=2.15.2=pyhd8ed1ab_0
      - jxrlib=1.1=h27ca646_2
      - kiwisolver=1.4.4=py39hab5e169_0
      - krb5=1.19.3=hf9b2bbe_0
      - lcms2=2.12=had6a04f_0
      - lerc=4.0.0=h9a09cb3_0
      - libaec=1.0.6=hbdafb3b_0
      - libarchive=3.5.2=h69ec738_3
      - libavif=0.10.1=h3d80962_2
      - libblas=3.9.0=16_osxarm64_openblas
      - libbrotlicommon=1.0.9=h1c322ee_7
      - libbrotlidec=1.0.9=h1c322ee_7
      - libbrotlienc=1.0.9=h1c322ee_7
      - libcblas=3.9.0=16_osxarm64_openblas
      - libcurl=7.85.0=hd538317_0
      - libcxx=14.0.6=h2692d47_0
      - libdeflate=1.14=h1a8c8d9_0
      - libedit=3.1.20210910=h1a28f6b_0
      - libev=4.33=h642e427_1
      - libffi=3.4.2=h3422bc3_5
      - libgfortran=5.0.0=11_3_0_hd922786_25
      - libgfortran5=11.3.0=hdaf2cc0_25
      - libiconv=1.17=he4db4b2_0
      - liblapack=3.9.0=16_osxarm64_openblas
      - liblapacke=3.9.0=16_osxarm64_openblas
      - libllvm11=11.1.0=hfa12f05_4
      - libmamba=0.27.0=h0745fb2_0
      - libmambapy=0.27.0=py39hd1b7750_0
      - libnghttp2=1.47.0=h232270b_1
      - libopenblas=0.3.21=openmp_hc731615_3
      - libpng=1.6.38=h76d750c_0
      - libprotobuf=3.21.7=hb5ab8b9_0
      - libsodium=1.0.18=h27ca646_1
      - libsolv=0.7.22=h1280f1d_0
      - libsqlite=3.39.4=h76d750c_0
      - libssh2=1.10.0=hb80f160_3
      - libtiff=4.4.0=hfa0b094_4
      - libuv=1.44.2=he4db4b2_0
      - libwebp-base=1.2.4=h57fd34a_0
      - libxcb=1.13=h9b22ae9_1004
      - libxml2=2.10.2=ha9542bf_1
      - libzlib=1.2.12=h03a7124_4
      - libzopfli=1.0.3=h9f76cd9_0
      - llvm-openmp=14.0.4=hd125106_0
      - llvmlite=0.39.1=py39h8ca5d33_0
      - locket=1.0.0=pyhd8ed1ab_0
      - lz4=4.0.0=py39h049b86e_2
      - lz4-c=1.9.3=hbdafb3b_1
      - lzo=2.10=h642e427_1000
      - mako=1.2.3=pyhd8ed1ab_0
      - mamba=0.27.0=py39hde45b87_0
      - markupsafe=2.1.1=py39hb18efdd_1
      - matplotlib-base=3.6.0=py39h35e9e80_0
      - matplotlib-inline=0.1.6=pyhd8ed1ab_0
      - mistune=2.0.4=pyhd8ed1ab_0
      - mpc=1.2.1=h309154c_0
      - mpfr=4.1.0=h6d7a090_1
      - mpmath=1.2.1=pyhd8ed1ab_0
      - msgpack-python=1.0.4=py39hab5e169_0
      - munkres=1.1.4=pyh9f0ad1d_0
      - nbclassic=0.4.5=pyhd8ed1ab_0
      - nbclient=0.7.0=pyhd8ed1ab_0
      - nbconvert=7.2.1=pyhd8ed1ab_0
      - nbconvert-core=7.2.1=pyhd8ed1ab_0
      - nbconvert-pandoc=7.2.1=pyhd8ed1ab_0
      - nbformat=5.6.1=pyhd8ed1ab_0
      - ncurses=6.3=h07bb92c_1
      - nest-asyncio=1.5.6=pyhd8ed1ab_0
      - networkx=2.8.7=pyhd8ed1ab_0
      - nodejs=16.17.1=haa6f3e8_0
      - notebook=6.4.12=pyha770c72_0
      - notebook-shim=0.1.0=pyhd8ed1ab_0
      - numba=0.56.2=py39h251cc7c_1
      - numexpr=2.8.3=py39hd2dba81_0
      - numpy=1.23.3=py39hcb4b507_0
      - oauthlib=3.2.1=pyhd8ed1ab_0
      - openblas=0.3.21=openmp_hf78f355_3
      - openjpeg=2.5.0=h5d4e404_1
      - openssl=1.1.1q=ha287fd2_0
      - packaging=21.3=pyhd8ed1ab_0
      - pamela=1.0.0=py_0
      - pandas=1.5.0=py39hde7b980_0
      - pandoc=2.12=hca03da5_0
      - pandocfilters=1.5.0=pyhd8ed1ab_0
      - parso=0.8.3=pyhd8ed1ab_0
      - partd=1.3.0=pyhd8ed1ab_0
      - patsy=0.5.2=pyhd8ed1ab_0
      - pexpect=4.8.0=pyh9f0ad1d_2
      - pickleshare=0.7.5=py_1003
      - pillow=9.2.0=py39he45c975_2
      - pip=22.2.2=pyhd8ed1ab_0
      - pkgutil-resolve-name=1.3.10=pyhd8ed1ab_0
      - prometheus_client=0.14.1=pyhd8ed1ab_0
      - prompt-toolkit=3.0.31=pyha770c72_0
      - protobuf=4.21.7=py39h23fbdae_0
      - psutil=5.9.2=py39h02fc5c5_0
      - pthread-stubs=0.4=h27ca646_1001
      - ptyprocess=0.7.0=pyhd3deb0d_0
      - pure_eval=0.2.2=pyhd8ed1ab_0
      - pybind11-abi=4=hd8ed1ab_3
      - pycosat=0.6.3=py39hb18efdd_1010
      - pycparser=2.21=pyhd8ed1ab_0
      - pycurl=7.45.1=py39he11a4cf_2
      - pygments=2.13.0=pyhd8ed1ab_0
      - pyjwt=2.5.0=pyhd8ed1ab_0
      - pyopenssl=22.0.0=pyhd8ed1ab_1
      - pyparsing=3.0.9=pyhd8ed1ab_0
      - pyrsistent=0.18.1=py39hb18efdd_1
      - pysocks=1.7.1=pyha2e5f31_6
      - pytables=3.7.0=py39ha3722b3_2
      - python=3.9.13=hc596b02_0_cpython
      - python-dateutil=2.8.2=pyhd8ed1ab_0
      - python-fastjsonschema=2.16.2=pyhd8ed1ab_0
      - python-json-logger=2.0.1=pyh9f0ad1d_0
      - python.app=3=py39h1a28f6b_0
      - python_abi=3.9=2_cp39
      - pytz=2022.4=pyhd8ed1ab_0
      - pywavelets=1.3.0=py39h43ea957_1
      - pyyaml=6.0=py39hb18efdd_4
      - pyzmq=24.0.1=py39h0553236_0
      - readline=8.1.2=h46ed386_0
      - reproc=14.2.4=hc377ac9_1
      - reproc-cpp=14.2.4=hc377ac9_1
      - requests=2.28.1=pyhd8ed1ab_1
      - ruamel.yaml=0.17.21=py39hb18efdd_1
      - ruamel.yaml.clib=0.2.6=py39hb18efdd_1
      - ruamel_yaml=0.15.100=py39h1a28f6b_0
      - scikit-image=0.19.3=py39h533cade_1
      - scikit-learn=1.1.2=py39h598ef33_0
      - scipy=1.9.1=py39h737da60_0
      - seaborn=0.12.0=hd8ed1ab_0
      - seaborn-base=0.12.0=pyhd8ed1ab_0
      - send2trash=1.8.0=pyhd8ed1ab_0
      - setuptools=65.4.1=pyhd8ed1ab_0
      - six=1.16.0=pyh6c4a22f_0
      - snappy=1.1.9=h39c3846_1
      - sniffio=1.3.0=pyhd8ed1ab_0
      - sortedcontainers=2.4.0=pyhd8ed1ab_0
      - soupsieve=2.3.2.post1=pyhd8ed1ab_0
      - sqlalchemy=1.4.41=py39h02fc5c5_0
      - sqlite=3.39.4=h2229b38_0
      - stack_data=0.5.1=pyhd8ed1ab_0
      - statsmodels=0.13.2=py39h7b9fbcb_0
      - sympy=1.11.1=py39h2804cbe_1
      - tblib=1.7.0=pyhd8ed1ab_0
      - terminado=0.16.0=pyhd1c38e8_0
      - threadpoolctl=3.1.0=pyh8a188c0_0
      - tifffile=2022.8.12=pyhd8ed1ab_0
      - tinycss2=1.1.1=pyhd8ed1ab_0
      - tk=8.6.12=he1e0b03_0
      - tomli=2.0.1=pyhd8ed1ab_0
      - tomlkit=0.11.5=pyha770c72_0
      - toolz=0.12.0=pyhd8ed1ab_0
      - tornado=6.1=py39hb18efdd_3
      - tqdm=4.64.1=pyhd8ed1ab_0
      - traitlets=5.4.0=pyhd8ed1ab_0
      - typing=3.10.0.0=pyhd8ed1ab_0
      - typing_extensions=4.4.0=pyha770c72_0
      - tzdata=2022d=h191b570_0
      - unicodedata2=14.0.0=py39hb18efdd_1
      - urllib3=1.26.11=pyhd8ed1ab_0
      - wcwidth=0.2.5=pyh9f0ad1d_2
      - webencodings=0.5.1=py_1
      - websocket-client=1.4.1=pyhd8ed1ab_0
      - wheel=0.37.1=pyhd8ed1ab_0
      - xlrd=2.0.1=pyhd8ed1ab_3
      - xorg-libxau=1.0.9=h27ca646_0
      - xorg-libxdmcp=1.1.3=h27ca646_0
      - xz=5.2.6=h57fd34a_0
      - yaml=0.2.5=h3422bc3_2
      - yaml-cpp=0.7.0=hb7217d7_2
      - zeromq=4.3.4=hbdafb3b_1
      - zfp=1.0.0=h7b19444_1
      - zict=2.2.0=pyhd8ed1ab_0
      - zipp=3.8.1=pyhd8ed1ab_0
      - zlib=1.2.12=h03a7124_4
      - zlib-ng=2.0.6=he4db4b2_0
      - zstd=1.5.2=h8128057_4
      - pip:
        - ipywidgets==7.7.2
        - jupyterlab-widgets==1.1.1
        - widgetsnbextension==3.6.1
        - yfiles-jupyter-graphs==1.2.1
    prefix: /opt/homebrew/Caskroom/miniconda/base
Command Line Output
[D 2022-10-09 12:03:37.462 ServerApp] Searching ['/Users/ragokan', '/Users/ragokan/.jupyter', '/Users/ragokan/.local/etc/jupyter', '/opt/homebrew/Caskroom/miniconda/base/etc/jupyter', '/usr/local/etc/jupyter', '/etc/jupyter'] for config files
[D 2022-10-09 12:03:37.462 ServerApp] Looking for jupyter_config in /etc/jupyter
[D 2022-10-09 12:03:37.462 ServerApp] Looking for jupyter_config in /usr/local/etc/jupyter
[D 2022-10-09 12:03:37.462 ServerApp] Looking for jupyter_config in /opt/homebrew/Caskroom/miniconda/base/etc/jupyter
[D 2022-10-09 12:03:37.462 ServerApp] Looking for jupyter_config in /Users/ragokan/.local/etc/jupyter
[D 2022-10-09 12:03:37.462 ServerApp] Looking for jupyter_config in /Users/ragokan/.jupyter
[D 2022-10-09 12:03:37.462 ServerApp] Looking for jupyter_config in /Users/ragokan
[D 2022-10-09 12:03:37.463 ServerApp] Looking for jupyter_server_config in /etc/jupyter
[D 2022-10-09 12:03:37.463 ServerApp] Looking for jupyter_server_config in /usr/local/etc/jupyter
[D 2022-10-09 12:03:37.463 ServerApp] Looking for jupyter_server_config in /opt/homebrew/Caskroom/miniconda/base/etc/jupyter
[D 2022-10-09 12:03:37.463 ServerApp] Looking for jupyter_server_config in /Users/ragokan/.local/etc/jupyter
[D 2022-10-09 12:03:37.463 ServerApp] Looking for jupyter_server_config in /Users/ragokan/.jupyter
[D 2022-10-09 12:03:37.464 ServerApp] Looking for jupyter_server_config in /Users/ragokan
[D 2022-10-09 12:03:37.465 ServerApp] Paths used for configuration of jupyter_server_config:
        /etc/jupyter/jupyter_server_config.json
[D 2022-10-09 12:03:37.465 ServerApp] Paths used for configuration of jupyter_server_config:
        /usr/local/etc/jupyter/jupyter_server_config.json
[D 2022-10-09 12:03:37.466 ServerApp] Paths used for configuration of jupyter_server_config:
        /opt/homebrew/Caskroom/miniconda/base/etc/jupyter/jupyter_server_config.d/jupyterlab.json
        /opt/homebrew/Caskroom/miniconda/base/etc/jupyter/jupyter_server_config.d/nbclassic.json
        /opt/homebrew/Caskroom/miniconda/base/etc/jupyter/jupyter_server_config.d/notebook_shim.json
        /opt/homebrew/Caskroom/miniconda/base/etc/jupyter/jupyter_server_config.json
[D 2022-10-09 12:03:37.467 ServerApp] Paths used for configuration of jupyter_server_config:
        /Users/ragokan/.local/etc/jupyter/jupyter_server_config.json
[D 2022-10-09 12:03:37.467 ServerApp] Paths used for configuration of jupyter_server_config:
        /Users/ragokan/.jupyter/jupyter_server_config.json
[D 2022-10-09 12:03:37.467 ServerApp] Paths used for configuration of jupyter_server_config:
        /Users/ragokan/jupyter_server_config.json
[D 2022-10-09 12:03:37.478 LabApp] Config changed: {'NotebookApp': {}, 'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': }, 'ExtensionApp': {'log_level': 'DEBUG'}}
[I 2022-10-09 12:03:37.479 ServerApp] jupyterlab | extension was successfully linked.
[D 2022-10-09 12:03:37.486 NotebookApp] Config changed: {'NotebookApp': {}, 'ServerApp': {'allow_password_change': True, 'password': '', 'token': '', 'allow_origin': '*', 'disable_check_xsrf': True, 'log_level': 'DEBUG', 'jpserver_extensions': }, 'ExtensionApp': {'log_level': 'DEBUG'}}
[I 2022-10-09 12:03:37.487 ServerApp] nbclassic | extension was successfully linked.
[D 2022-10-09 12:03:37.695 ServerApp] Paths used for configuration of jupyter_notebook_config:
        /Users/ragokan/.jupyter/jupyter_notebook_config.json
[D 2022-10-09 12:03:37.695 ServerApp] Paths used for configuration of jupyter_notebook_config:
        /etc/jupyter/jupyter_notebook_config.json
[D 2022-10-09 12:03:37.696 ServerApp] Paths used for configuration of jupyter_notebook_config:
        /usr/local/etc/jupyter/jupyter_notebook_config.json
[D 2022-10-09 12:03:37.696 ServerApp] Paths used for configuration of jupyter_notebook_config:
        /opt/homebrew/Caskroom/miniconda/base/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json
        /opt/homebrew/Caskroom/miniconda/base/etc/jupyter/jupyter_notebook_config.json
[D 2022-10-09 12:03:37.696 ServerApp] Paths used for configuration of jupyter_notebook_config:
        /Users/ragokan/.local/etc/jupyter/jupyter_notebook_config.json
[D 2022-10-09 12:03:37.697 ServerApp] Paths used for configuration of jupyter_notebook_config:
        /Users/ragokan/.jupyter/jupyter_notebook_config.json
Browser Output
Disabling terminals plugin because they are not available on the server
D @ jlab_core.716b79be8019e5bdc801.js?v=716b79be8019e5bdc801:2
DevTools failed to load source map: Could not load content for chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/browser-polyfill.js.map: System error: net::ERR_FILE_NOT_FOUND
DevTools failed to load source map: Could not load content for http://localhost:8889/static/lab/main.191f751bb4b62e169926.js.map?v=191f751bb4b62e169926: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:8889/static/lab/1033.890eeae47460e241b1e9.js.map?v=890eeae47460e241b1e9: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILUR
welcome[bot] commented 2 years ago

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively. welcome You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

JasonWeill commented 2 years ago

Thank you for your contribution! Can you paste the output of your first two commands?

jlpm
jlpm build

Just to be sure, are you running all these commands from your extension's repository root? Are you using a Conda or Mamba environment? If so, are you using the same environment for both building your extension and running JupyterLab?

ragokan commented 2 years ago

Hello, as far as I understood, the problem was related to my environment. After installing Mamba and re installing everything with Conda/Mamba, the problem is fixed. Thank you for your reply.