napari / napari-console

A plugin that adds a console to napari
BSD 3-Clause "New" or "Revised" License
3 stars 12 forks source link

Migrate to npe2 #29

Closed Czaki closed 11 months ago

Czaki commented 11 months ago

This migrate napari-console to npe2. It silences

0.01s - 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.

warning on napari startup

closes napari/napari#6286

nclack commented 11 months ago

Do you still need the napari-plugin-engine dependency?

Czaki commented 11 months ago

good spot. Removed

DragaDoncila commented 11 months ago

@Czaki I think we should release, yes?

Czaki commented 11 months ago

yes