Skip to content

Commit c2a81c2

Browse files
committed
sharing the notebook as in the the video
1 parent 403b8bd commit c2a81c2

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

notebook.ipynb

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": 57,
6+
"metadata": {
7+
"collapsed": false
8+
},
9+
"outputs": [
10+
{
11+
"data": {
12+
"text/html": [
13+
"\n",
14+
" <iframe\n",
15+
" width=\"600\"\n",
16+
" height=\"500\"\n",
17+
" src=\"me.sortable.html\"\n",
18+
" frameborder=\"0\"\n",
19+
" allowfullscreen\n",
20+
" ></iframe>\n",
21+
" "
22+
],
23+
"text/plain": [
24+
"<IPython.lib.display.IFrame at 0x1031e1400>"
25+
]
26+
},
27+
"execution_count": 57,
28+
"metadata": {},
29+
"output_type": "execute_result"
30+
}
31+
],
32+
"source": [
33+
"import pyexcel as p\n",
34+
"sheet = p.get_sheet(file_name='goog.ods')\n",
35+
"sheet.save_as('me.sortable.html', display_length=10)\n",
36+
"from IPython.display import IFrame\n",
37+
"IFrame(\"me.sortable.html\", width=600, height=500)"
38+
]
39+
},
40+
{
41+
"cell_type": "code",
42+
"execution_count": null,
43+
"metadata": {
44+
"collapsed": true
45+
},
46+
"outputs": [],
47+
"source": []
48+
}
49+
],
50+
"metadata": {
51+
"kernelspec": {
52+
"display_name": "Python 3",
53+
"language": "python",
54+
"name": "python3"
55+
},
56+
"language_info": {
57+
"codemirror_mode": {
58+
"name": "ipython",
59+
"version": 3
60+
},
61+
"file_extension": ".py",
62+
"mimetype": "text/x-python",
63+
"name": "python",
64+
"nbconvert_exporter": "python",
65+
"pygments_lexer": "ipython3",
66+
"version": "3.5.2"
67+
}
68+
},
69+
"nbformat": 4,
70+
"nbformat_minor": 2
71+
}

0 commit comments

Comments
 (0)