bash_kernel icon indicating copy to clipboard operation
bash_kernel copied to clipboard

`[?2004l` characters when outputing

Open moneroexamples opened this issue 4 years ago • 1 comments

I encountered strange issue which prohibits cells from running in sequence as numerical outputs were postfixes with [?2004l or [?200hl:

image

Found that setting

bind 'set enable-bracketed-paste off'

in first cell fixes the issue:

image

moneroexamples avatar Feb 06 '21 04:02 moneroexamples

Found that setting fixes the issue

bind 'set enable-bracketed-paste off'

Thanks, @moneroexamples!

hcz avatar Jun 02 '22 11:06 hcz

I think #120 should fix this.

takluyver avatar Aug 22 '22 10:08 takluyver