muelphil
muelphil
I experimented again. When I save a plain Notebook it works. Also when there are tables and scripts present. As soon as I introduce a page - can be completly...
I'd like to add that this applies to any of the CF_* formats in Windows clipboard. Reading CF_TEXT, CF_OEMTEXT, CF_LOCALE, CF_UNICODETEXT all fail (return empty strings): ``` > clipboard.read('CF_UNICODETEXT') ''...
This is still broken. Why did you completly change and thereby break it without testing if it is even working AND THEN push it to production?
I'm trying to show the progress_bar only after the first update is happening, as the bars get initialized during initialization of my framework. I tried setting disable to True, then...