1
0
mirror of synced 2025-12-20 18:36:31 -05:00

[2022-11-09 Universe]: JupyterLab support for Codespaces - [GA] (#31767)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
hubwriter
2022-11-02 16:04:45 +00:00
committed by GitHub
parent 2f12209cca
commit feac4c738b
12 changed files with 79 additions and 29 deletions

View File

@@ -135,7 +135,7 @@ If you don't have any SSH keys, follow the instructions in "[Generating a new SS
gh codespace code -c CODESPACE-NAME
```
For more information, see "[Using {% data variables.product.prodname_github_codespaces %} in {% data variables.product.prodname_vscode %}](/codespaces/developing-in-codespaces/using-github-codespaces-in-visual-studio-code)."
You must have {% data variables.product.prodname_vscode_shortname %} installed on your local machine. For more information, see "[Using {% data variables.product.prodname_github_codespaces %} in {% data variables.product.prodname_vscode %}](/codespaces/developing-in-codespaces/using-github-codespaces-in-visual-studio-code)."
### Open a codespace in JupyterLab
@@ -143,6 +143,8 @@ For more information, see "[Using {% data variables.product.prodname_github_code
gh codespace jupyter -c CODESPACE-NAME
```
{% data reusables.codespaces.jupyterlab-installed-in-codespace %}
### Copy a file to/from a codespace
```shell