I am creating a Python GUI application using Kivy. Is it possible to connect a jupyter laptop to a running python interpreter to validate objects?
For example, if my application creates some Pandas dataframes, is it possible to work with / manipulate / visualize instances of these objects from a Jupyter Notebook?
source
share