I created a new environment using conda and wanted to add it to jupyter-lab. I got a warning about frozen modules? (shown below)
ipython kernel install --user --name=testi2
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.
Installed kernelspec testi2 in /home/michael/.local/share/jupyter/kernels/testi2
All I had installed were...
ipykernel, ipython, ipywidgets, jupyterlab_widgets, ipympl
Python Version 3.11.0, Conda version 22.11.0
And I used "conda install nodejs -c conda-forge --repodata-fn=repodata.json" to get the latest version of nodejs
I also tried re-installing ipykernel to a previous version (6.20.1 -> 6.19.2)