sazirarrwth99 commited on
Commit
a0849be
·
1 Parent(s): 9091025

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -165,8 +165,6 @@ def setup_wind_farm_cluster(num_of_plants,num_my_turbines=6,num_e126_turbines=6,
165
  # try to import matplotlib
166
  logging.getLogger().setLevel(logging.WARNING)
167
  from matplotlib import pyplot as plt
168
- # matplotlib inline needed in notebook to plot inline
169
- %matplotlib inline
170
  df = example_cluster.power_output
171
  #make seriesto dataframe
172
  df = df.to_frame()
 
165
  # try to import matplotlib
166
  logging.getLogger().setLevel(logging.WARNING)
167
  from matplotlib import pyplot as plt
 
 
168
  df = example_cluster.power_output
169
  #make seriesto dataframe
170
  df = df.to_frame()