Closed
Description
code-server
version: 2.preview.9-vsc1.37.0- OS Version: Ubuntu 16.04
- Extension: VSCode Python - 2019.6.24221
Description
The Python Interactive feature (uses Jupyter to run Python code) does not seem to work with the v2 code-server version. When trying to run any script in interactive mode, the window will stay blank, and the Starting Jupyter server
indicator in the status bar will remain there indefinitely:
This feature is working with the v1 version of code-server (same machine, settings, versions, configuration).
I tried to gather a few more insights to help solve the issue:
- The Jupyter notebook server process is never created in v2 (for v1 the process is started)
- The last log message in the developer tools console is
Getting jupyter server options...
- The
index_bundle.js
under this url path/webview/vscode-resource/root/.vscode/extensions/ms-python.python-2019.6.24221/out/datascience-ui/history-react/index_bundle.js
returnsNot Found
(in v1 the correct script is returned). However, the service worker seems to be able to load a valid script. - I wasn't able to find any specific errors in the logs that seems to be related to this issue, but here are some other errors that appear:
Steps to Reproduce
- Start code server (preview 9)
- Install VSCode Python Extension
- Create python script and select
Run Current File in Python Interactive Window
Metadata
Metadata
Assignees
Labels
No labels