Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Installing via conda causes "Plugin 'jupyterlab_dash' is already registered." #125

Closed
jmakov opened this issue Oct 18, 2023 · 2 comments
Closed

Comments

@jmakov
Copy link

jmakov commented Oct 18, 2023

When installing via conda (see env.yaml below), and running jupyter lab build, then opening JupyterLab, a pop up appears: "Plugin 'jupyterlab_dash' is already registered."

env.yaml

name: test
channels:
  - numba
  - rapidsai
  - conda-forge
  - nvidia
  - defaults
dependencies:
  - bokeh
  - datashader
  - holoviews
  - hvplot >= 0.8.4
  - click
  - cudf
  - cuda
  - ipywidgets
  - jupyter-resource-usage
  - jupyter_bokeh
  - jupyter-dash
  - jupyterlab
  - jupyterlab_execute_time
  - jupyterlab_widgets
  - jupyterlab-variableinspector
  - nodejs
  - numba
  - numpy
  - pandas[performance,parquet,feather]
  - pip
  - polars[numpy,pandas,pyarrow,connectorx]
  - pyarrow
  - pytest
  - pyyaml
  - python
  - python-dateutil
  - ruptures
  - scikit-learn-intelex
  - setuptools
  - tqdm
  - pip:
      - detecta
      - pdoc
      - pycaret[full]
      - ray[default,tune,train,rlib]
@zba
Copy link

zba commented Nov 11, 2023

did you found a reason ? Having the same with pip install, jupiter alerts it on each start

@jmakov
Copy link
Author

jmakov commented Nov 11, 2023

Yes, restricting JupyterLab version solves the problem for me. I've modified this line:
- jupyterlab >= 4.0.0, < 5.0.0a0 # preventdash build problems, also required by https://github.com/jupyter-lsp/jupyterlab-lsp

@jmakov jmakov closed this as completed Nov 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants