Vscode-jupyter: Local file not found error - Native notebooks

Created on 24 Sep 2020  路  7Comments  路  Source: microsoft/vscode-jupyter

originally created by @jilljac in https://github.com/microsoft/vscode/issues/106141




  • VSCode Version: 1.49.0-insider
  • OS Version: Mac OS Catalina 10.15.6 (19G2021)

Steps to Reproduce:

  1. Load pandas dataframe from local file
  2. Sometimes when loading, file not found. Requires kernel restart to fix


Does this issue occur when all extensions are disabled?: Yes/No

bug vscode-notebook

All 7 comments

Thanks for filing this issue. I thought we had fixed this. Will double check.

I am now having the same issue but with original notebooks. Does not recognize a file that is in my directory no matter what I do with settings and manually changing the directories.

image

@rchiodo The message Could NOT open editor for .... seems to be related to some change you made recently (or was planning on making). I recall something about opening some editor (supporting some magic command)

Let me try this at my end.

%%edit

was the command I was talking about. That wouldn't impact this scenario.

@claudiaregio I'm unable to repro this issue.
Please could you do the following:

  • Open user settings.json & add the following:
    "python.logging.level": "debug"
  • Reload VS Code
  • Try until u get the issue again
  • Copy the output from Python & Jupyter output panels & paste them here

Also, please copy output from Console window.
I would like to see the details of the error you're getting Could NOT open editor for ....

@DonJayamanne Python and Jupyter are not dropdown output options when I do that.. it appears as if I don't have the extensions installed but when I check the extensions tab Python is there...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

n-a-sz picture n-a-sz  路  3Comments

hyderkh picture hyderkh  路  4Comments

allefeld picture allefeld  路  4Comments

chrisjsewell picture chrisjsewell  路  4Comments

ashtou picture ashtou  路  3Comments