Jupyter notebooks In [1]: import numpy as np import matplotlib.pyplot as plt In [5]: a = 0 a Out[5]: 1 In [6]: a = a + 1 a Out[6]: 2