Josiah Outram Halstead

Results 78 comments of Josiah Outram Halstead

Hmm - that is the expected output, so euporie should detect that kitty graphics are supported. Do you have the [`graphics`](https://euporie.readthedocs.io/en/latest/pages/configuration.html#cmdoption-arg-graphics) option set in your configuration file? Does it work...

Hi @wybert - what happens if you launch euporie with the `--graphics=kitty --force-graphics` flags?

Ah interesting: it seems that detection of kitty graphics support is failing on MacOS for some reason. I'm going to try an set up a MacOS VM so I can...

Hi all - this should now be fixed by d30141306084e556a98e8733e02f6113245dc51b in `v2.8.8`

This is also relevant: https://github.com/ipython/ipykernel/blob/f7e5a8fb5c37d81c55b9ea785168c8a19d110eb4/hatch_build.py#L23 When the `ipykernel` wheel is built, the packaged kernelspec has just `python` as the first argument of the kernel launch command. If the user installs...

Thanks for your reply, but I think you have misunderstood this issue I described: I'm writing a new Jupyter client which I want users to run from a virtual environment...

I think in the case of a non-absolute `python` command, `cmd[0]` should be set to `sys._base_executable`, unless the client is running in the same prefix that the `connection_file` is located,...

Hi, Thanks for reporting this. Have you tried the latest version of euporie? Lots of things have been fixed since `v2.8.2`. If you're still having issues, it sounds like there...

Hi, I this is a good idea and would be useful. I believe that Jupyter does this by auto-saving copies in a folder called `.ipynb_checkpoints` (personally I find this way...

Hi, Thanks for the kind words. Only recent versions of tmux support sixel graphics (`tmux>=3.4`), and for this to work tmux has to be compiled with sixel support enabled. It...