Skip to content

Commit

Permalink
docker: replace jupyter-dash with dash since the previous have warnin…
Browse files Browse the repository at this point in the history
…gs, keep plotly

Previous jupyter-dash warning "Plugin 'jupyterlab_dash' is already
registered."

Plotly will be pulled as indirect dependency.

Related issues and discussions:

plotly/jupyter-dash#49 (comment)
This entire package is obsolete, its functionality has been integrated
into the main Dash package. If anyone is interested in helping modernize
JupyterDash packaging the Dash repo is the place to continue this
discussion.

Ouranosinc/pavics-jupyter-env-issues#5 (comment)
@Zeitsperre
As far as I can tell, we abandoned Dash in favour of Holoviews. Fell
free to drop it.

Ouranosinc/pavics-jupyter-env-issues#5 (comment)
@tlogan2000
Dash/jupyter dash can be dropped I think but `plotly` itself can be used
as a backend in Panel/Hvplot/Holoviews ecosystem so would be good to
keep.
  • Loading branch information
tlvu committed Mar 16, 2024
1 parent 9f6581b commit a73fc6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge
- cdat
- bokeh
- plotly # for jupyter-dash
# - plotly # for jupyter-dash
# - pyston
- pyviz/label/dev # for jupyter-panel-proxy, panel
- defaults
Expand Down Expand Up @@ -84,6 +84,8 @@ dependencies:
# https://github.com/bird-house/birdhouse-deploy/pull/63#issuecomment-668270608
# pinning hvplot did not solve the problem with violin plot.
- hvplot
# https://anaconda.org/conda-forge/dash
- dash >= 2.16.1
# https://streamlit.io/
# https://anaconda.org/conda-forge/streamlit
- streamlit
Expand Down Expand Up @@ -181,7 +183,6 @@ dependencies:
- nbresuse # needed by jupyterlab-system-monitor
# xeus-python: back-end kernel implementing the Jupyter Debug Protocol
- xeus-python
- jupyter-dash
# https:://github.com/jupyterhub/jupyter-server-proxy
- jupyter-server-proxy
# https://github.com/dask/dask-labextension
Expand Down

0 comments on commit a73fc6c

Please sign in to comment.