Ask Your Question

Revision history [back]

The only place where the N0 is not wtitten properly is on the input box. You ca fix it by replacing

N0=input_box(default=1)

with

N0=input_box(default=1, label='$N_0$')

See this modified interact