File tree Expand file tree Collapse file tree 1 file changed +71
-0
lines changed Expand file tree Collapse file tree 1 file changed +71
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments