dccsillag / magma-nvim

Interact with Jupyter from NeoVim.
GNU General Public License v3.0
977 stars 49 forks source link

[Bug] It seems this plugion does not work on M1 #103

Open codeprefect opened 12 months ago

codeprefect commented 12 months ago

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:

  1. Install magma.nvim
  2. Open a python file
  3. Try MagmaInit
  4. See error (Not an editor command: MagmaInit)

Expected behavior Open magma interface

Screenshots

Screenshot 2023-08-31 at 22 15 52

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

benlubas commented 11 months ago

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.