I have this very basic piece of Python
which I use to visualize some data and perform a few interactions with. I launch it from Spyder
and it is basically just a function.
In broad terms:
open a file and create a
DataFrame
from itplot some data and add a few sliders to interact with the data
I was wondering whether I could make this small code available to other people who do not have Python
installed and probably not even the latest Qt5
libs I am using.
Os would be Linux
but could also be Windows
if it came easier.
Can you tell me how time consuming would it be to create a standalone file which could be double clicked and just show the plot with the interactive bits?