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

Skip to content

Commit 24f61f9

Browse files
committed
add privacy to front page for python/version2 since I took out static images
1 parent 0ea23ea commit 24f61f9

File tree

2 files changed

+6
-40
lines changed

2 files changed

+6
-40
lines changed

_posts/python-version2/fundamentals/privacy/2015-06-30-privacy.html

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
display_as: file_settings
1212
has_thumbnail: True
1313
version: 2
14-
ipynb: ~notebook_demo/97
14+
page_type: example_index
1515
order: 2
16-
page_type: u-guide
16+
ipynb: ~notebook_demo/97
1717
---
1818
{% raw %}
1919
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
@@ -23,44 +23,10 @@
2323
<h4 id="New-to-Plotly?">New to Plotly?<a class="anchor-link" href="#New-to-Plotly?">&#182;</a></h4><p>Plotly's Python library is free and open source! <a href="https://plot.ly/python/getting-started/">Get started</a> by downloading the client and <a href="https://plot.ly/python/getting-started/">reading the primer</a>.
2424
<br>You can set up Plotly to work in <a href="https://plot.ly/python/getting-started/#initialization-for-online-plotting">online</a> or <a href="https://plot.ly/python/getting-started/#initialization-for-offline-plotting">offline</a> mode, or in <a href="https://plot.ly/python/getting-started/#start-plotting-online">jupyter notebooks</a>.
2525
<br>We also have a quick-reference <a href="https://images.plot.ly/plotly-documentation/images/python_cheat_sheet.pdf">cheatsheet</a> (new!) to help you get started!</p>
26-
<h4 id="Version-Check">Version Check<a class="anchor-link" href="#Version-Check">&#182;</a></h4><p>Plotly's python package is updated frequently. Run <code>pip install plotly --upgrade</code> to use the latest version.</p>
27-
28-
</div>
29-
</div>
30-
</div>
31-
<div class="cell border-box-sizing code_cell rendered">
32-
<div class="input">
33-
<div class="prompt input_prompt">In&nbsp;[1]:</div>
34-
<div class="inner_cell">
35-
<div class="input_area">
36-
<div class=" highlight hl-ipython2"><pre><span></span><span class="kn">import</span> <span class="nn">plotly</span>
37-
<span class="n">plotly</span><span class="o">.</span><span class="n">__version__</span>
38-
</pre></div>
39-
40-
</div>
41-
</div>
42-
</div>
43-
44-
<div class="output_wrapper">
45-
<div class="output">
46-
47-
48-
<div class="output_area">
49-
50-
<div class="prompt output_prompt">Out[1]:</div>
51-
52-
53-
54-
55-
<div class="output_text output_subarea output_execute_result">
56-
<pre>&#39;3.1.0&#39;</pre>
57-
</div>
58-
59-
</div>
26+
<h4 id="Version-Check">Version Check<a class="anchor-link" href="#Version-Check">&#182;</a></h4><p>This is documentation for version 2 of plotly.py. See the <a href="https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md#270---2018-05-23">changelog</a> for differences between package versions.</p>
6027

6128
</div>
6229
</div>
63-
6430
</div>
6531
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
6632
</div>

_posts/python-version2/fundamentals/privacy/privacy.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
383383
]
384384
},
385385
"metadata": {},
386-
"output_type": "display_data"
386+
"output_type": "execute_result"
387387
},
388388
{
389389
"data": {
@@ -395,7 +395,7 @@
395395
]
396396
},
397397
"metadata": {},
398-
"output_type": "display_data"
398+
"output_type": "execute_result"
399399
},
400400
{
401401
"name": "stdout",
@@ -431,7 +431,7 @@
431431
" title = 'Privacy | plotly',\n",
432432
" name = 'Privacy', language='python', version='2',\n",
433433
" has_thumbnail= True, thumbnail= 'thumbnail/privacy.jpg',\n",
434-
" display_as='file_settings', order=2,\n",
434+
" display_as='file_settings', page_type='example_index', order=2,\n",
435435
" ipynb= '~notebook_demo/97')"
436436
]
437437
},

0 commit comments

Comments
 (0)