magma-nvim
magma-nvim copied to clipboard
[Bug] It seems this plugion does not work on M1
Describe the bug I installed the plugin and it clearly was loaded as confirmed from the "Lazy" prompt, but all its commands including "UpdateRemotePlugins" are not working. I have managed to install most of the plugins except "ueberzug" that is not available for M1
To Reproduce Steps to reproduce the behavior:
- Install magma.nvim
- Open a python file
- Try MagmaInit
- See error (Not an editor command: MagmaInit)
Expected behavior Open magma interface
Screenshots
Desktop (please complete the following information):
- OS: MacOS Ventura
- Version 13.5.1
Additional context Add any other context about the problem here.
I also had issues with UpdateRemotePlugins
(on an M2 macbook)
But I was able to get it to work after installing these three python deps: pip3 install jupyter jupyter-client pynvim
Is it possible you're missing jupyter
? This plugin only lists jupyter-client
in the health check and README.