Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77d9027

Browse files
committed
updated pyguide
1 parent 19b4f21 commit 77d9027

File tree

2 files changed

+33
-13
lines changed

2 files changed

+33
-13
lines changed

_posts/user_guide_python/2015-06-30-new_py_guide.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,38 @@ <h3 id="Using-the-Reference-Page">Using the Reference Page<a class="anchor-link"
499499
<div class="inner_cell">
500500
<div class="text_cell_render border-box-sizing rendered_html">
501501
<h3 id="Issues-and-Questions">Issues and Questions<a class="anchor-link" href="#Issues-and-Questions">&#182;</a></h3>
502+
</div>
503+
</div>
504+
</div>
505+
<div class="cell border-box-sizing text_cell rendered">
506+
<div class="prompt input_prompt">
507+
</div>
508+
<div class="inner_cell">
509+
<div class="text_cell_render border-box-sizing rendered_html">
510+
<p>So you've developed a better understanding of Plotly now, and you're starting to create cooler plots and visualizations for different projects you're working on. If you ever happen to get stuck wtih certain use cases or features in Plotly, you can let us know at our <strong><a href="http://community.plot.ly">Community Forums</a></strong>. Moreover if you sign up for a Pro Plan, we also offer e-mail and intercom support as well. Finally if you think you've caught a bug or if something just doesn't function the way it should, you can create an issue on our <strong><a href="https://github.com/plotly/plotly.py/issues">Github Repo</a></strong>.</p>
511+
512+
</div>
513+
</div>
514+
</div>
515+
<div class="cell border-box-sizing code_cell rendered">
516+
<div class="input">
517+
<div class="prompt input_prompt">In&nbsp;[&nbsp;]:</div>
518+
<div class="inner_cell">
519+
<div class="input_area">
520+
<div class=" highlight hl-ipython2"><pre>
521+
</pre></div>
522+
523+
</div>
524+
</div>
525+
</div>
526+
527+
</div>
528+
<div class="cell border-box-sizing text_cell rendered">
529+
<div class="prompt input_prompt">
530+
</div>
531+
<div class="inner_cell">
532+
<div class="text_cell_render border-box-sizing rendered_html">
533+
502534
</div>
503535
</div>
504536
</div>{% endraw %}

_posts/user_guide_python/new_py_guide.ipynb

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@
422422
},
423423
{
424424
"cell_type": "code",
425-
"execution_count": 1,
425+
"execution_count": 4,
426426
"metadata": {
427427
"collapsed": false
428428
},
@@ -457,18 +457,6 @@
457457
"text": [
458458
"Requirement already up-to-date: publisher in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages\r\n"
459459
]
460-
},
461-
{
462-
"name": "stderr",
463-
"output_type": "stream",
464-
"text": [
465-
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IPython/nbconvert.py:13: ShimWarning: The `IPython.nbconvert` package has been deprecated. You should import from nbconvert instead.\n",
466-
" \"You should import from nbconvert instead.\", ShimWarning)\n",
467-
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/publisher/publisher.py:53: UserWarning: Did you \"Save\" this notebook before running this command? Remember to save, always save.\n",
468-
" warnings.warn('Did you \"Save\" this notebook before running this command? '\n",
469-
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/publisher/publisher.py:58: UserWarning: Your URL has more than 2 parts... are you sure?\n",
470-
" warnings.warn('Your URL has more than 2 parts... are you sure?')\n"
471-
]
472460
}
473461
],
474462
"source": [

0 commit comments

Comments
 (0)