Add VS Code hint for Codespaces and preinstall Python/Jupyter extensions#262
Open
ecomodeller wants to merge 2 commits into
Open
Add VS Code hint for Codespaces and preinstall Python/Jupyter extensions#262ecomodeller wants to merge 2 commits into
ecomodeller wants to merge 2 commits into
Conversation
…tensions Lead the Codespaces section with the simplest path — run notebooks directly in the default VS Code editor, skipping the Jupyter token and port-8888 steps. Preinstall the ms-python.python and ms-toolsai.jupyter extensions via the devcontainer so they are ready on first launch.
The workshop website (built by zensical from web/docs/index.md) has its own GitHub Codespaces section; mirror the README tip there so users reading the published install page also see the simpler VS Code path.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The GitHub Codespaces instructions (in both the README and the published install page) walk users through copying a Jupyter token and opening port 8888 in the browser.
When a Codespace opens in the default VS Code editor, you can skip all of that: just open a notebook, pick the Python kernel, and run the cells — VS Code talks to the kernel directly. This PR adds a short tip pointing to that simpler path, leaving the existing token/browser instructions in place as an alternative.
It also preinstalls the Python and Jupyter extensions via the devcontainer, so they are ready on first launch instead of being installed on demand when you open a notebook.