Skip to content

Commit 40ee3ed

Browse files
committed
1 parent 0794029 commit 40ee3ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/python-getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h4>Offline Use</h4>
5656

5757
<p><b>Inside Jupyter/IPython Notebooks</b></p><br>
5858
<pre><code class="python">import plotly
59-
print plotly.__version__ # version 1.9.4 required
59+
print(plotly.__version__) # version 1.9.4 required
6060
plotly.offline.init_notebook_mode() # run at the start of every notebook
6161
plotly.offline.iplot({
6262
"data": [{

0 commit comments

Comments
 (0)