stefaneidelloth

Results 52 comments of stefaneidelloth

Thank you for the quick reply. My example data was not good enough and I adapted it to include more variables. I do not want to explicitly define the variables...

The above code would require that the variables are already explicitly mentioned on that level. I don't have an entry 'Emissions|CO2|Energy' in my original example data. However, it includes some...

Thank you for your advice. The design of the variable structure is still in progress and I hope that our colleagues force it to be strictly hierarchical and design it...

I also saw the null values on windows and the workaround of overriding the pivot_ui method worked for me. Could you please detect the OS and fix the line endings...

I'm also interested. In JavaScript one could pass an event handler `onRefresh `handler. However, this does not seem to work in Python. => Please provide a way to get the...

Updating JupyterLab to version 3.2.5 did not help. List of commands is still empty. The errors from the Chrome dev tools vanished.

jupyter server extension list: ``` Config dir: C:\Users\eis\.jupyter C:\python_env\App\WinPython\python-3.9.4.amd64\lib\site-packages\jupyter_server\transutils.py:13: FutureWarning: The alias `_()` will be deprecated. Use `_i18n()` inste ad. warnings.warn(warn_msg, FutureWarning) Config dir: C:\python_env\App\WinPython\python-3.9.4.amd64\etc\jupyter dask_labextension enabled - Validating dask_labextension......

In order to resolve the error on jupyter_nbextensions_configurator, I installed it with ``` pip install jupyter_nbextensions_configurator jupyter nbextensions_configurator enable --user ``` As expected, that did not seem to influence the...

I tried app.commands.execute('docmanager:save') again. That does work now. app.commands.list_commands() still returns an empty list.

If I wait a few seconds and enter app.commands._command_list in an extra cell, it returns a list of commands. Might be some timing / initialization issue. I tried to wait...