holoviz-dev / nbsite

Build a tested, sphinx-based website from notebooks
https://nbsite.pyviz.org
BSD 3-Clause "New" or "Revised" License
28 stars 14 forks source link

Building outputs debugger warning #278

Closed hoxbro closed 1 year ago

hoxbro commented 1 year ago

Running 0.8 locally, I'm getting these messages:

INFO: Writing evaluated notebook to /home/shh/Repos/holoviz/geoviews/doc/user_guide/Gridded_Datasets_II.ipynb
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.
hoxbro commented 1 year ago

Seems to be related to my recent upgrade to Python 3.11