diff --git a/binder/requirements.txt b/binder/requirements.txt index 9ef2fa447fd..ef2a082ddd4 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -1,5 +1,5 @@ jupytext -plotly==5.23.0 +plotly==5.24.0 jupyter notebook pandas==2.2.2 diff --git a/doc/apidoc/conf.py b/doc/apidoc/conf.py index e6f7542bd02..d5978b7ce63 100644 --- a/doc/apidoc/conf.py +++ b/doc/apidoc/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "5.23.0" +release = "5.24.0" # -- General configuration --------------------------------------------------- diff --git a/doc/python/getting-started.md b/doc/python/getting-started.md index 0aa23dd37f8..e0909f4b99a 100644 --- a/doc/python/getting-started.md +++ b/doc/python/getting-started.md @@ -58,13 +58,13 @@ We also encourage you to join the [Plotly Community Forum](http://community.plot `plotly` may be installed using `pip`: ``` -$ pip install plotly==5.23.0 +$ pip install plotly==5.24.0 ``` or `conda`: ``` -$ conda install -c plotly plotly=5.23.0 +$ conda install -c plotly plotly=5.24.0 ``` This package contains everything you need to write figures to standalone HTML files. @@ -152,7 +152,7 @@ The instructions above apply to JupyterLab 3.x. **For JupyterLab 2 or earlier**, ``` # JupyterLab 2.x renderer support -jupyter labextension install jupyterlab-plotly@5.23.0 @jupyter-widgets/jupyterlab-manager +jupyter labextension install jupyterlab-plotly@5.24.0 @jupyter-widgets/jupyterlab-manager ``` Please check out our [Troubleshooting guide](/python/troubleshooting/) if you run into any problems with JupyterLab, particularly if you are using multiple python environments inside Jupyter. diff --git a/doc/requirements.txt b/doc/requirements.txt index 16d08aaa12c..7207dcf8787 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,4 +1,4 @@ -plotly==5.23.0 +plotly==5.24.0 jupytext==1.1.1 ipywidgets==7.7.2 jupyter-client<7