Vscode-jupyter: Jupyter Notebook editor not opening

Created on 23 Jun 2020  路  5Comments  路  Source: microsoft/vscode-jupyter

Issue Type: Bug

Not sure what changed but after using Jupyter Notebook for some time in VS code the notebook editor stopped opening. I'm not sure how to reproduce this issue but now I can't use notebooks in VS Code.

I confirmed it is is not working locally or on a remote session.

Extension version: 2020.6.89148
VS Code version: Code - Insiders 1.47.0-insider (0913b1aa43191d8af0ccb4a133d9a8d7c1a81d69, 2020-06-23T09:03:35.861Z)
OS version: Windows_NT x64 10.0.17134
Remote OS version: Linux x64 3.10.0-327.3.1.el7.x86_64


System Info

|Item|Value|
|---|---|
|CPUs|Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz (8 x 2112)|
|GPU Status|2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
opengl: enabled_on
protected_video_decode: enabled
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
viz_display_compositor: enabled_on
webgl: enabled
webgl2: enabled|
|Load (avg)|undefined|
|Memory (System)|15.88GB (9.38GB free)|
|Process Argv||
|Screen Reader|no|
|VM|0%|

|Item|Value|
|---|---|
|Remote|SSH: talon3|
|OS|Linux x64 3.10.0-327.3.1.el7.x86_64|
|CPUs|Intel(R) Xeon(R) CPU E5-2680 v4 @ 2.40GHz (28 x 2399)|
|Memory (System)|62.81GB (6.81GB free)|
|VM|0%|


bug

All 5 comments

@constant5 thanks for reporting and sorry about the issue. I see that you are on vscode - insiders. There is currently a general issue with opening webviews on insiders. If you get just a file tab with a totally blank screen when you open up a notebook editor then you might be running into this issue.

When this happens could you run the command "Developer: Open webview developer tools" and see if there are any errors in the console section?

@IanMatthewHuff I ran into the same issue as well on the 1.47.0-insider build and extension version: 2020.6.89148.

The notebook does not seem to load, just gives a blank screen, strangely the scroll bars seem to load up on the sides.
I did check the console on the webview developer tools. Here's what I found.

Failed to load resource: net::ERR_UNKNOWN_URL_SCHEME require.js:1 
Failed to load resource: net::ERR_UNKNOWN_URL_SCHEME ipywidgets.js:1
Failed to load resource: net::ERR_UNKNOWN_URL_SCHEME monaco.bundle.js:1 
Failed to load resource: net::ERR_UNKNOWN_URL_SCHEME commons.initial.bundle.js:1 
Failed to load resource: net::ERR_UNKNOWN_URL_SCHEME nativeEditor.js:1

Hope this helps.

Looks like there was a VSCode issue affecting all webviews (which our editor is) looks like it was resolved in a recent update, so the next insiders build should clear this up.
https://github.com/microsoft/vscode/issues/100879

The latest update to 1.47.0 resolved the issue. Thanks, I eally enjoy using Jupyter Notebooks with VS Code!

I can't open the noteboob, the error is this one:
Screenshot 2020-11-08 at 21 50 49

Was this page helpful?
0 / 5 - 0 ratings