Is there a way to completely reset the NEST kernel to its original state as it was when you first import nest?
import nest
Yes, just use nest.ResetKernel()
nest.ResetKernel()