-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'IPython': when running notebook in debug mode via VScode #145
Comments
One thing, is that IPython is not in the requirements.txt, but it is install in my local env. But in any case, we should add it to the requirements.txt so GHA can properly run the notebook |
Installing IPython and updating my local venv solved it. Will push the fix shortly. |
pushed: af8ad9a |
FWIT: The issue reappeared, even though I've been using the same VScode and environment. I think there might be a feature in jupyter and/or VScode that times how long a notebook runs, and after a while IPython becomes somehow unloaded (???). |
Reopening this issue, and also opened an issue on SCT. In the meantime, i will comment out all the calls to |
getting this when running notebook in debug mode via VScode:
Probably related to #134
The text was updated successfully, but these errors were encountered: