You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-24
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,6 @@
1
1
# plotly.py
2
2
3
-
## Instal Plotly 3.0.0rc10
4
-
To install and enable with Jupyter or Jupyter lab, run:
5
-
```
6
-
pip install plotly==3.0.0rc9
7
-
pip install "notebook>=5.3" "ipywidgets>=7.2" # only necessary for Jupyter Notebook environments
8
-
```
9
-
10
-
If you're using older versions of `notebook` or `ipywidgets` you may need to manually activate the widget extensions (this should not be needed for `notebook>=5.3` and `ipywidgets>=7.2`)
In addition, to add JupyterLab support run the following commands
18
-
19
-
```
20
-
pip install jupyterlab
21
-
export NODE_OPTIONS=--max-old-space-size=4096
22
-
jupyter labextension install @jupyter-widgets/jupyterlab-manager # install the Jupyter widgets extension
23
-
jupyter labextension install plotlywidget
24
-
```
25
-
3
+
## Overview
26
4
[plotly.py](https://plot.ly/d3-js-for-python-and-pandas-charts/) is an interactive, browser-based graphing library for Python :sparkles:
27
5
28
6
Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is a high-level, declarative charting library. plotly.js ships with over 30 chart types, including scientific charts, 3D graphs, statistical charts, SVG maps, financial charts, and more.
@@ -39,13 +17,41 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
To install and enable with Jupyter or Jupyter Lab, run:
31
+
```
32
+
pip install plotly==3.0.0rc11
33
+
pip install "notebook>=5.3" "ipywidgets>=7.2" # only necessary for Jupyter Notebook environments
34
+
```
35
+
36
+
If you're using older versions of `notebook` or `ipywidgets` you may need to manually activate the widget extensions (this should not be needed for `notebook>=5.3` and `ipywidgets>=7.2`)
0 commit comments