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

Skip to content

Commit c2441eb

Browse files
committed
new user guide ipynb
1 parent 2bb6c86 commit c2441eb

File tree

3 files changed

+167
-3
lines changed

3 files changed

+167
-3
lines changed

_posts/python/getting-started/getting-started.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,10 +328,10 @@
328328
"! pip install publisher --upgrade\n",
329329
"import publisher\n",
330330
"publisher.publish(\n",
331-
" 'privacy.ipynb', 'python/getting-started', 'Getting Started Plotly for Python',\n",
331+
" 'getting-started.ipynb', 'python/getting-started', 'Getting Started Plotly for Python',\n",
332332
" 'Getting Started with Plotly for Python',\n",
333333
" title = 'Getting Started Plotly for Python',\n",
334-
" thumbnail='/images/getting-started.png', language='python',\n",
334+
" thumbnail='', language='python',\n",
335335
" layout='getstart', has_thumbnail='false') "
336336
]
337337
},
@@ -361,7 +361,7 @@
361361
"name": "python",
362362
"nbconvert_exporter": "python",
363363
"pygments_lexer": "ipython2",
364-
"version": "2.7.10"
364+
"version": "2.7.11"
365365
}
366366
},
367367
"nbformat": 4,
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
permalink: python/user-g
3+
description: Getting Started with Plotly for Python
4+
title: Getting Started Plotly for Python
5+
has_thumbnail: true
6+
thumbnail:
7+
has_thumbnail: false
8+
layout: getstart
9+
page_type: u-guide
10+
language: python
11+
title: Getting Started Plotly for Python
12+
---
13+
{% raw %}
14+
<div class="cell border-box-sizing text_cell rendered">
15+
<div class="prompt input_prompt">
16+
</div>
17+
<div class="inner_cell">
18+
<div class="text_cell_render border-box-sizing rendered_html">
19+
<h1 id="Plotly-for-Python-User-Guide">Plotly for Python User Guide<a class="anchor-link" href="#Plotly-for-Python-User-Guide">&#182;</a></h1>
20+
</div>
21+
</div>
22+
</div>
23+
<div class="cell border-box-sizing code_cell rendered">
24+
<div class="input">
25+
<div class="prompt input_prompt">In&nbsp;[&nbsp;]:</div>
26+
<div class="inner_cell">
27+
<div class="input_area">
28+
<div class=" highlight hl-ipython2"><pre>
29+
</pre></div>
30+
31+
</div>
32+
</div>
33+
</div>
34+
35+
</div>
36+
<div class="cell border-box-sizing code_cell rendered">
37+
<div class="input">
38+
<div class="prompt input_prompt">In&nbsp;[&nbsp;]:</div>
39+
<div class="inner_cell">
40+
<div class="input_area">
41+
<div class=" highlight hl-ipython2"><pre>
42+
</pre></div>
43+
44+
</div>
45+
</div>
46+
</div>
47+
48+
</div>{% endraw %}

_posts/user_guide_python/user-g.ipynb

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"#Plotly for Python User Guide"
8+
]
9+
},
10+
{
11+
"cell_type": "code",
12+
"execution_count": null,
13+
"metadata": {
14+
"collapsed": true
15+
},
16+
"outputs": [],
17+
"source": []
18+
},
19+
{
20+
"cell_type": "code",
21+
"execution_count": null,
22+
"metadata": {
23+
"collapsed": true
24+
},
25+
"outputs": [],
26+
"source": []
27+
},
28+
{
29+
"cell_type": "code",
30+
"execution_count": 2,
31+
"metadata": {
32+
"collapsed": false
33+
},
34+
"outputs": [
35+
{
36+
"data": {
37+
"text/html": [
38+
"<link href=\"//fonts.googleapis.com/css?family=Open+Sans:600,400,300,200|Inconsolata|Ubuntu+Mono:400,700\" rel=\"stylesheet\" type=\"text/css\" />"
39+
],
40+
"text/plain": [
41+
"<IPython.core.display.HTML object>"
42+
]
43+
},
44+
"metadata": {},
45+
"output_type": "display_data"
46+
},
47+
{
48+
"data": {
49+
"text/html": [
50+
"<link rel=\"stylesheet\" type=\"text/css\" href=\"http://help.plot.ly/documentation/all_static/css/ipython-notebook-custom.css\">"
51+
],
52+
"text/plain": [
53+
"<IPython.core.display.HTML object>"
54+
]
55+
},
56+
"metadata": {},
57+
"output_type": "display_data"
58+
},
59+
{
60+
"name": "stdout",
61+
"output_type": "stream",
62+
"text": [
63+
"Requirement already up-to-date: publisher in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages\r\n",
64+
"\u001b[33mYou are using pip version 7.1.2, however version 8.0.2 is available.\r\n",
65+
"You should consider upgrading via the 'pip install --upgrade pip' command.\u001b[0m\r\n"
66+
]
67+
}
68+
],
69+
"source": [
70+
"from IPython.display import display, HTML\n",
71+
"\n",
72+
"display(HTML('<link href=\"//fonts.googleapis.com/css?family=Open+Sans:600,400,300,200|Inconsolata|Ubuntu+Mono:400,700\" rel=\"stylesheet\" type=\"text/css\" />'))\n",
73+
"display(HTML('<link rel=\"stylesheet\" type=\"text/css\" href=\"http://help.plot.ly/documentation/all_static/css/ipython-notebook-custom.css\">'))\n",
74+
"\n",
75+
"! pip install publisher --upgrade\n",
76+
"import publisher\n",
77+
"publisher.publish(\n",
78+
" 'user-g.ipynb', 'python/user-g', 'Getting Started Plotly for Python',\n",
79+
" 'Getting Started with Plotly for Python',\n",
80+
" title = 'Getting Started Plotly for Python',\n",
81+
" thumbnail='', language='python',\n",
82+
" layout='getstart', has_thumbnail='false') "
83+
]
84+
},
85+
{
86+
"cell_type": "code",
87+
"execution_count": null,
88+
"metadata": {
89+
"collapsed": true
90+
},
91+
"outputs": [],
92+
"source": []
93+
}
94+
],
95+
"metadata": {
96+
"kernelspec": {
97+
"display_name": "Python 2",
98+
"language": "python",
99+
"name": "python2"
100+
},
101+
"language_info": {
102+
"codemirror_mode": {
103+
"name": "ipython",
104+
"version": 2
105+
},
106+
"file_extension": ".py",
107+
"mimetype": "text/x-python",
108+
"name": "python",
109+
"nbconvert_exporter": "python",
110+
"pygments_lexer": "ipython2",
111+
"version": "2.7.11"
112+
}
113+
},
114+
"nbformat": 4,
115+
"nbformat_minor": 0
116+
}

0 commit comments

Comments
 (0)