-
I am using Positron for a python programming class I am running this semester, and I have had a few students ask me about why Intellisense is not firing on their system. For one student (on Windows), I confirmed that the file paths were not appearing when trying to use pd.read_csv(""). The file was indeed in the working directory and could load the file; Intellisense just didn't fire for them. Are there settings or configurations that may need to be reviewed? In my case, I am on a Macbook and this works without issue. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Positron's path completion on Windows is powered by Jedi, which has some known issues. Was your student in a Jupyter notebook? See this issue for details: #3758 |
Beta Was this translation helpful? Give feedback.
-
Yes, the issue is similar. And as luck would have it, on another student's computer I saw what is described here: #3758 (comment) And yes, they were using a Jupyter notebook via New > Jupyter Notebook from within Positron. I will close this as it's related to an open issue. |
Beta Was this translation helpful? Give feedback.
Positron's path completion on Windows is powered by Jedi, which has some known issues. Was your student in a Jupyter notebook? See this issue for details: #3758