We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0794029 commit 40ee3edCopy full SHA for 40ee3ed
_includes/python-getting-started.html
@@ -56,7 +56,7 @@ <h4>Offline Use</h4>
56
57
<p><b>Inside Jupyter/IPython Notebooks</b></p><br>
58
<pre><code class="python">import plotly
59
-print plotly.__version__ # version 1.9.4 required
+print(plotly.__version__) # version 1.9.4 required
60
plotly.offline.init_notebook_mode() # run at the start of every notebook
61
plotly.offline.iplot({
62
"data": [{
0 commit comments