dccsillag / magma-nvim

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

[Bug] Not an editor commad: MagmaInit python3 #62

Closed thecw9 closed 1 year ago

thecw9 commented 1 year ago

not an editor command check heahth I have installed the magma-nvim plugin, but i don't know why it don't have the command MagmaInit, can you help me, thank you!

nluetts commented 1 year ago

Hi there!

I have this exact issue, although my :checkhealth is fine:

magma: health#magma#check
========================================================================
## requirements
   - OK: NeoVim >=0.5
   - OK: Python >=3.8
   - OK: Python package pynvim found
   - OK: Python package jupyter-client found
   - OK: Python package ueberzug found
   - OK: Python package Pillow found
   - OK: Python package cairosvg found
   - OK: Python package pnglatex found
   - OK: Python package plotly found
   - OK: Python package kaleido found

@chiawen1 How did you solve the problem?

aarimond commented 1 year ago

Hi, I had same issue.

Might be related to #65 and others. In my case :UpdateRemotePlugins did not work.

I got the commands integrated correctly by upgrading my virtual environment from 3.8 to 3.10 and ran :UpdateRemotePlugins manually.