Euporie Notebook freezes when typing `df[`
danielcs88 opened this issue · 0 comments
danielcs88 commented
Euporie freezes into an error when typing df[
. This is very common operation in Pandas, as typing df[column]
.
I've recorded a video of the crash.
I'm using iTerm2 in MacOS with CSI u mode but also WezTerm with the suggested settings
local wezterm = require 'wezterm'
return {
keys = {
{key="Enter", mods="CTRL", action=wezterm.action{SendString="\x1b[13;5u"}},
{key="Enter", mods="SHIFT", action=wezterm.action{SendString="\x1b[13;2u"}},
},