`:checkhealth molten`
molten: require("molten.health").check()
molten-nvim ~
- OK NeoVim >=0.9
- OK Python >=3.10
- OK Python module pynvim found
- OK Python module jupyter-client found
- OK Python module cairosvg found
- OK Python module pnglatex found
- OK Python module plotly found
- OK Python module kaleido found
- OK Python module pyperclip found
- OK Python module nbformat found
- OK Python module pillow found
`:checkhealth provider` (the python parts)
Python 3 provider (optional) ~
- Using: g:python3_host_prog = "/home/mateus/anaconda3/bin/python"
- Executable: /home/mateus/anaconda3/bin/python
- Python version: 3.12.3
- pynvim version: 0.5.0
- OK Latest pynvim is installed.
Python virtualenv ~
- OK no $VIRTUAL_ENV
Description
When trying to enter the output i get this error, but after i dismiss it the cursor enter the output as normal.
If i comment out self.display_win.api.set_config({"footer": ""}) in outputbuffer.py the error goes away.
def remove_window_footer(self) -> None:
if self.display_win is not None:
...
#self.display_win.api.set_config({"footer": ""})
`:checkhealth molten`
molten: require("molten.health").check() molten-nvim ~ - OK NeoVim >=0.9 - OK Python >=3.10 - OK Python module pynvim found - OK Python module jupyter-client found - OK Python module cairosvg found - OK Python module pnglatex found - OK Python module plotly found - OK Python module kaleido found - OK Python module pyperclip found - OK Python module nbformat found - OK Python module pillow found`:checkhealth provider` (the python parts)
Python 3 provider (optional) ~ - Using: g:python3_host_prog = "/home/mateus/anaconda3/bin/python" - Executable: /home/mateus/anaconda3/bin/python - Python version: 3.12.3 - pynvim version: 0.5.0 - OK Latest pynvim is installed. Python virtualenv ~ - OK no $VIRTUAL_ENVDescription
When trying to enter the output i get this error, but after i dismiss it the cursor enter the output as normal.
If i comment out self.display_win.api.set_config({"footer": ""}) in outputbuffer.py the error goes away.
Reproduction Steps
My config:
Expected Behavior
To not receive an error