Lukas Koch
Lukas Koch
I managed to write a tiny script that extracts the correct IP address in the SSH server plugin. Looks like the address with the `/128` subnet is the correct one...
I mean, it looks like there has not been an update of the plugin, so I guess the same issue remains. I just changed the ipv6 config to `default` for...
Ah, no. Scratch that. It chose the wrong IP address. It just worked because I tested it from within my home network, where the wrong IP address also works. The...
It is this hub: https://www.box.co.uk/ST103008U2C-StarTech.com-10-Port-USB-3.0-Hub-with-Ch_1876915.html The cable can be detached.
Changing the cable did not seem to change anything, but keeping the hub further away from the Pi seems to "fix" this issue. What a pain. Thanks a lot for...
I think the machine has Gnome installed (interpreting the output of `htop`, but I only work on it remotely via SSH.
Thanks all! I just updated my `pip install --user` version of JupyterLab and had to set this in `~/.jupyter/jupyter_server_config.py`: ``` c.ServerApp.jpserver_extensions = { "jupyterlab": True, "jupyterlab_code_formatter": True, } ``` The...
I am also not able to move entities around. Firefox 104.0 (64-bit)
Hi, I am in the same position as OP, it seems. Trying to use a covariance matrix from a ROOT file of a data release, but the returned object is...
Seems to be the same as OP's file: ``` >>> f.ShowStreamerInfo() OBJ: TList TList Doubly linked list : 0 StreamerInfo for class: TMatrixTBase, version=5, checksum=0x8b1ac221 TObject BASE offset= 0 type=66...