Developing notebooks in vscode running in the browser #10315
greazer
announced in
Announcements
Replies: 1 comment
-
Sorry, I am trying to understand what is going on. That is in order to connect to a running Jupyter server, rather than running kernels with vscode, right? If so, that would allow keeping kernels running after disconnecting from vscode, which is interesting. If so, I still do not get it how to make it working, as "Editing Jupyter notebooks in VS Code can be done entirely through a web based interface provided by https://vscode.dev/ or https://github.dev/ (available by typing '.' when viewing a repo on https://github.com/)." does not make sense to me. Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can't install VS Code? No problem!
Editing Jupyter notebooks in VS Code can be done entirely through a web based interface provided by https://vscode.dev or https://github.dev (available by typing '.' when viewing a repo on https://github.com).
Open a notebook
Once you choose one of the above paths, open a Jupyter notebook (.ipynb). From there, be sure to install the Jupyter and Python extensions (Python only required if using... ahem... Python).
Run a cell
In order to run cells in your notebook, you'll need to specify a kernel to run against. There are at least 3 ways to accomplish this:
FYI
Connecting to a Jupyter server or running with the Pyolite kernel
Most features will operate just fine; however, we are still working to support the following:
Connecting to a Github Codespace
All functionality is available
Tell us what you think!
Feel free to add comments below, enter a New Issue or start a new GitHub Discussion
Beta Was this translation helpful? Give feedback.
All reactions