Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Old jupyter_bokeh version when installed from conda-forge #13459

Closed
Icoti opened this issue Oct 18, 2023 · 4 comments
Closed

[BUG] Old jupyter_bokeh version when installed from conda-forge #13459

Icoti opened this issue Oct 18, 2023 · 4 comments

Comments

@Icoti
Copy link
Contributor

Icoti commented Oct 18, 2023

Software versions

Windows 10
miniconda with conda 23.9.0 (also tested with 23.7.3, 23.3.1, same behavior)
Python 3.12.0 (also tested with 3.11.5, same behavior)

Browser name and version

No response

Jupyter notebook / Jupyter Lab version

No response

Expected behavior

When installing both jupyter_bokeh and jupyterlab with conda with:
conda install jupyter_bokeh jupyterlab --channel conda-forge
the newest version of both packages should install, as of today:
jupyter_bokeh: 3.0.7
jupyterlab: 4.0.7

Observed behavior

When installing both jupyter_bokeh and jupyterlab with conda with:
conda install jupyter_bokeh jupyterlab --channel conda-forge
following versions get installed using the classic conda solver:
jupyter_bokeh: 2.0.4 (old)
jupyterlab: 4.0.7 (current)
Using the conda-libmamba-solver:
jupyter_bokeh: 3.0.7 (current)
jupyterlab: 3.6.5 (old)

Example code

conda config --set solver classic
conda create --name "env" --channel conda-forge python=3.12
conda activate env
conda install jupyter_bokeh jupyterlab --channel conda-forge

Stack traceback or browser console output

Installing both packages with pip, the current versions will install.
So the problem seems to be a conda-forge specific problem.
Thus, I downloaded the latest file in the conda-forge repository:
https://anaconda.org/conda-forge/jupyter_bokeh/3.0.7/download/noarch/jupyter_bokeh-3.0.7-pyhd8ed1ab_0.conda
I then changed the .conda extension to .zip, unpacked it, I then unpacked the contained archives named info-jupyter_bokeh-3.0.7-pyhd8ed1ab_0.tar.zst
In the contained directory \info\recipe, file meta.yaml, I found following lines:

  run_constrained:
    - jupyterlab >=3,<4

