Skip to content

Commit 9884e6b

Browse files
committed
updated notebook
1 parent a2cc7f4 commit 9884e6b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ chart.add_data_set(data, 'spline', 'Temperature', marker={'enabled': False})
196196
chart
197197
```
198198

199-
# Example notebooks:
199+
### Example notebooks:
200200

201201
* [Highcharts](http://nbviewer.ipython.org/github/kyper-data/python-highcharts/blob/master/examples/ipynb/highcharts/Example1.ipynb)
202202
* [Highmaps](http://nbviewer.ipython.org/github/kyper-data/python-highcharts/blob/master/examples/ipynb/highmaps/Example1.ipynb)

examples/ipynb/highcharts/3d-scatter-draggable.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"cell_type": "code",
15-
"execution_count": 8,
15+
"execution_count": 1,
1616
"metadata": {
1717
"collapsed": false,
1818
"scrolled": false
@@ -21,7 +21,7 @@
2121
{
2222
"data": {
2323
"text/html": [
24-
"<iframe style=\"border:0;outline:none;overflow:hidden\" srcdoc=\"&lt;!DOCTYPE html&gt;\n",
24+
"<iframe style=\"border:0;outline:none;overflow:hidden\" src=\"data:text/html,&lt;!DOCTYPE html&gt;\n",
2525
"&lt;html lang=&quot;en&quot;&gt;\n",
2626
" &lt;head&gt;\n",
2727
" &lt;meta charset=&quot;utf-8&quot; /&gt;\n",
@@ -61,7 +61,7 @@
6161
" }), &quot;zAxis&quot;: {&quot;max&quot;: 10, &quot;showFirstLabel&quot;: false, &quot;min&quot;: 0}, &quot;pane&quot;: {}, &quot;exporting&quot;: {}, &quot;drilldown&quot;: {}, &quot;navigation&quot;: {}, &quot;legend&quot;: {&quot;enabled&quot;: false}};\n",
6262
"\n",
6363
"\n",
64-
" var data = [{&quot;colorByPoint&quot;: true, &quot;data&quot;: [[1, 6, 5], [8, 7, 9], [1, 3, 4], [4, 6, 8], [5, 7, 7], [6, 9, 6], [7, 0, 5], [2, 3, 3], [3, 9, 8], [3, 6, 5], [4, 9, 4], [2, 3, 3], [6, 9, 9], [0, 7, 0], [7, 7, 9], [7, 2, 9], [0, 6, 2], [4, 6, 7], [3, 7, 7], [0, 1, 7], [2, 8, 6], [2, 3, 7], [6, 4, 8], [3, 5, 9], [7, 9, 5], [3, 1, 7], [4, 4, 2], [3, 6, 2], [3, 1, 6], [6, 8, 5], [6, 6, 7], [4, 1, 1], [7, 2, 7], [7, 7, 0], [8, 8, 9], [9, 4, 1], [8, 3, 4], [9, 8, 9], [3, 5, 3], [0, 2, 4], [6, 0, 2], [2, 1, 3], [5, 8, 9], [2, 1, 1], [9, 7, 6], [3, 0, 2], [9, 9, 0], [3, 4, 8], [2, 6, 1], [8, 9, 2], [7, 6, 5], [6, 3, 1], [9, 3, 1], [8, 9, 3], [9, 1, 0], [3, 8, 7], [8, 0, 0], [4, 9, 7], [8, 6, 2], [4, 3, 0], [2, 3, 5], [9, 1, 4], [1, 1, 4], [6, 0, 2], [6, 1, 6], [3, 8, 8], [8, 8, 7], [5, 5, 0], [3, 9, 6], [5, 4, 3], [6, 8, 3], [0, 1, 5], [6, 7, 3], [8, 3, 2], [3, 8, 3], [2, 1, 6], [4, 6, 7], [8, 9, 9], [5, 4, 2], [6, 1, 3], [6, 9, 5], [4, 8, 2], [9, 7, 4], [5, 4, 2], [9, 6, 1], [2, 7, 3], [4, 5, 4], [6, 8, 1], [3, 4, 0], [2, 2, 6], [5, 1, 2], [9, 9, 7], [6, 9, 9], [8, 4, 3], [4, 1, 7], [6, 2, 5], [0, 4, 9], [3, 5, 9], [6, 9, 1], [1, 9, 2]], &quot;type&quot;: &quot;scatter&quot;, &quot;name&quot;: &quot;Reading&quot;}]\n",
64+
" var data = [{&quot;colorByPoint&quot;: true, &quot;data&quot;: [[1, 6, 5], [8, 7, 9], [1, 3, 4], [4, 6, 8], [5, 7, 7], [6, 9, 6], [7, 0, 5], [2, 3, 3], [3, 9, 8], [3, 6, 5], [4, 9, 4], [2, 3, 3], [6, 9, 9], [0, 7, 0], [7, 7, 9], [7, 2, 9], [0, 6, 2], [4, 6, 7], [3, 7, 7], [0, 1, 7], [2, 8, 6], [2, 3, 7], [6, 4, 8], [3, 5, 9], [7, 9, 5], [3, 1, 7], [4, 4, 2], [3, 6, 2], [3, 1, 6], [6, 8, 5], [6, 6, 7], [4, 1, 1], [7, 2, 7], [7, 7, 0], [8, 8, 9], [9, 4, 1], [8, 3, 4], [9, 8, 9], [3, 5, 3], [0, 2, 4], [6, 0, 2], [2, 1, 3], [5, 8, 9], [2, 1, 1], [9, 7, 6], [3, 0, 2], [9, 9, 0], [3, 4, 8], [2, 6, 1], [8, 9, 2], [7, 6, 5], [6, 3, 1], [9, 3, 1], [8, 9, 3], [9, 1, 0], [3, 8, 7], [8, 0, 0], [4, 9, 7], [8, 6, 2], [4, 3, 0], [2, 3, 5], [9, 1, 4], [1, 1, 4], [6, 0, 2], [6, 1, 6], [3, 8, 8], [8, 8, 7], [5, 5, 0], [3, 9, 6], [5, 4, 3], [6, 8, 3], [0, 1, 5], [6, 7, 3], [8, 3, 2], [3, 8, 3], [2, 1, 6], [4, 6, 7], [8, 9, 9], [5, 4, 2], [6, 1, 3], [6, 9, 5], [4, 8, 2], [9, 7, 4], [5, 4, 2], [9, 6, 1], [2, 7, 3], [4, 5, 4], [6, 8, 1], [3, 4, 0], [2, 2, 6], [5, 1, 2], [9, 9, 7], [6, 9, 9], [8, 4, 3], [4, 1, 7], [6, 2, 5], [0, 4, 9], [3, 5, 9], [6, 9, 1], [1, 9, 2]], &quot;type&quot;: &quot;scatter&quot;, &quot;name&quot;: &quot;Reading&quot;}];\n",
6565
" option.series = data;\n",
6666
"\n",
6767
" \n",
@@ -107,13 +107,13 @@
107107
" &lt;/script&gt;\n",
108108
"\n",
109109
" &lt;/body&gt;\n",
110-
"&lt;/html&gt;\" height=400 width=550></iframe>"
110+
"&lt;/html&gt; \"height= 400 width =550></iframe>"
111111
],
112112
"text/plain": [
113-
"<highcharts.highcharts.highcharts.Highchart at 0x7f8494432ad0>"
113+
"<highcharts.highcharts.highcharts.Highchart at 0x7feb09fa5c10>"
114114
]
115115
},
116-
"execution_count": 8,
116+
"execution_count": 1,
117117
"metadata": {},
118118
"output_type": "execute_result"
119119
}

0 commit comments

Comments
 (0)