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