You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Everything functionally works technically but when I run MagmaInit python3 vim becomes extremely slow, like there is a half second delay between any vim shortcut and the action. Additionally when I evaluate a line the out put just says Out[...]: * On Hold, even if it's just a print statement.
To Reproduce
Steps to reproduce the behavior:
Install plugin using lazy.nvim
Go to any file (*.py or any other type of file) and run :MagmaInit python3
Expected behavior
Vim should be reasonably responsive and magma outputs should show print statements.
Desktop (please complete the following information):
OS: Ubuntu 22.04
Version NVIM v0.8.3
The text was updated successfully, but these errors were encountered:
I installed ipython and ipykernel and added another jupyter kernel to my conda environment but now the original kernel works fine. So I guess installing ipython and ipykernel fixed it.
Describe the bug
Everything functionally works technically but when I run MagmaInit python3 vim becomes extremely slow, like there is a half second delay between any vim shortcut and the action. Additionally when I evaluate a line the out put just says
Out[...]: * On Hold
, even if it's just a print statement.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Vim should be reasonably responsive and magma outputs should show print statements.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: