Closed DanHickstein closed 2 years ago
When running in Spyder, get_ipython().class.name returns "SpyderShell", so we need to account for this and set pyType to "normal" in this case.
I think that this can be safely merged when you have a chance @gregmoille
Hey @DanHickstein sorry about that, kind of forgot about. Should be fixed now
When running in Spyder, get_ipython().class.name returns "SpyderShell", so we need to account for this and set pyType to "normal" in this case.