Brian E. Granger
Brian E. Granger
Great progress! I was playing with the demo and it found it a little confusing that the visual styling of Prosemirror was different from the rendered markdown. The "promise" of...
## Description As I mentioned in #49, we are testing this on NFS filesystems and finding performance problems. On these file systems, we see that with a small number of...
Trying to figure out how to set the `collaborative_document_save_delay` property, but don't see how to do that. I would expect it to be a configurable trait, but haven't found that...
In testing the Jupyter AI 3.0.0a0 pre-release, I find that the AI always replies to all human messages, even when humans are trying to chat between themselves. ## Description When...
Testing the Jupyter AI 3.0.0.a0 prerelease and the behavior of deleting messages. ## Description There are a couple of issues in how chat works when you delete messages. First, create...
With the Jupyter AI 3.0.0a0 pre-release, I am seeing a 404 in the browser console when I create a new chat file. ## Description In spite of this 404, the...
## Description I see the following warnings in the browser console when I load JupyterLab with Jupyter AI 3.0.0a0 installed:  Jupyter AI seems...
Right now, the `/generate` command in the Chat UI only generates notebooks. We should use agents and tools to allow this to create other file types, like Python scripts. Could...
#### References to other Issues or PRs Related to #28022 Replacement for #24349 Fixes #27526, #27213 #### Brief description of what is fixed or changed This PR introduces a new...
I plan on implementing the hiding of input cells. Might not happen for 4.1, but I will be optimistic for now.