tiqi-group / pydase

A Python library for creating remote control interfaces of Python objects.
https://pydase.readthedocs.io
MIT License
1 stars 1 forks source link

Fix: client usage in jupyter notebook #165

Closed mosmuell closed 4 days ago

mosmuell commented 4 days ago

Trying to connect to a pydase service from a jupyter notebook fails, as I am passing async functions to the event loop of jupyter. However, this is somehow blocked. I always have to create a new thread to run the client event loop there.