First time here? Check out the FAQ!
answered 2018-01-26 17:36:54 +0100
The only place where the N0 is not wtitten properly is on the input box. You ca fix it by replacing
N0
N0=input_box(default=1)
with
N0=input_box(default=1, label='$N_0$')
See this modified interact