Skip to content

Commit

Permalink
Update env to avoid plotting error
Browse files Browse the repository at this point in the history
jupyter_bokeh >=4.0.1 is required for jupyterlab 4 to avoid the error described here: holoviz/panel#6333
  • Loading branch information
aufdenkampe committed Sep 26, 2024
1 parent b8fb058 commit e08a665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ dependencies:
- param

# Interactivity via Jupyter Notebooks
- jupyterlab
- jupyterlab >=4
- nodejs # required for many extensions
- ipympl # jupyter-matplotlib, https://github.com/matplotlib/ipympl
- ipywidgets # Interactive HTML widgets for Jupyter
- jupyter_bokeh # Renders Holviz / Bokeh objects in Jupyter
- jupyter_bokeh >=4.0.1 # Renders Holviz / Bokeh objects in Jupyter
- pyviz_comms # bidirectional communication between Python & JavaScript for Jupyter

# Dev tools: Language Server Protocol (LSP) (Optional), for:
Expand Down

0 comments on commit e08a665

Please sign in to comment.