-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Neovim hangs when inserting text into a synced file #6
Comments
It looks like the issue occurs when I have .ju.py file that contains content before I open neovim. If the pattern is supposed to be that you edit one file file.ju.py, which syncs with another file.ipynb, then I find that neovim hangs. |
I have a couple of questions related to syncing: 1). If I have a file 2). Assume Thank you. This is a very cool package. |
ExplainationIn normal status, when you open a Some tooltips
|
The response on the browser is nearly instant when scrolling in normal mode on neovim. Also, in normal mode, neovim responds nearly instantly.
But when adding text, i.e., in insert mode, neovim hangs. This is true when I use neopyter both in direct mode and in proxy mode.
Perhaps I'm doing something wrong. This plugin would be ideal if I could manage to fix this problem.
The text was updated successfully, but these errors were encountered: