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
<h4id="New-to-Plotly?">New to Plotly?<aclass="anchor-link" href="#New-to-Plotly?">¶</a></h4><p>Plotly's Python library is free and open source! <ahref="https://plot.ly/python/getting-started/">Get started</a> by downloading the client and <ahref="https://plot.ly/python/getting-started/">reading the primer</a>.
23
+
<h4id="New-to-Plotly?">New to Plotly?<aclass="anchor-link" href="#New-to-Plotly?">¶</a></h4><p>Plotly's Python library is free and open source! <ahref="https://plot.ly/python/getting-started/">Get started</a> by downloading the client and <ahref="https://plot.ly/python/getting-started/">reading the primer</a>.
24
24
<br>You can set up Plotly to work in <ahref="https://plot.ly/python/getting-started/#initialization-for-online-plotting">online</a> or <ahref="https://plot.ly/python/getting-started/#initialization-for-offline-plotting">offline</a> mode, or in <ahref="https://plot.ly/python/getting-started/#start-plotting-online">jupyter notebooks</a>.
25
25
<br>We also have a quick-reference <ahref="https://images.plot.ly/plotly-documentation/images/python_cheat_sheet.pdf">cheatsheet</a> (new!) to help you get started!</p>
26
-
<h4id="Version-Check">Version Check<aclass="anchor-link" href="#Version-Check">¶</a></h4><p>Plotly's python package is updated frequently. Run pip install plotly --upgrade to use the latest version.</p>
<h4id="Version-Check">Version Check<aclass="anchor-link" href="#Version-Check">¶</a></h4><p>This is documentation for version 2 of plotly.py. See the <ahref="https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md#270---2018-05-23">changelog</a> for differences between package versions.</p>
Copy file name to clipboardExpand all lines: _posts/python-version2/subplots/3d-subplot/3d-subplots.ipynb
+3-38Lines changed: 3 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -9,28 +9,7 @@
9
9
"<br>You can set up Plotly to work in [online](https://plot.ly/python/getting-started/#initialization-for-online-plotting) or [offline](https://plot.ly/python/getting-started/#initialization-for-offline-plotting) mode, or in [jupyter notebooks](https://plot.ly/python/getting-started/#start-plotting-online).\n",
10
10
"<br>We also have a quick-reference [cheatsheet](https://images.plot.ly/plotly-documentation/images/python_cheat_sheet.pdf) (new!) to help you get started!\n",
11
11
"#### Version Check\n",
12
-
"Plotly's python package is updated frequently. Run pip install plotly --upgrade to use the latest version."
13
-
]
14
-
},
15
-
{
16
-
"cell_type": "code",
17
-
"execution_count": 1,
18
-
"metadata": {},
19
-
"outputs": [
20
-
{
21
-
"data": {
22
-
"text/plain": [
23
-
"'2.0.7'"
24
-
]
25
-
},
26
-
"execution_count": 1,
27
-
"metadata": {},
28
-
"output_type": "execute_result"
29
-
}
30
-
],
31
-
"source": [
32
-
"import plotly \n",
33
-
"plotly.__version__"
12
+
"This is documentation for version 2 of plotly.py. See the [changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md#270---2018-05-23) for differences between package versions."
0 commit comments