【发布时间】:2023-02-05 05:13:00
【问题描述】:
我使用 conda 创建了一个新环境,并想将其添加到 jupyter-lab。我收到关于冻结模块的警告? (如下图)
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
我安装的都是...
ipykernel, ipython, ipywidgets, jupyterlab_widgets, ipympl
Python 版本 3.11.0,Conda 版本 22.11.0
我使用“conda install nodejs -c conda-forge --repodata-fn=repodata.json”来获取最新版本的nodejs
我还尝试将 ipykernel 重新安装到以前的版本 (6.20.1 -> 6.19.2)
【问题讨论】:
标签: python anaconda conda jupyter-lab