You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use the code completion in jupyter lab to watch a python package "foo" I have stored in another directory. I have used the setting python.analysis.extraPaths of the pyright language server so far.
Now, when I change something in foo and save the changes, the new content is just available after running a code cell in a notebook.
I would like to be able to use it right away. Is there any possibility to update the code completion regularly or on the save of a extraPath-file?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I want to use the code completion in jupyter lab to watch a python package "foo" I have stored in another directory. I have used the setting python.analysis.extraPaths of the pyright language server so far.
Now, when I change something in foo and save the changes, the new content is just available after running a code cell in a notebook.
I would like to be able to use it right away. Is there any possibility to update the code completion regularly or on the save of a extraPath-file?
Cheers and thanks in advance...
Beta Was this translation helpful? Give feedback.
All reactions