You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the upgrade in software #292 there are some debugger warnings
/home/runner/work/lecture-python-programming.myst/lecture-python-programming.myst/lectures/parallelization.md: Executing notebook using local CWD [mystnb]
0.00s - Debugger warning: It seems that frozen modules are being used, which may
0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
0.00s - to python to disable frozen modules.
0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.
that we will need to investigate
The text was updated successfully, but these errors were encountered:
With the upgrade in software #292 there are some debugger warnings
that we will need to investigate
The text was updated successfully, but these errors were encountered: