<!-- Please include a self-contained copy-pastable example that generates the issue if possible. Please be concise with code posted. See guidelines below on how to provide a good bug report: - Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports - Minimal Complete Verifiable Examples https://stackoverflow.com/help/mcve Bug reports that follow these guidelines are easier to diagnose, and so are often handled much more quickly. --> **Describe the issue**: When I start a Dask cluster with.g: **Minimal Complete Verifiable Example**: ```python from dask.distributed import Client client = Client() client ``` The button `Launch Dashboard in Jupyterlab` is not available. It works in another conda environment. ``` jupyterlab=3.6.2 dask-labextension=6.1.0 dask-core=2023.7.1