As stated in the title, I couldn’t find a way to reuse data already existing or calculated from a spreadsheet in LabPlot when in a Python Notebook.
Is it at all possible to do this?
For context, I’m trying to do hypothesis testing on sets of data and later on found out that LabPlot is not able to do this natively without python. As of now I’m flattening and copying the data with comma separators into a variable in python, but this will get increasingly problematic with large datasets
At the moment it’s only possible to consume the results in the opposite direction - data created in a notebook can be used as the data source for the visualization.
If you need this for hypothesis testing only, please check our current development version where we implemented multiple tests:
This new feature will be part of the next release of LabPlot.
It would be great if we could use data created outside the notebook inside it as well! No worries though, that’s for the KDE Devs to decide if it may be something that can be done.
In the meantime, I’ll get the development version and give it a shot! Really appreciate the amazing work!