DataPlotly not showing as provider
After installing the plugin I go to Settings/Options/Processing and see that DataPlotly appears in Menus but does not appear under Providers.
I wonder if the plugin is installing correctly on my system. I am running QGIS version 3.42.1 with Ubuntu 24.10. Or am I missing something related to its activation.
I guess you need to open your QGIS Log panel, the comic strip bubble : https://docs.qgis.org/3.40/en/docs/user_manual/introduction/general_tools.html#log-message-panel
You might have a clue inside, maybe about missing Panda ?
thanks @Gustry I also think that the problem is the same. We added a check on pandas installation. @davdent can you check if you have the library installed? Just open a python console in QGIS and type import pandas. If you get an ModuleNotFoundError then you are missing pandas and you have to install it manually