I have tried this example for batch reactor from the link, thought it working and displaying results but it is not displaying the plots for both of them and there is no error on the display.
After execution it shows:
<IPython.core.display.Javascript object>
<IPython.core.display.HTML object>
Please can you give any suggestion.
Regards,
Vaibhav
import matplotlib.pyplot as plt
x =linspace(0, 1, 50)
plt.figure()
plt.plot(x, x*x, '-o')