joouha / euporie

Jupyter notebooks in the terminal
https://euporie.readthedocs.io
MIT License
1.54k stars 36 forks source link

Euporie Notebook freezes when typing `df[` #78

Closed danielcs88 closed 1 year ago

danielcs88 commented 1 year ago

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.

asciicast

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"}},
   },