This commit is contained in:
rebornix 2023-07-27 16:34:48 -07:00
Родитель 854e8c9bab
Коммит 51e71b5df8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 181FC90D15393C20
3 изменённых файлов: 16 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f23d0724355414d235002fe87118fc2984d080dce8add1a46fe78192c5610dd
size 771063

Просмотреть файл

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:795e008f12ed62ce05f29422a9a4953b30660c6ec9512cafb2470050e21749a1
size 840585

Просмотреть файл

@ -106,6 +106,16 @@ While using the `/fix` command, it is now possible to enable iterative fixing wi
### Jupyter
#### Connect to Jupyter server on Codespace and Continue On with uncommitted changes
When working on Jupyter notebook on github.dev, you can now connect to Jupyter server running on a Codespace instance through the kernel picker.
<video src="images/1_81/connect-to-codespace.mp4" autoplay loop controls muted title="Connect to Jupyter Server on Codespace"></video>
You can switch to the underling Codespace instance by clicking on the "Continue on" button in the notebook toolbar, and it will carry over any uncommitted changes in the workspace to the Codespace instance.
<video src="images/1_81/continue-on-codespace.mp4" autoplay loop controls muted title="Continue on Codespace"></video>
### GitHub Pull Requests and Issues
There has been more progress on the [GitHub Pull Requests and Issues](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github) extension, which allows you to work on, create, and manage pull requests and issues.