You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, I've been looking for a good way to do this for weeks! Thank you for the repo.
I'm interested in helping people get started with Python and VS Code and I wanted to have a free Binder VS Code instance to point people to, where they can work as if they had VS Code installed on their local machine. Much like Github Codespaces.
This repo is almost exactly that except that the interactive window doesn't work in the Binder-launched VS Code instance. I'm not sure where the issue is but, usually, right-clicking on a code selection and choosing the "Run in interactive window" option would launch VS Code's interactive window. Currently, it doesn't do anything. If the repo could be tweaked so that this works out of the box, that would be amazing.
The text was updated successfully, but these errors were encountered:
I haven't been able to try it directly, but it does look like this is a bit of an issue for code-server. See, for example, this issue and this issue.
BTW I think my issue is effectively the same as #30 and they could be combined.
To be more clear on the original issue it's the "Jupyter: Create Interactive Window" option that fails, with an error that reports: "Command 'Jupyter: Create Interactive Window' resulted in an error (command 'jupyter.createnewinteractive' not found)".
In terms of a way forward, it does look like there's a fix, instructions here: coder/code-server#4333
Not sure how easy it is to implement in this repo but very grateful if you get an opportunity to try.
First, I've been looking for a good way to do this for weeks! Thank you for the repo.
I'm interested in helping people get started with Python and VS Code and I wanted to have a free Binder VS Code instance to point people to, where they can work as if they had VS Code installed on their local machine. Much like Github Codespaces.
This repo is almost exactly that except that the interactive window doesn't work in the Binder-launched VS Code instance. I'm not sure where the issue is but, usually, right-clicking on a code selection and choosing the "Run in interactive window" option would launch VS Code's interactive window. Currently, it doesn't do anything. If the repo could be tweaked so that this works out of the box, that would be amazing.
The text was updated successfully, but these errors were encountered: