Search code examples
pythonnest-simulator

How can the NEST kernel be completely reset?


Is there a way to completely reset the NEST kernel to its original state as it was when you first import nest?


Solution

  • Yes, just use nest.ResetKernel()