And in \info\index.json:

  "constrains": [
    "jupyterlab >=3,<4"

I suppose this could be the cause of the described problem.

Having a look at the wheel-file from Pypi, I cannot find the limitation "jupyterlab < 4" at a first glance.
This would explain why the pip installation does not show the described problem.

Screenshots

No response

@Icoti Icoti added the TRIAGE label Oct 18, 2023
@Icoti
Copy link
Contributor Author

Icoti commented Oct 18, 2023

Since I didn't want to overload the issue description, I didn't go too deep into details.
Here is a thorougher description of what I observed.

Behavior with conda, classic solver

conda config --set solver classic
Create a new environment:
conda create --name "env" --channel conda-forge python=3.12
Activate the new environment:
conda activate env
Ask installation plan for jupyter_bokeh alone:
conda install jupyter_bokeh --channel conda-forge
Proposed jupyter_bokeh version in installation plan: 3.0.7

Here is the complete installation plan:

(env) PS D:\Data> conda install jupyter_bokeh --channel conda-forge

Collecting package metadata (current_repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: C:\Users\xxx

  added / updated specs:
    - jupyter_bokeh


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    asttokens-2.4.0            |     pyhd8ed1ab_0          28 KB  conda-forge
    bokeh-3.3.0                |     pyhd8ed1ab_0         4.7 MB  conda-forge
    contourpy-1.1.1            |  py312h0d7def4_1         181 KB  conda-forge
    freetype-2.12.1            |       hdaf720e_2         498 KB  conda-forge
    intel-openmp-2023.2.0      |   h57928b3_50496         2.4 MB  conda-forge
    ipython-8.16.1             |     pyh5737063_0         577 KB  conda-forge
    ipywidgets-8.1.1           |     pyhd8ed1ab_0         111 KB  conda-forge
    jedi-0.19.1                |     pyhd8ed1ab_0         822 KB  conda-forge
    jupyterlab_widgets-3.0.9   |     pyhd8ed1ab_0         182 KB  conda-forge
    lcms2-2.15                 |       h67d730c_3         487 KB  conda-forge
    libblas-3.9.0              |     19_win64_mkl         4.8 MB  conda-forge
    libcblas-3.9.0             |     19_win64_mkl         4.8 MB  conda-forge
    libdeflate-1.19            |       hcfcfb64_0         150 KB  conda-forge
    libhwloc-2.9.3             |default_haede6df_1009         2.5 MB  conda-forge
    libjpeg-turbo-3.0.0        |       hcfcfb64_1         804 KB  conda-forge
    liblapack-3.9.0            |     19_win64_mkl         4.8 MB  conda-forge
    libtiff-4.6.0              |       h6e2ebb7_2         769 KB  conda-forge
    libwebp-base-1.3.2         |       hcfcfb64_0         263 KB  conda-forge
    libxml2-2.11.5             |       hc3477c8_1         1.5 MB  conda-forge
    markupsafe-2.1.3           |  py312he70551f_1          28 KB  conda-forge
    mkl-2023.2.0               |   h6a75c08_50496       138.0 MB  conda-forge
    numpy-1.26.0               |  py312h8753938_0         6.2 MB  conda-forge
    openjpeg-2.5.0             |       h3d672ee_3         231 KB  conda-forge
    pandas-2.1.1               |  py312h2ab9e98_1        12.8 MB  conda-forge
    pillow-10.1.0              |  py312he768995_0        44.3 MB  conda-forge
    python_abi-3.12            |          4_cp312           7 KB  conda-forge
    pytz-2023.3.post1          |     pyhd8ed1ab_0         183 KB  conda-forge
    pyyaml-6.0.1               |  py312he70551f_1         164 KB  conda-forge
    tbb-2021.10.0              |       h91493d7_1         153 KB  conda-forge
    tornado-6.3.3              |  py312he70551f_1         810 KB  conda-forge
    traitlets-5.11.2           |     pyhd8ed1ab_0         106 KB  conda-forge
    typing_extensions-4.8.0    |     pyha770c72_0          34 KB  conda-forge
    wcwidth-0.2.8              |     pyhd8ed1ab_0          30 KB  conda-forge
    widgetsnbextension-4.0.9   |     pyhd8ed1ab_0         865 KB  conda-forge
    xyzservices-2023.10.0      |     pyhd8ed1ab_0          36 KB  conda-forge
    ------------------------------------------------------------
                                           Total:       234.0 MB

The following NEW packages will be INSTALLED:

  asttokens          conda-forge/noarch::asttokens-2.4.0-pyhd8ed1ab_0
  backcall           conda-forge/noarch::backcall-0.2.0-pyh9f0ad1d_0
  backports          conda-forge/noarch::backports-1.0-pyhd8ed1ab_3
  backports.functoo~ conda-forge/noarch::backports.functools_lru_cache-1.6.5-pyhd8ed1ab_0
  bokeh              conda-forge/noarch::bokeh-3.3.0-pyhd8ed1ab_0
  colorama           conda-forge/noarch::colorama-0.4.6-pyhd8ed1ab_0
  comm               conda-forge/noarch::comm-0.1.4-pyhd8ed1ab_0
  contourpy          conda-forge/win-64::contourpy-1.1.1-py312h0d7def4_1
  decorator          conda-forge/noarch::decorator-5.1.1-pyhd8ed1ab_0
  exceptiongroup     conda-forge/noarch::exceptiongroup-1.1.3-pyhd8ed1ab_0
  executing          conda-forge/noarch::executing-1.2.0-pyhd8ed1ab_0
  freetype           conda-forge/win-64::freetype-2.12.1-hdaf720e_2
  intel-openmp       conda-forge/win-64::intel-openmp-2023.2.0-h57928b3_50496
  ipython            conda-forge/noarch::ipython-8.16.1-pyh5737063_0
  ipywidgets         conda-forge/noarch::ipywidgets-8.1.1-pyhd8ed1ab_0
  jedi               conda-forge/noarch::jedi-0.19.1-pyhd8ed1ab_0
  jinja2             conda-forge/noarch::jinja2-3.1.2-pyhd8ed1ab_1
  jupyter_bokeh      conda-forge/noarch::jupyter_bokeh-3.0.7-pyhd8ed1ab_0
  jupyterlab_widgets conda-forge/noarch::jupyterlab_widgets-3.0.9-pyhd8ed1ab_0
  lcms2              conda-forge/win-64::lcms2-2.15-h67d730c_3
  lerc               conda-forge/win-64::lerc-4.0.0-h63175ca_0
  libblas            conda-forge/win-64::libblas-3.9.0-19_win64_mkl
  libcblas           conda-forge/win-64::libcblas-3.9.0-19_win64_mkl
  libdeflate         conda-forge/win-64::libdeflate-1.19-hcfcfb64_0
  libhwloc           conda-forge/win-64::libhwloc-2.9.3-default_haede6df_1009
  libiconv           conda-forge/win-64::libiconv-1.17-h8ffe710_0
  libjpeg-turbo      conda-forge/win-64::libjpeg-turbo-3.0.0-hcfcfb64_1
  liblapack          conda-forge/win-64::liblapack-3.9.0-19_win64_mkl
  libpng             conda-forge/win-64::libpng-1.6.39-h19919ed_0
  libtiff            conda-forge/win-64::libtiff-4.6.0-h6e2ebb7_2
  libwebp-base       conda-forge/win-64::libwebp-base-1.3.2-hcfcfb64_0
  libxcb             conda-forge/win-64::libxcb-1.15-hcd874cb_0
  libxml2            conda-forge/win-64::libxml2-2.11.5-hc3477c8_1
  m2w64-gcc-libgfor~ conda-forge/win-64::m2w64-gcc-libgfortran-5.3.0-6
  m2w64-gcc-libs     conda-forge/win-64::m2w64-gcc-libs-5.3.0-7
  m2w64-gcc-libs-co~ conda-forge/win-64::m2w64-gcc-libs-core-5.3.0-7
  m2w64-gmp          conda-forge/win-64::m2w64-gmp-6.1.0-2
  m2w64-libwinpthre~ conda-forge/win-64::m2w64-libwinpthread-git-5.0.0.4634.697f757-2
  markupsafe         conda-forge/win-64::markupsafe-2.1.3-py312he70551f_1
  matplotlib-inline  conda-forge/noarch::matplotlib-inline-0.1.6-pyhd8ed1ab_0
  mkl                conda-forge/win-64::mkl-2023.2.0-h6a75c08_50496
  msys2-conda-epoch  conda-forge/win-64::msys2-conda-epoch-20160418-1
  numpy              conda-forge/win-64::numpy-1.26.0-py312h8753938_0
  openjpeg           conda-forge/win-64::openjpeg-2.5.0-h3d672ee_3
  packaging          conda-forge/noarch::packaging-23.2-pyhd8ed1ab_0
  pandas             conda-forge/win-64::pandas-2.1.1-py312h2ab9e98_1
  parso              conda-forge/noarch::parso-0.8.3-pyhd8ed1ab_0
  pickleshare        conda-forge/noarch::pickleshare-0.7.5-py_1003
  pillow             conda-forge/win-64::pillow-10.1.0-py312he768995_0
  prompt-toolkit     conda-forge/noarch::prompt-toolkit-3.0.39-pyha770c72_0
  prompt_toolkit     conda-forge/noarch::prompt_toolkit-3.0.39-hd8ed1ab_0
  pthread-stubs      conda-forge/win-64::pthread-stubs-0.4-hcd874cb_1001
  pthreads-win32     conda-forge/win-64::pthreads-win32-2.9.1-hfa6e2cd_3
  pure_eval          conda-forge/noarch::pure_eval-0.2.2-pyhd8ed1ab_0
  pygments           conda-forge/noarch::pygments-2.16.1-pyhd8ed1ab_0
  python-dateutil    conda-forge/noarch::python-dateutil-2.8.2-pyhd8ed1ab_0
  python-tzdata      conda-forge/noarch::python-tzdata-2023.3-pyhd8ed1ab_0
  python_abi         conda-forge/win-64::python_abi-3.12-4_cp312
  pytz               conda-forge/noarch::pytz-2023.3.post1-pyhd8ed1ab_0
  pyyaml             conda-forge/win-64::pyyaml-6.0.1-py312he70551f_1
  six                conda-forge/noarch::six-1.16.0-pyh6c4a22f_0
  stack_data         conda-forge/noarch::stack_data-0.6.2-pyhd8ed1ab_0
  tbb                conda-forge/win-64::tbb-2021.10.0-h91493d7_1
  tornado            conda-forge/win-64::tornado-6.3.3-py312he70551f_1
  traitlets          conda-forge/noarch::traitlets-5.11.2-pyhd8ed1ab_0
  typing_extensions  conda-forge/noarch::typing_extensions-4.8.0-pyha770c72_0
  wcwidth            conda-forge/noarch::wcwidth-0.2.8-pyhd8ed1ab_0
  widgetsnbextension conda-forge/noarch::widgetsnbextension-4.0.9-pyhd8ed1ab_0
  xorg-libxau        conda-forge/win-64::xorg-libxau-1.0.11-hcd874cb_0
  xorg-libxdmcp      conda-forge/win-64::xorg-libxdmcp-1.1.3-hcd874cb_0
  xyzservices        conda-forge/noarch::xyzservices-2023.10.0-pyhd8ed1ab_0
  yaml               conda-forge/win-64::yaml-0.2.5-h8ffe710_2
  zstd               conda-forge/win-64::zstd-1.5.5-h12be248_0

Then abort the installation (press "N"-key).

Ask installation plan for jupyter_bokeh and jupyterlab:
conda install jupyter_bokeh jupyterlab --channel conda-forge
Proposed jupyterlab version in installation plan: 4.0.7
Proposed jupyter_bokeh version in installation plan: 2.0.4

Here is the complete installation plan:

(env) PS D:\Data> conda install jupyter_bokeh jupyterlab --channel conda-forge

Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: C:\Users\xxx

  added / updated specs:
    - jupyter_bokeh
    - jupyterlab


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    anyio-4.0.0                |     pyhd8ed1ab_0          97 KB  conda-forge
    argon2-cffi-23.1.0         |     pyhd8ed1ab_0          18 KB  conda-forge
    argon2-cffi-bindings-21.2.0|  py312he70551f_4          34 KB  conda-forge
    arrow-1.3.0                |     pyhd8ed1ab_0          98 KB  conda-forge
    asttokens-2.4.0            |     pyhd8ed1ab_0          28 KB  conda-forge
    babel-2.13.0               |     pyhd8ed1ab_0         6.6 MB  conda-forge
    bleach-6.1.0               |     pyhd8ed1ab_0         128 KB  conda-forge
    bokeh-3.3.0                |     pyhd8ed1ab_0         4.7 MB  conda-forge
    brotli-python-1.1.0        |  py312h53d5487_1         315 KB  conda-forge
    cffi-1.16.0                |  py312he70551f_0         281 KB  conda-forge
    contourpy-1.1.1            |  py312h0d7def4_1         181 KB  conda-forge
    debugpy-1.8.0              |  py312h53d5487_1         3.6 MB  conda-forge
    freetype-2.12.1            |       hdaf720e_2         498 KB  conda-forge
    importlib_resources-6.1.0  |     pyhd8ed1ab_0          29 KB  conda-forge
    intel-openmp-2023.2.0      |   h57928b3_50496         2.4 MB  conda-forge
    ipykernel-6.25.2           |     pyh60829e3_0         112 KB  conda-forge
    ipython-8.16.1             |     pyh5737063_0         577 KB  conda-forge
    ipywidgets-8.1.1           |     pyhd8ed1ab_0         111 KB  conda-forge
    jedi-0.19.1                |     pyhd8ed1ab_0         822 KB  conda-forge
    jsonpointer-2.4            |  py312h2e8e312_3          34 KB  conda-forge
    jsonschema-4.19.1          |     pyhd8ed1ab_0          69 KB  conda-forge
    jsonschema-with-format-nongpl-4.19.1|     pyhd8ed1ab_0           7 KB  conda-forge
    jupyter_client-8.4.0       |     pyhd8ed1ab_0         102 KB  conda-forge
    jupyter_core-5.4.0         |  py312h2e8e312_0         106 KB  conda-forge
    jupyter_events-0.8.0       |     pyhd8ed1ab_0          21 KB  conda-forge
    jupyter_server-2.8.0       |     pyhd8ed1ab_0         309 KB  conda-forge
    jupyterlab-4.0.7           |     pyhd8ed1ab_0         5.9 MB  conda-forge
    jupyterlab_server-2.25.0   |     pyhd8ed1ab_0          47 KB  conda-forge
    jupyterlab_widgets-3.0.9   |     pyhd8ed1ab_0         182 KB  conda-forge
    lcms2-2.15                 |       h67d730c_3         487 KB  conda-forge
    libblas-3.9.0              |     19_win64_mkl         4.8 MB  conda-forge
    libcblas-3.9.0             |     19_win64_mkl         4.8 MB  conda-forge
    libdeflate-1.19            |       hcfcfb64_0         150 KB  conda-forge
    libhwloc-2.9.3             |default_haede6df_1009         2.5 MB  conda-forge
    libjpeg-turbo-3.0.0        |       hcfcfb64_1         804 KB  conda-forge
    liblapack-3.9.0            |     19_win64_mkl         4.8 MB  conda-forge
    libtiff-4.6.0              |       h6e2ebb7_2         769 KB  conda-forge
    libwebp-base-1.3.2         |       hcfcfb64_0         263 KB  conda-forge
    libxml2-2.11.5             |       hc3477c8_1         1.5 MB  conda-forge
    markupsafe-2.1.3           |  py312he70551f_1          28 KB  conda-forge
    mkl-2023.2.0               |   h6a75c08_50496       138.0 MB  conda-forge
    nbconvert-core-7.9.2       |     pyhd8ed1ab_0         183 KB  conda-forge
    nest-asyncio-1.5.8         |     pyhd8ed1ab_0          11 KB  conda-forge
    numpy-1.26.0               |  py312h8753938_0         6.2 MB  conda-forge
    openjpeg-2.5.0             |       h3d672ee_3         231 KB  conda-forge
    pandas-2.1.1               |  py312h2ab9e98_1        12.8 MB  conda-forge
    pillow-10.1.0              |  py312he768995_0        44.3 MB  conda-forge
    pkgutil-resolve-name-1.3.10|     pyhd8ed1ab_1          11 KB  conda-forge
    platformdirs-3.11.0        |     pyhd8ed1ab_0          20 KB  conda-forge
    psutil-5.9.5               |  py312he70551f_1         487 KB  conda-forge
    python-fastjsonschema-2.18.1|     pyhd8ed1ab_0         221 KB  conda-forge
    python_abi-3.12            |          4_cp312           7 KB  conda-forge
    pytz-2023.3.post1          |     pyhd8ed1ab_0         183 KB  conda-forge
    pywin32-306                |  py312h53d5487_2         5.8 MB  conda-forge
    pywinpty-2.0.12            |  py312h53d5487_0         214 KB  conda-forge
    pyyaml-6.0.1               |  py312he70551f_1         164 KB  conda-forge
    pyzmq-25.1.1               |  py312h8139593_1         472 KB  conda-forge
    rpds-py-0.10.6             |  py312hfccd98a_0         181 KB  conda-forge
    soupsieve-2.5              |     pyhd8ed1ab_1          36 KB  conda-forge
    tbb-2021.10.0              |       h91493d7_1         153 KB  conda-forge
    tornado-6.3.3              |  py312he70551f_1         810 KB  conda-forge
    traitlets-5.11.2           |     pyhd8ed1ab_0         106 KB  conda-forge
    types-python-dateutil-2.8.19.14|     pyhd8ed1ab_0          21 KB  conda-forge
    typing-extensions-4.8.0    |       hd8ed1ab_0          10 KB  conda-forge
    typing_extensions-4.8.0    |     pyha770c72_0          34 KB  conda-forge
    wcwidth-0.2.8              |     pyhd8ed1ab_0          30 KB  conda-forge
    webencodings-0.5.1         |     pyhd8ed1ab_2          15 KB  conda-forge
    websocket-client-1.6.4     |     pyhd8ed1ab_0          45 KB  conda-forge
    widgetsnbextension-4.0.9   |     pyhd8ed1ab_0         865 KB  conda-forge
    xyzservices-2023.10.0      |     pyhd8ed1ab_0          36 KB  conda-forge
    zipp-3.17.0                |     pyhd8ed1ab_0          19 KB  conda-forge
    ------------------------------------------------------------
                                           Total:       259.5 MB

The following NEW packages will be INSTALLED:

  anyio              conda-forge/noarch::anyio-4.0.0-pyhd8ed1ab_0
  argon2-cffi        conda-forge/noarch::argon2-cffi-23.1.0-pyhd8ed1ab_0
  argon2-cffi-bindi~ conda-forge/win-64::argon2-cffi-bindings-21.2.0-py312he70551f_4
  arrow              conda-forge/noarch::arrow-1.3.0-pyhd8ed1ab_0
  asttokens          conda-forge/noarch::asttokens-2.4.0-pyhd8ed1ab_0
  async-lru          conda-forge/noarch::async-lru-2.0.4-pyhd8ed1ab_0
  attrs              conda-forge/noarch::attrs-23.1.0-pyh71513ae_1
  babel              conda-forge/noarch::babel-2.13.0-pyhd8ed1ab_0
  backcall           conda-forge/noarch::backcall-0.2.0-pyh9f0ad1d_0
  backports          conda-forge/noarch::backports-1.0-pyhd8ed1ab_3
  backports.functoo~ conda-forge/noarch::backports.functools_lru_cache-1.6.5-pyhd8ed1ab_0
  beautifulsoup4     conda-forge/noarch::beautifulsoup4-4.12.2-pyha770c72_0
  bleach             conda-forge/noarch::bleach-6.1.0-pyhd8ed1ab_0
  bokeh              conda-forge/noarch::bokeh-3.3.0-pyhd8ed1ab_0
  brotli-python      conda-forge/win-64::brotli-python-1.1.0-py312h53d5487_1
  cached-property    conda-forge/noarch::cached-property-1.5.2-hd8ed1ab_1
  cached_property    conda-forge/noarch::cached_property-1.5.2-pyha770c72_1
  certifi            conda-forge/noarch::certifi-2023.7.22-pyhd8ed1ab_0
  cffi               conda-forge/win-64::cffi-1.16.0-py312he70551f_0
  charset-normalizer conda-forge/noarch::charset-normalizer-3.3.0-pyhd8ed1ab_0
  colorama           conda-forge/noarch::colorama-0.4.6-pyhd8ed1ab_0
  comm               conda-forge/noarch::comm-0.1.4-pyhd8ed1ab_0
  contourpy          conda-forge/win-64::contourpy-1.1.1-py312h0d7def4_1
  debugpy            conda-forge/win-64::debugpy-1.8.0-py312h53d5487_1
  decorator          conda-forge/noarch::decorator-5.1.1-pyhd8ed1ab_0
  defusedxml         conda-forge/noarch::defusedxml-0.7.1-pyhd8ed1ab_0
  entrypoints        conda-forge/noarch::entrypoints-0.4-pyhd8ed1ab_0
  exceptiongroup     conda-forge/noarch::exceptiongroup-1.1.3-pyhd8ed1ab_0
  executing          conda-forge/noarch::executing-1.2.0-pyhd8ed1ab_0
  fqdn               conda-forge/noarch::fqdn-1.5.1-pyhd8ed1ab_0
  freetype           conda-forge/win-64::freetype-2.12.1-hdaf720e_2
  idna               conda-forge/noarch::idna-3.4-pyhd8ed1ab_0
  importlib-metadata conda-forge/noarch::importlib-metadata-6.8.0-pyha770c72_0
  importlib_metadata conda-forge/noarch::importlib_metadata-6.8.0-hd8ed1ab_0
  importlib_resourc~ conda-forge/noarch::importlib_resources-6.1.0-pyhd8ed1ab_0
  intel-openmp       conda-forge/win-64::intel-openmp-2023.2.0-h57928b3_50496
  ipykernel          conda-forge/noarch::ipykernel-6.25.2-pyh60829e3_0
  ipython            conda-forge/noarch::ipython-8.16.1-pyh5737063_0
  ipywidgets         conda-forge/noarch::ipywidgets-8.1.1-pyhd8ed1ab_0
  isoduration        conda-forge/noarch::isoduration-20.11.0-pyhd8ed1ab_0
  jedi               conda-forge/noarch::jedi-0.19.1-pyhd8ed1ab_0
  jinja2             conda-forge/noarch::jinja2-3.1.2-pyhd8ed1ab_1
  json5              conda-forge/noarch::json5-0.9.14-pyhd8ed1ab_0
  jsonpointer        conda-forge/win-64::jsonpointer-2.4-py312h2e8e312_3
  jsonschema         conda-forge/noarch::jsonschema-4.19.1-pyhd8ed1ab_0
  jsonschema-specif~ conda-forge/noarch::jsonschema-specifications-2023.7.1-pyhd8ed1ab_0
  jsonschema-with-f~ conda-forge/noarch::jsonschema-with-format-nongpl-4.19.1-pyhd8ed1ab_0
  jupyter-lsp        conda-forge/noarch::jupyter-lsp-2.2.0-pyhd8ed1ab_0
  jupyter_bokeh      conda-forge/noarch::jupyter_bokeh-2.0.4-pyhd8ed1ab_0
  jupyter_client     conda-forge/noarch::jupyter_client-8.4.0-pyhd8ed1ab_0
  jupyter_core       conda-forge/win-64::jupyter_core-5.4.0-py312h2e8e312_0
  jupyter_events     conda-forge/noarch::jupyter_events-0.8.0-pyhd8ed1ab_0
  jupyter_server     conda-forge/noarch::jupyter_server-2.8.0-pyhd8ed1ab_0
  jupyter_server_te~ conda-forge/noarch::jupyter_server_terminals-0.4.4-pyhd8ed1ab_1
  jupyterlab         conda-forge/noarch::jupyterlab-4.0.7-pyhd8ed1ab_0
  jupyterlab_pygmen~ conda-forge/noarch::jupyterlab_pygments-0.2.2-pyhd8ed1ab_0
  jupyterlab_server  conda-forge/noarch::jupyterlab_server-2.25.0-pyhd8ed1ab_0
  jupyterlab_widgets conda-forge/noarch::jupyterlab_widgets-3.0.9-pyhd8ed1ab_0
  lcms2              conda-forge/win-64::lcms2-2.15-h67d730c_3
  lerc               conda-forge/win-64::lerc-4.0.0-h63175ca_0
  libblas            conda-forge/win-64::libblas-3.9.0-19_win64_mkl
  libcblas           conda-forge/win-64::libcblas-3.9.0-19_win64_mkl
  libdeflate         conda-forge/win-64::libdeflate-1.19-hcfcfb64_0
  libhwloc           conda-forge/win-64::libhwloc-2.9.3-default_haede6df_1009
  libiconv           conda-forge/win-64::libiconv-1.17-h8ffe710_0
  libjpeg-turbo      conda-forge/win-64::libjpeg-turbo-3.0.0-hcfcfb64_1
  liblapack          conda-forge/win-64::liblapack-3.9.0-19_win64_mkl
  libpng             conda-forge/win-64::libpng-1.6.39-h19919ed_0
  libsodium          conda-forge/win-64::libsodium-1.0.18-h8d14728_1
  libtiff            conda-forge/win-64::libtiff-4.6.0-h6e2ebb7_2
  libwebp-base       conda-forge/win-64::libwebp-base-1.3.2-hcfcfb64_0
  libxcb             conda-forge/win-64::libxcb-1.15-hcd874cb_0
  libxml2            conda-forge/win-64::libxml2-2.11.5-hc3477c8_1
  m2w64-gcc-libgfor~ conda-forge/win-64::m2w64-gcc-libgfortran-5.3.0-6
  m2w64-gcc-libs     conda-forge/win-64::m2w64-gcc-libs-5.3.0-7
  m2w64-gcc-libs-co~ conda-forge/win-64::m2w64-gcc-libs-core-5.3.0-7
  m2w64-gmp          conda-forge/win-64::m2w64-gmp-6.1.0-2
  m2w64-libwinpthre~ conda-forge/win-64::m2w64-libwinpthread-git-5.0.0.4634.697f757-2
  markupsafe         conda-forge/win-64::markupsafe-2.1.3-py312he70551f_1
  matplotlib-inline  conda-forge/noarch::matplotlib-inline-0.1.6-pyhd8ed1ab_0
  mistune            conda-forge/noarch::mistune-3.0.1-pyhd8ed1ab_0
  mkl                conda-forge/win-64::mkl-2023.2.0-h6a75c08_50496
  msys2-conda-epoch  conda-forge/win-64::msys2-conda-epoch-20160418-1
  nbclient           conda-forge/noarch::nbclient-0.8.0-pyhd8ed1ab_0
  nbconvert-core     conda-forge/noarch::nbconvert-core-7.9.2-pyhd8ed1ab_0
  nbformat           conda-forge/noarch::nbformat-5.9.2-pyhd8ed1ab_0
  nest-asyncio       conda-forge/noarch::nest-asyncio-1.5.8-pyhd8ed1ab_0
  notebook-shim      conda-forge/noarch::notebook-shim-0.2.3-pyhd8ed1ab_0
  numpy              conda-forge/win-64::numpy-1.26.0-py312h8753938_0
  openjpeg           conda-forge/win-64::openjpeg-2.5.0-h3d672ee_3
  overrides          conda-forge/noarch::overrides-7.4.0-pyhd8ed1ab_0
  packaging          conda-forge/noarch::packaging-23.2-pyhd8ed1ab_0
  pandas             conda-forge/win-64::pandas-2.1.1-py312h2ab9e98_1
  pandocfilters      conda-forge/noarch::pandocfilters-1.5.0-pyhd8ed1ab_0
  parso              conda-forge/noarch::parso-0.8.3-pyhd8ed1ab_0
  pickleshare        conda-forge/noarch::pickleshare-0.7.5-py_1003
  pillow             conda-forge/win-64::pillow-10.1.0-py312he768995_0
  pkgutil-resolve-n~ conda-forge/noarch::pkgutil-resolve-name-1.3.10-pyhd8ed1ab_1
  platformdirs       conda-forge/noarch::platformdirs-3.11.0-pyhd8ed1ab_0
  prometheus_client  conda-forge/noarch::prometheus_client-0.17.1-pyhd8ed1ab_0
  prompt-toolkit     conda-forge/noarch::prompt-toolkit-3.0.39-pyha770c72_0
  prompt_toolkit     conda-forge/noarch::prompt_toolkit-3.0.39-hd8ed1ab_0
  psutil             conda-forge/win-64::psutil-5.9.5-py312he70551f_1
  pthread-stubs      conda-forge/win-64::pthread-stubs-0.4-hcd874cb_1001
  pthreads-win32     conda-forge/win-64::pthreads-win32-2.9.1-hfa6e2cd_3
  pure_eval          conda-forge/noarch::pure_eval-0.2.2-pyhd8ed1ab_0
  pycparser          conda-forge/noarch::pycparser-2.21-pyhd8ed1ab_0
  pygments           conda-forge/noarch::pygments-2.16.1-pyhd8ed1ab_0
  pysocks            conda-forge/noarch::pysocks-1.7.1-pyh0701188_6
  python-dateutil    conda-forge/noarch::python-dateutil-2.8.2-pyhd8ed1ab_0
  python-fastjsonsc~ conda-forge/noarch::python-fastjsonschema-2.18.1-pyhd8ed1ab_0
  python-json-logger conda-forge/noarch::python-json-logger-2.0.7-pyhd8ed1ab_0
  python-tzdata      conda-forge/noarch::python-tzdata-2023.3-pyhd8ed1ab_0
  python_abi         conda-forge/win-64::python_abi-3.12-4_cp312
  pytz               conda-forge/noarch::pytz-2023.3.post1-pyhd8ed1ab_0
  pywin32            conda-forge/win-64::pywin32-306-py312h53d5487_2
  pywinpty           conda-forge/win-64::pywinpty-2.0.12-py312h53d5487_0
  pyyaml             conda-forge/win-64::pyyaml-6.0.1-py312he70551f_1
  pyzmq              conda-forge/win-64::pyzmq-25.1.1-py312h8139593_1
  referencing        conda-forge/noarch::referencing-0.30.2-pyhd8ed1ab_0
  requests           conda-forge/noarch::requests-2.31.0-pyhd8ed1ab_0
  rfc3339-validator  conda-forge/noarch::rfc3339-validator-0.1.4-pyhd8ed1ab_0
  rfc3986-validator  conda-forge/noarch::rfc3986-validator-0.1.1-pyh9f0ad1d_0
  rpds-py            conda-forge/win-64::rpds-py-0.10.6-py312hfccd98a_0
  send2trash         conda-forge/noarch::send2trash-1.8.2-pyh08f2357_0
  six                conda-forge/noarch::six-1.16.0-pyh6c4a22f_0
  sniffio            conda-forge/noarch::sniffio-1.3.0-pyhd8ed1ab_0
  soupsieve          conda-forge/noarch::soupsieve-2.5-pyhd8ed1ab_1
  stack_data         conda-forge/noarch::stack_data-0.6.2-pyhd8ed1ab_0
  tbb                conda-forge/win-64::tbb-2021.10.0-h91493d7_1
  terminado          conda-forge/noarch::terminado-0.17.0-pyh08f2357_0
  tinycss2           conda-forge/noarch::tinycss2-1.2.1-pyhd8ed1ab_0
  tomli              conda-forge/noarch::tomli-2.0.1-pyhd8ed1ab_0
  tornado            conda-forge/win-64::tornado-6.3.3-py312he70551f_1
  traitlets          conda-forge/noarch::traitlets-5.11.2-pyhd8ed1ab_0
  types-python-date~ conda-forge/noarch::types-python-dateutil-2.8.19.14-pyhd8ed1ab_0
  typing-extensions  conda-forge/noarch::typing-extensions-4.8.0-hd8ed1ab_0
  typing_extensions  conda-forge/noarch::typing_extensions-4.8.0-pyha770c72_0
  typing_utils       conda-forge/noarch::typing_utils-0.1.0-pyhd8ed1ab_0
  uri-template       conda-forge/noarch::uri-template-1.3.0-pyhd8ed1ab_0
  urllib3            conda-forge/noarch::urllib3-2.0.6-pyhd8ed1ab_0
  wcwidth            conda-forge/noarch::wcwidth-0.2.8-pyhd8ed1ab_0
  webcolors          conda-forge/noarch::webcolors-1.13-pyhd8ed1ab_0
  webencodings       conda-forge/noarch::webencodings-0.5.1-pyhd8ed1ab_2
  websocket-client   conda-forge/noarch::websocket-client-1.6.4-pyhd8ed1ab_0
  widgetsnbextension conda-forge/noarch::widgetsnbextension-4.0.9-pyhd8ed1ab_0
  win_inet_pton      conda-forge/noarch::win_inet_pton-1.1.0-pyhd8ed1ab_6
  winpty             conda-forge/win-64::winpty-0.4.3-4
  xorg-libxau        conda-forge/win-64::xorg-libxau-1.0.11-hcd874cb_0
  xorg-libxdmcp      conda-forge/win-64::xorg-libxdmcp-1.1.3-hcd874cb_0
  xyzservices        conda-forge/noarch::xyzservices-2023.10.0-pyhd8ed1ab_0
  yaml               conda-forge/win-64::yaml-0.2.5-h8ffe710_2
  zeromq             conda-forge/win-64::zeromq-4.3.4-h0e60522_1
  zipp               conda-forge/noarch::zipp-3.17.0-pyhd8ed1ab_0
  zstd               conda-forge/win-64::zstd-1.5.5-h12be248_0

Further observation: If after installing jupyterlab 4.0.7 and jupyter_bokeh 2.0.4 with
conda with conda install jupyter_bokeh jupyterlab --channel conda-forge
I try to force update jupyter_bokeh with
conda install jupyter_bokeh=3.0.7
conda says that I have to downgrade jupyterlab to version 3.5.3.

Here is the complete installation plan:

(env) PS D:\Data> conda install jupyter_bokeh=3.0.7

Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
Solving environment: done

## Package Plan ##

  environment location: C:\Users\xxx

  added / updated specs:
    - jupyter_bokeh=3.0.7


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    jupyterlab-3.5.3           |     pyhd8ed1ab_0         5.6 MB  conda-forge
    nbclassic-1.0.0            |     pyhb4ecaf3_1         5.7 MB  conda-forge
    nbconvert-7.9.2            |     pyhd8ed1ab_0           8 KB  conda-forge
    nbconvert-pandoc-7.9.2     |     pyhd8ed1ab_0           7 KB  conda-forge
    pandoc-3.1.3               |       h57928b3_0        17.8 MB  conda-forge
    ------------------------------------------------------------
                                           Total:        29.1 MB

The following NEW packages will be INSTALLED:

  ipython_genutils   conda-forge/noarch::ipython_genutils-0.2.0-py_1
  nbclassic          conda-forge/noarch::nbclassic-1.0.0-pyhb4ecaf3_1
  nbconvert          conda-forge/noarch::nbconvert-7.9.2-pyhd8ed1ab_0
  nbconvert-pandoc   conda-forge/noarch::nbconvert-pandoc-7.9.2-pyhd8ed1ab_0
  notebook           conda-forge/noarch::notebook-6.5.4-pyha770c72_0
  pandoc             conda-forge/win-64::pandoc-3.1.3-h57928b3_0

The following packages will be UPDATED:

  jupyter_bokeh                          2.0.4-pyhd8ed1ab_0 --> 3.0.7-pyhd8ed1ab_0

The following packages will be DOWNGRADED:

  jupyterlab                             4.0.7-pyhd8ed1ab_0 --> 3.5.3-pyhd8ed1ab_0
  traitlets                             5.11.2-pyhd8ed1ab_0 --> 5.9.0-pyhd8ed1ab_0

Behavior with pip

On a new environment, I then tried to install jupyterlab and jupyter_bokeh with pip:
pip install jupyterlab jupyter_bokeh
Then both current versions of jupyterlab (4.0.7) and jupyter_bokeh (3.0.7) were installed.
I don't insert the installation log, but could append it if necessary.

Behavior with conda, libmamba solver

After making this observation, I went back to conda but used the conda-libmamba-solver:
Install libmamba solver on base environment:
conda install -n base conda-libmamba-solver
Set libmamba as default solver:
conda config --set solver libmamba
Create new environment:
conda create --name "env" --channel conda-forge python=3.12
Activate the new environment:
conda activate env
Ask installation plan for jupyter_bokeh and jupyterlab:
conda install jupyter_bokeh jupyterlab --channel conda-forge

Proposed jupyterlab version in installation plan: 3.6.5
Proposed jupyter_bokeh version in installation plan: 3.0.7
This is comparable to the result of the steps described above with the conda classic solver first installing both packages, then forcing jupyter_bokeh version 3.0.7 to install.

Here is the complete installation plan with conda-libmamba-solver:

(env) PS D:\Data> conda install jupyter_bokeh jupyterlab --channel conda-forge
Channels:
 - conda-forge
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: C:\Users\xxx

  added / updated specs:
    - jupyter_bokeh
    - jupyterlab


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    jupyterlab-3.5.3           |     pyhd8ed1ab_0         5.6 MB  conda-forge
    nbclassic-1.0.0            |     pyhb4ecaf3_1         5.7 MB  conda-forge
    nbconvert-7.9.2            |     pyhd8ed1ab_0           8 KB  conda-forge
    nbconvert-pandoc-7.9.2     |     pyhd8ed1ab_0           7 KB  conda-forge
    pandoc-3.1.3               |       h57928b3_0        17.8 MB  conda-forge
    ------------------------------------------------------------
                                           Total:        29.1 MB

The following NEW packages will be INSTALLED:

  anyio              conda-forge/noarch::anyio-4.0.0-pyhd8ed1ab_0
  argon2-cffi        conda-forge/noarch::argon2-cffi-23.1.0-pyhd8ed1ab_0
  argon2-cffi-bindi~ conda-forge/win-64::argon2-cffi-bindings-21.2.0-py312he70551f_4
  arrow              conda-forge/noarch::arrow-1.3.0-pyhd8ed1ab_0
  asttokens          conda-forge/noarch::asttokens-2.4.0-pyhd8ed1ab_0
  attrs              conda-forge/noarch::attrs-23.1.0-pyh71513ae_1
  babel              conda-forge/noarch::babel-2.13.0-pyhd8ed1ab_0
  backcall           conda-forge/noarch::backcall-0.2.0-pyh9f0ad1d_0
  backports          conda-forge/noarch::backports-1.0-pyhd8ed1ab_3
  backports.functoo~ conda-forge/noarch::backports.functools_lru_cache-1.6.5-pyhd8ed1ab_0
  beautifulsoup4     conda-forge/noarch::beautifulsoup4-4.12.2-pyha770c72_0
  bleach             conda-forge/noarch::bleach-6.1.0-pyhd8ed1ab_0
  bokeh              conda-forge/noarch::bokeh-3.3.0-pyhd8ed1ab_0
  brotli-python      conda-forge/win-64::brotli-python-1.1.0-py312h53d5487_1
  cached-property    conda-forge/noarch::cached-property-1.5.2-hd8ed1ab_1
  cached_property    conda-forge/noarch::cached_property-1.5.2-pyha770c72_1
  certifi            conda-forge/noarch::certifi-2023.7.22-pyhd8ed1ab_0
  cffi               conda-forge/win-64::cffi-1.16.0-py312he70551f_0
  charset-normalizer conda-forge/noarch::charset-normalizer-3.3.0-pyhd8ed1ab_0
  colorama           conda-forge/noarch::colorama-0.4.6-pyhd8ed1ab_0
  comm               conda-forge/noarch::comm-0.1.4-pyhd8ed1ab_0
  contourpy          conda-forge/win-64::contourpy-1.1.1-py312h0d7def4_1
  debugpy            conda-forge/win-64::debugpy-1.8.0-py312h53d5487_1
  decorator          conda-forge/noarch::decorator-5.1.1-pyhd8ed1ab_0
  defusedxml         conda-forge/noarch::defusedxml-0.7.1-pyhd8ed1ab_0
  entrypoints        conda-forge/noarch::entrypoints-0.4-pyhd8ed1ab_0
  exceptiongroup     conda-forge/noarch::exceptiongroup-1.1.3-pyhd8ed1ab_0
  executing          conda-forge/noarch::executing-1.2.0-pyhd8ed1ab_0
  fqdn               conda-forge/noarch::fqdn-1.5.1-pyhd8ed1ab_0
  freetype           conda-forge/win-64::freetype-2.12.1-hdaf720e_2
  idna               conda-forge/noarch::idna-3.4-pyhd8ed1ab_0
  importlib-metadata conda-forge/noarch::importlib-metadata-6.8.0-pyha770c72_0
  importlib_metadata conda-forge/noarch::importlib_metadata-6.8.0-hd8ed1ab_0
  importlib_resourc~ conda-forge/noarch::importlib_resources-6.1.0-pyhd8ed1ab_0
  intel-openmp       conda-forge/win-64::intel-openmp-2023.2.0-h57928b3_50496
  ipykernel          conda-forge/noarch::ipykernel-6.25.2-pyh60829e3_0
  ipython            conda-forge/noarch::ipython-8.16.1-pyh5737063_0
  ipython_genutils   conda-forge/noarch::ipython_genutils-0.2.0-py_1
  ipywidgets         conda-forge/noarch::ipywidgets-8.1.1-pyhd8ed1ab_0
  isoduration        conda-forge/noarch::isoduration-20.11.0-pyhd8ed1ab_0
  jedi               conda-forge/noarch::jedi-0.19.1-pyhd8ed1ab_0
  jinja2             conda-forge/noarch::jinja2-3.1.2-pyhd8ed1ab_1
  json5              conda-forge/noarch::json5-0.9.14-pyhd8ed1ab_0
  jsonpointer        conda-forge/win-64::jsonpointer-2.4-py312h2e8e312_3
  jsonschema         conda-forge/noarch::jsonschema-4.19.1-pyhd8ed1ab_0
  jsonschema-specif~ conda-forge/noarch::jsonschema-specifications-2023.7.1-pyhd8ed1ab_0
  jsonschema-with-f~ conda-forge/noarch::jsonschema-with-format-nongpl-4.19.1-pyhd8ed1ab_0
  jupyter_bokeh      conda-forge/noarch::jupyter_bokeh-3.0.7-pyhd8ed1ab_0
  jupyter_client     conda-forge/noarch::jupyter_client-8.4.0-pyhd8ed1ab_0
  jupyter_core       conda-forge/win-64::jupyter_core-5.4.0-py312h2e8e312_0
  jupyter_events     conda-forge/noarch::jupyter_events-0.8.0-pyhd8ed1ab_0
  jupyter_server     conda-forge/noarch::jupyter_server-2.8.0-pyhd8ed1ab_0
  jupyter_server_te~ conda-forge/noarch::jupyter_server_terminals-0.4.4-pyhd8ed1ab_1
  jupyterlab         conda-forge/noarch::jupyterlab-3.5.3-pyhd8ed1ab_0
  jupyterlab_pygmen~ conda-forge/noarch::jupyterlab_pygments-0.2.2-pyhd8ed1ab_0
  jupyterlab_server  conda-forge/noarch::jupyterlab_server-2.25.0-pyhd8ed1ab_0
  jupyterlab_widgets conda-forge/noarch::jupyterlab_widgets-3.0.9-pyhd8ed1ab_0
  lcms2              conda-forge/win-64::lcms2-2.15-h67d730c_3
  lerc               conda-forge/win-64::lerc-4.0.0-h63175ca_0
  libblas            conda-forge/win-64::libblas-3.9.0-19_win64_mkl
  libcblas           conda-forge/win-64::libcblas-3.9.0-19_win64_mkl
  libdeflate         conda-forge/win-64::libdeflate-1.19-hcfcfb64_0
  libhwloc           conda-forge/win-64::libhwloc-2.9.3-default_haede6df_1009
  libiconv           conda-forge/win-64::libiconv-1.17-h8ffe710_0
  libjpeg-turbo      conda-forge/win-64::libjpeg-turbo-3.0.0-hcfcfb64_1
  liblapack          conda-forge/win-64::liblapack-3.9.0-19_win64_mkl
  libpng             conda-forge/win-64::libpng-1.6.39-h19919ed_0
  libsodium          conda-forge/win-64::libsodium-1.0.18-h8d14728_1
  libtiff            conda-forge/win-64::libtiff-4.6.0-h6e2ebb7_2
  libwebp-base       conda-forge/win-64::libwebp-base-1.3.2-hcfcfb64_0
  libxcb             conda-forge/win-64::libxcb-1.15-hcd874cb_0
  libxml2            conda-forge/win-64::libxml2-2.11.5-hc3477c8_1
  m2w64-gcc-libgfor~ conda-forge/win-64::m2w64-gcc-libgfortran-5.3.0-6
  m2w64-gcc-libs     conda-forge/win-64::m2w64-gcc-libs-5.3.0-7
  m2w64-gcc-libs-co~ conda-forge/win-64::m2w64-gcc-libs-core-5.3.0-7
  m2w64-gmp          conda-forge/win-64::m2w64-gmp-6.1.0-2
  m2w64-libwinpthre~ conda-forge/win-64::m2w64-libwinpthread-git-5.0.0.4634.697f757-2
  markupsafe         conda-forge/win-64::markupsafe-2.1.3-py312he70551f_1
  matplotlib-inline  conda-forge/noarch::matplotlib-inline-0.1.6-pyhd8ed1ab_0
  mistune            conda-forge/noarch::mistune-3.0.1-pyhd8ed1ab_0
  mkl                conda-forge/win-64::mkl-2023.2.0-h6a75c08_50496
  msys2-conda-epoch  conda-forge/win-64::msys2-conda-epoch-20160418-1
  nbclassic          conda-forge/noarch::nbclassic-1.0.0-pyhb4ecaf3_1
  nbclient           conda-forge/noarch::nbclient-0.8.0-pyhd8ed1ab_0
  nbconvert          conda-forge/noarch::nbconvert-7.9.2-pyhd8ed1ab_0
  nbconvert-core     conda-forge/noarch::nbconvert-core-7.9.2-pyhd8ed1ab_0
  nbconvert-pandoc   conda-forge/noarch::nbconvert-pandoc-7.9.2-pyhd8ed1ab_0
  nbformat           conda-forge/noarch::nbformat-5.9.2-pyhd8ed1ab_0
  nest-asyncio       conda-forge/noarch::nest-asyncio-1.5.8-pyhd8ed1ab_0
  notebook           conda-forge/noarch::notebook-6.5.4-pyha770c72_0
  notebook-shim      conda-forge/noarch::notebook-shim-0.2.3-pyhd8ed1ab_0
  numpy              conda-forge/win-64::numpy-1.26.0-py312h8753938_0
  openjpeg           conda-forge/win-64::openjpeg-2.5.0-h3d672ee_3
  overrides          conda-forge/noarch::overrides-7.4.0-pyhd8ed1ab_0
  packaging          conda-forge/noarch::packaging-23.2-pyhd8ed1ab_0
  pandas             conda-forge/win-64::pandas-2.1.1-py312h2ab9e98_1
  pandoc             conda-forge/win-64::pandoc-3.1.3-h57928b3_0
  pandocfilters      conda-forge/noarch::pandocfilters-1.5.0-pyhd8ed1ab_0
  parso              conda-forge/noarch::parso-0.8.3-pyhd8ed1ab_0
  pickleshare        conda-forge/noarch::pickleshare-0.7.5-py_1003
  pillow             conda-forge/win-64::pillow-10.1.0-py312he768995_0
  pkgutil-resolve-n~ conda-forge/noarch::pkgutil-resolve-name-1.3.10-pyhd8ed1ab_1
  platformdirs       conda-forge/noarch::platformdirs-3.11.0-pyhd8ed1ab_0
  prometheus_client  conda-forge/noarch::prometheus_client-0.17.1-pyhd8ed1ab_0
  prompt-toolkit     conda-forge/noarch::prompt-toolkit-3.0.39-pyha770c72_0
  prompt_toolkit     conda-forge/noarch::prompt_toolkit-3.0.39-hd8ed1ab_0
  psutil             conda-forge/win-64::psutil-5.9.5-py312he70551f_1
  pthread-stubs      conda-forge/win-64::pthread-stubs-0.4-hcd874cb_1001
  pthreads-win32     conda-forge/win-64::pthreads-win32-2.9.1-hfa6e2cd_3
  pure_eval          conda-forge/noarch::pure_eval-0.2.2-pyhd8ed1ab_0
  pycparser          conda-forge/noarch::pycparser-2.21-pyhd8ed1ab_0
  pygments           conda-forge/noarch::pygments-2.16.1-pyhd8ed1ab_0
  pysocks            conda-forge/noarch::pysocks-1.7.1-pyh0701188_6
  python-dateutil    conda-forge/noarch::python-dateutil-2.8.2-pyhd8ed1ab_0
  python-fastjsonsc~ conda-forge/noarch::python-fastjsonschema-2.18.1-pyhd8ed1ab_0
  python-json-logger conda-forge/noarch::python-json-logger-2.0.7-pyhd8ed1ab_0
  python-tzdata      conda-forge/noarch::python-tzdata-2023.3-pyhd8ed1ab_0
  python_abi         conda-forge/win-64::python_abi-3.12-4_cp312
  pytz               conda-forge/noarch::pytz-2023.3.post1-pyhd8ed1ab_0
  pywin32            conda-forge/win-64::pywin32-306-py312h53d5487_2
  pywinpty           conda-forge/win-64::pywinpty-2.0.12-py312h53d5487_0
  pyyaml             conda-forge/win-64::pyyaml-6.0.1-py312he70551f_1
  pyzmq              conda-forge/win-64::pyzmq-25.1.1-py312h8139593_1
  referencing        conda-forge/noarch::referencing-0.30.2-pyhd8ed1ab_0
  requests           conda-forge/noarch::requests-2.31.0-pyhd8ed1ab_0
  rfc3339-validator  conda-forge/noarch::rfc3339-validator-0.1.4-pyhd8ed1ab_0
  rfc3986-validator  conda-forge/noarch::rfc3986-validator-0.1.1-pyh9f0ad1d_0
  rpds-py            conda-forge/win-64::rpds-py-0.10.6-py312hfccd98a_0
  send2trash         conda-forge/noarch::send2trash-1.8.2-pyh08f2357_0
  six                conda-forge/noarch::six-1.16.0-pyh6c4a22f_0
  sniffio            conda-forge/noarch::sniffio-1.3.0-pyhd8ed1ab_0
  soupsieve          conda-forge/noarch::soupsieve-2.5-pyhd8ed1ab_1
  stack_data         conda-forge/noarch::stack_data-0.6.2-pyhd8ed1ab_0
  tbb                conda-forge/win-64::tbb-2021.10.0-h91493d7_1
  terminado          conda-forge/noarch::terminado-0.17.0-pyh08f2357_0
  tinycss2           conda-forge/noarch::tinycss2-1.2.1-pyhd8ed1ab_0
  tomli              conda-forge/noarch::tomli-2.0.1-pyhd8ed1ab_0
  tornado            conda-forge/win-64::tornado-6.3.3-py312he70551f_1
  traitlets          conda-forge/noarch::traitlets-5.9.0-pyhd8ed1ab_0
  types-python-date~ conda-forge/noarch::types-python-dateutil-2.8.19.14-pyhd8ed1ab_0
  typing-extensions  conda-forge/noarch::typing-extensions-4.8.0-hd8ed1ab_0
  typing_extensions  conda-forge/noarch::typing_extensions-4.8.0-pyha770c72_0
  typing_utils       conda-forge/noarch::typing_utils-0.1.0-pyhd8ed1ab_0
  uri-template       conda-forge/noarch::uri-template-1.3.0-pyhd8ed1ab_0
  urllib3            conda-forge/noarch::urllib3-2.0.6-pyhd8ed1ab_0
  wcwidth            conda-forge/noarch::wcwidth-0.2.8-pyhd8ed1ab_0
  webcolors          conda-forge/noarch::webcolors-1.13-pyhd8ed1ab_0
  webencodings       conda-forge/noarch::webencodings-0.5.1-pyhd8ed1ab_2
  websocket-client   conda-forge/noarch::websocket-client-1.6.4-pyhd8ed1ab_0
  widgetsnbextension conda-forge/noarch::widgetsnbextension-4.0.9-pyhd8ed1ab_0
  win_inet_pton      conda-forge/noarch::win_inet_pton-1.1.0-pyhd8ed1ab_6
  winpty             conda-forge/win-64::winpty-0.4.3-4
  xorg-libxau        conda-forge/win-64::xorg-libxau-1.0.11-hcd874cb_0
  xorg-libxdmcp      conda-forge/win-64::xorg-libxdmcp-1.1.3-hcd874cb_0
  xyzservices        conda-forge/noarch::xyzservices-2023.10.0-pyhd8ed1ab_0
  yaml               conda-forge/win-64::yaml-0.2.5-h8ffe710_2
  zeromq             conda-forge/win-64::zeromq-4.3.4-h0e60522_1
  zipp               conda-forge/noarch::zipp-3.17.0-pyhd8ed1ab_0
  zstd               conda-forge/win-64::zstd-1.5.5-h12be248_0

@Icoti
Copy link
Contributor Author

Icoti commented Oct 18, 2023

@mattpap
Copy link
Contributor

mattpap commented Oct 18, 2023

This is a known issue bokeh/jupyter_bokeh#195.

@bryevdv
Copy link
Member

bryevdv commented Oct 18, 2023

@mattpap can we close this in favor of the other issue then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants