-
I am working with remote files served by a Jupyter server using EIN. However, I am having trouble opening multiple python files from the same server. My issue goes as following:
My current working solution which is far from ideal consists of the following:
How can I modify the behavior described above such that the following happens:
Any help would be appreciated. Based on this FAQ, my intuition is that I should modify |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Maybe the first thing to change is |
Beta Was this translation helpful? Give feedback.
Maybe the first thing to change is
lsp-auto-touch-files
? We automatically try to save the file on the disk(some language servers tend to fail if the file is not on the disk).