Closed MarcSkovMadsen closed 2 years ago
Hi :-)
First of all thank you so much for your great pluggin =D
I wanted to use it with Panel 0.13 (because of the great new notification system) and I also face this bug.
While digging arround I realise it could be fixed by changing in ngl_viewer.py
from panel.util import lazy_load, string_types
by
from panel.util import lazy_load
from six import string_types
I made the changes and create a pull request --> #24 :-)
Best regards, Thibault.
When testing on panel 0.13.0rc5 I get