简体   繁体   中英

Connect a Jupyter Notebook to a running Python App

I'm building a GUI Python App using Kivy. Is it possible to connect a jupyter notebook to the running python interpreter to inspect objects?

For example, if my app is producing some Pandas dataframes, is it possible to work on/manipulate/visualize instances of those objects from Jupyter Notebook?

It was possible to use Kivy in Jupyter Notebook since Kivy version 1.3.0 using InteractiveLauncher (see documentation ). However, this has been deprecated since version 1.10.0.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM