Skip to content

Commit 6ec9244

Browse files
Birgit SchachlerBirgit Schachler
authored andcommitted
Bugfix inline
1 parent 393d896 commit 6ec9244

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

example/basic_example.ipynb

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,7 @@
157157
{
158158
"cell_type": "code",
159159
"execution_count": null,
160-
"metadata": {
161-
"collapsed": true
162-
},
160+
"metadata": {},
163161
"outputs": [],
164162
"source": [
165163
"# get power curves\n",
@@ -226,9 +224,7 @@
226224
{
227225
"cell_type": "code",
228226
"execution_count": null,
229-
"metadata": {
230-
"collapsed": true
231-
},
227+
"metadata": {},
232228
"outputs": [],
233229
"source": [
234230
"# power output calculation for my_turbine\n",
@@ -242,9 +238,7 @@
242238
{
243239
"cell_type": "code",
244240
"execution_count": null,
245-
"metadata": {
246-
"collapsed": true
247-
},
241+
"metadata": {},
248242
"outputs": [],
249243
"source": [
250244
"# power output calculation for e126\n",
@@ -283,17 +277,16 @@
283277
"# try to import matplotlib\n",
284278
"try:\n",
285279
" from matplotlib import pyplot as plt\n",
286-
" %matplotlib inline # needed in notebook to plot inline\n",
280+
" # matplotlib inline needed in notebook to plot inline\n",
281+
" %matplotlib inline \n",
287282
"except ImportError:\n",
288283
" plt = None"
289284
]
290285
},
291286
{
292287
"cell_type": "code",
293288
"execution_count": null,
294-
"metadata": {
295-
"collapsed": true
296-
},
289+
"metadata": {},
297290
"outputs": [],
298291
"source": [
299292
"# plot turbine power output\n",
@@ -306,9 +299,7 @@
306299
{
307300
"cell_type": "code",
308301
"execution_count": null,
309-
"metadata": {
310-
"collapsed": true
311-
},
302+
"metadata": {},
312303
"outputs": [],
313304
"source": [
314305
"# plot power (coefficient) curves\n",

0 commit comments

Comments
 (0)