Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactive window on python files not working #2112

Open
paulsally opened this issue Nov 14, 2024 · 0 comments
Open

Interactive window on python files not working #2112

paulsally opened this issue Nov 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@paulsally
Copy link

paulsally commented Nov 14, 2024

Open in interactive window not working
When I open a python file and I right-click "Open in interactive window" the window remains stuck in "Connecting to kernel xxx: Jupyter..."
It eventually presents the notification that the app is ready with button to open on the browser and the app does work on the browser interface but the interactive window within VS Codium is not displaying.

Please confirm that this problem is VSCodium-specific

  • This bug doesn't happen if I use Microsoft's Visual Studio Code. It only happens in VSCodium.

Please confirm that the issue/resolution isn't already documented

To Reproduce
Steps to reproduce the behavior:

  1. Install extension Open Remote SSH by jean413
  2. Connect to remote host
  3. Install extensions Python and Jupyter
  4. Command palette: Python: Select interpreter and select conda environment where Jupyter package is installed
  5. Command palette: Jupyter: Select interpreter to start Jupyter server and select the same conda environment
  6. Open a python file and Right-click "Open in interactive window"
  7. See Notification "Your app is available on the browser"
  8. Open on browser and see that the web interface is correctly working
  9. Note that the interactive window is not loading and that it remains stuck on the message "Connecting to kernel..." image
  10. Eventually get the error message: "The Jupyter notebook server failed to launch in time"
    image

Expected behavior
The interactive tab opens on the right side containing the interactive debug info.

Desktop (please complete the following information):

  • OS: Mac OS Sequoia
  • Architecture: x64
  • Version: 15.1
  • App Manager: Homebrew (but vscodium installed upon download from website)

Additional context
VSCodium version: 1.95.2
image

@paulsally paulsally added the bug Something isn't working label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant