Adrià Garriga-Alonso
Adrià Garriga-Alonso
## ng-debug[ger] Boring, but clear and correct.
How do you get _any_ key working as Meta in OS X? Using the default config, neither Cmd nor option send meta to tmux or emacs.
As a workaround, I'm adding lines to the config in the following style: ``` - { key: T, mods: Command|Shift, chars: "\x1bT", } - { key: T, mods: Command, chars:...
Hi! It's currently not possible, but it shouldn't be too hard to do. Looking at the notebook you linked, the sticking point is the Hierarchical kernel, that does not exist...
A less hacky way to do it might be the following. Set ```py pio.renderers.default = "png" ``` Works in the interactive REPL at least. I've been using the following code...
Yes, the jupyter notebook is a server running on 8888, in a remote machine. I did open it by first calling on the command line `jupyter nbclassic` and then connecting...
See the [README of emacs-jupyter](https://github.com/emacs-jupyter/jupyter#connecting-to-an-existing-kernel) for connecting to an existing kernel. You should start your kernel with `jupyter kernel`, note down the path of the connection `.json` file, and configure...
Yeah fair. I have no idea, I don’t use emacs-jupyter with org mode. Maybe there’s a way to make jupyter always use the same connection Json, so you have one...
You need to change `from gym.envs.registration import register` to `from gymnasium.envs.registration import register` in `__init__.py`.
Any progress on this? I had serious performance issues with elm-webgl, and most of the time is spent mapping to push attributes to GPU (the eval I added in #24...