Mark Gee
Mark Gee
Hi, I can confirm that 1.4.6-rc.2 build works for me too. Thanks for the work!
Happens to me on windows 11 too
@leej11 try adding a `return`, i.e. ```python def play_notification(): return Javascript("new Notification('Cell Execution Has Finished')") play_notification() ```
The dockerfile is indeed writing `kubeflow` as the default value for the environment variable. Changing the yaml file here ensures that we are replacing the correct environment variable, if we...
First time contributing! Do I need to do anything else for this?
Facing this problem as well. Using WSL with `uname -r` returning `5.15.90.1-microsoft-standard-WSL2`. I'm not sure if it's related but trying to install `cudatoolkit` with `micromamba install -y -n base -c...
Could I check that this is still not working even with multi-tty support when running `emacs --daemon` instead of `(server-start)`?