Skip to content

Conversation

@MalteEbner
Copy link
Contributor

@MalteEbner MalteEbner commented Jan 6, 2026

What has changed and why?

Shows an example of a GUI running in the background while python operations are performed. This allows to use the python and GUI interface in parallel. Especially useful for Jupyter notebooks.

image

Concurrency / Race conditions?

As both the GUI and python use the same database client and python GIL, there is no concurrency and thus no errors from it.

How has it been tested?

Manually running the example notebook.

@MalteEbner MalteEbner changed the title Draft: Example for GUI running in background Draft: Interactive Jupyter notebook through running the GUI in the background. Jan 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants