John Kitchin

Results 42 issues of John Kitchin

I think it could be nice if you could make a url to a page of a cocreate that returns an svg/png. The application is for embedding an image of...

Hi, this is a great Dockerfile, thanks for sharing it. I am using it on a Mac, and I am unable to use M-x. it inserts ≈ instead. I am...

This is pretty amazing, emacs in a browser! I got it to work with this: ``` docker run -d \ --name x11-bridge \ -e MODE="tcp" \ -e XPRA_HTML="yes" \ -e...

Is there a way to add faces to parts of the candidates, e.g. make the authors be italicized, or add colors to the journal name, etc. this could make it...

A src block like ``` import plotly.graph_objects as go f = go.Figure(go.Scatter(x=[1, 2, 3], y=[5, 8, 9])) f.show() ``` generates a lot of html. For me that causes a few...

Hi, I am trying to use this on windows. I was able to install the package from Melpa. When I run a block though it seems to be trying to...

help wanted

Hi, I have worked out how to run a remote kernel at NERSC via ssh. First, I run `ssh jkitchin@nersc "jupyter kernel --kernel=myenv"` which creates a kernel, and then I...

help wanted

There are two related questions in this issue: 1. ivy doesn't seem to handle completing-read-multiple (or at least not the same as it does completing-read). I get a completion buffer,...

enhancement

Is it possible to make a selection buffer that looks like this in ivy? I am familiar with using a transformer for annotations, I was wondering more about the separators....

enhancement

It looks like google-maps and google-this-maps were undefined (and multiply defined in the keymap to "m"). I added google-this-maps and removed one of the duplicate keymap definitions. I also added...