Replies: 1 comment 2 replies
-
Molten does not handle opening ipy files. This would be done by a plugin like jupytext.nvim and the command line utility jupytext (which I suspect is what's missing in the new env) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Thanks for the awesome plugin. I've set up a virtual environment for Molten in the past, but due to the project requirements I needed to create a new one. In this new environment I can no longer open .ipynb files, all I get is an empty file. I've done the following from my new virtual environment, but neovim still doesn't show contents of the ipynb notebook file:
Given that it works on my old environment, there must be something missing in my configuration. The output of
:checkhealth molten
doesn't differ between the working and non-working environments:Could you please point me at how I can debug this? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions