-
Notifications
You must be signed in to change notification settings - Fork 52
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
[Bug] <Your title here> #92
Comments
err detail: |
Can you give a precise reproduction? EvaluateVisual on its own works for me |
处理 CursorMoved 自动命令 "*"..function MagmaUpdateInterface[1]..remote#define#request 时发生错误:
File "/home/dav/.local/share/nvim/lazy/magma-nvim/rplugin/python3/magma/magmabuffer.py", line 217, in update_interfa
File "/home/dav/.local/share/nvim/lazy/magma-nvim/rplugin/python3/magma/outputbuffer.py", line 94, in show |
Not the errors, but step by step how to get this error. I could not get it so far |
this is my code import numpy as np
import matplotlib.pyplot as plt
X = np.linspace(-np.pi, np.pi, 256)
C, S = np.cos(X), np.sin(X)
plt.plot(X, C)
plt.plot(X, S)
plt.show() this is my config : return {
-- jupyter nvim
"dccsillag/magma-nvim",
build = ":UpdateRemotePlugins",
config = function()
vim.cmd([[nnoremap <silent> <leader>mk :MagmaInit Python3<CR>
nnoremap <silent> <leader>m :MagmaEvaluateOperator<CR>
nnoremap <silent> <leader>mm :MagmaEvaluateLine<CR>
xnoremap <silent> <leader>m :<C-u>MagmaEvaluateVisual<CR>
nnoremap <silent> <leader>mc :MagmaReevaluateCell<CR>
nnoremap <silent> <leader>md :MagmaDelete<CR>
nnoremap <silent> <leader>mo :MagmaShowOutput<CR>
nnoremap <silent> <leader>ms :MagmaSave<CR>
let g:magma_automatically_open_output = v:false
let g:magma_image_provider = "ueberzug"
let g:magma_save_path = "~/tmp/magma"
]])
end,
} when i use "leader"m, then show this error. |
Is this solved? Having the same issue. Code runs well, but image (by matplotlib or seaborn etc) does not show, rather throws this error. Previously having error in wayland but persists in Xorg as well. |
Same Issue for me. |
You can try https://github.com/benlubas/molten-nvim, I forked this plugin and fixed up a bunch of things, added a bunch too. It uses Image.nvim to render images (which in turn uses either Uberzug++ or Kitty Graphics Protocol), and it's much less buggy in my experience. |
Describe the bug
A clear and concise description of what the bug is.
/outputchunks.py", line 125, in _get_char_pixelsize assert pty is not None
To Reproduce
Steps to reproduce the behavior:
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
==============================================================================
magma: health#magma#check
requirements ~
This feature will be removed in Nvim version 0.11
This feature will be removed in Nvim version 0.11
The text was updated successfully, but these errors were encountered: