Jupyter notebook and pycharm are both using the same interpreter, so what else could cause the different behaviour?
Asked
Active
Viewed 17 times
0
-
2You probably won't get a meaningful answer without at least showing a [mre] and more details of your code that has this problem. Please see [ask] and the [question checklist](//meta.stackoverflow.com/q/260648/843953) – Pranav Hosangadi Nov 29 '22 at 22:06
-
1The [limit can be changed in any interpreter](https://stackoverflow.com/questions/3323001/what-is-the-maximum-recursion-depth-in-python-and-how-to-increase-it), so Jupyter might be doing just that. – MatsLindh Nov 29 '22 at 22:09
-
@MatsLindh -- Thanks; I didn't even know that was possible. If you write a short answer I'll be happy to upvote it. – butterflyknife Dec 03 '22 at 13:36