I am hoping to make my notebooks more user friendly by incorporating some additional GUI's into the workflow. For example, rather than having the user type in the name of the csv file they hope to add as an item, I use pysimplegui to create a pop-up window, allowing them to browse to the item. However, when I try to a run a script that uses the pysimpleguiweb module, the cell gets stuck in the event loop.
... View more