Kyle Cutler
Kyle Cutler
It seems like a workaround is to put `\u001b[99m` at the start of each chunk, as this is effectively a no-op.
I have seen this caused by the wrong kernelspec getting picked up (also using Anaconda). If you run `jupyter --paths` you should see a few directories listed under the `data:`...
@amanmahajan7 thanks for the example! I didn't know about the `useFocusRef` hook. I was able to get something working -- It's a bit more complicated than the example I posted...
Hi folks, thanks for working on this! Please let me know if I can help at all. One bit of feedback on the changes so far: ideally `resizeColumn` and `getColumnWidth`...
This is caused by the rules in Monaco's global stylesheets overriding one another. It would be great if the style selectors could be prefixed to make them more specific, e.g....
I was just about to report the same issue 🙂 even when passing `closeDelay` to prevent the tooltip from disappearing immediately, it will still disappear even if the user is...