File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11jupytext
2- plotly == 4.14.1
2+ plotly == 4.14.2
33jupyter
44notebook
55pandas == 1.0.3
Original file line number Diff line number Diff line change 2828# The short X.Y version
2929version = ""
3030# The full version, including alpha/beta/rc tags
31- release = "4.14.1 "
31+ release = "4.14.2 "
3232
3333
3434# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ We also encourage you to join the [Plotly Community Forum](http://community.plot
5959` plotly ` may be installed using pip...
6060
6161```
62- $ pip install plotly==4.14.1
62+ $ pip install plotly==4.14.2
6363```
6464
6565or conda.
6666
6767```
68- $ conda install -c plotly plotly=4.14.1
68+ $ conda install -c plotly plotly=4.14.2
6969```
7070
7171This package contains everything you need to write figures to standalone HTML files.
@@ -157,10 +157,10 @@ Then run the following commands to install the required JupyterLab extensions (n
157157
158158```
159159# JupyterLab renderer support
160- jupyter labextension install jupyterlab-plotly@4.14.1
160+ jupyter labextension install jupyterlab-plotly@4.14.2
161161
162162# OPTIONAL: Jupyter widgets extension
163- jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget@4.14.1
163+ jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget@4.14.2
164164```
165165
166166These packages contain everything you need to run JupyterLab...
Original file line number Diff line number Diff line change 1- plotly == 4.14.1
1+ plotly == 4.14.2
22jupytext == 1.1.1
33jupyter
44notebook
You can’t perform that action at this time.
0 commit comments