-
Notifications
You must be signed in to change notification settings - Fork 337
Closed
Description
This plan captures our work on the Jupyter Extension in July 2023. We follow the same iteration cycle as VS Code. Although we plan for a whole iteration, we may not only ship at the end of an iteration but throughout.
Plan Items
Below is a summary of the top level plan items.
Legend of annotations:
Mark | Description |
---|---|
🏃 | work in progress |
✋ | blocked task |
💪 | stretch goal for this iteration |
🔁 | repeating activity from iteration to iteration |
🔴 | missing issue reference |
🔵 | more investigation required to remove uncertainty |
⚫ | under discussion within the team |
General
- Interactive Window system messaging improvements vscode-jupyter#13871 @amunger
Remote Jupyter Server
- Remove usage of URI and ServerId as identifier for Jupyter Servers vscode-jupyter#13632 @DonJayamanne
- Review API
JupyterServerProvider
and prepare for stable API vscode-jupyter#13894 @DonJayamanne @rebornix - 💪 Remove extra click for remote jupyter server connection vscode-jupyter#13892 @DonJayamanne
- 💪 Investigate API support for kernel startup prehook vscode-jupyter#13893 @rebornix @DonJayamanne
Codespaces
- Support 'Continue On...' for Jupyter Notebook vscode-jupyter#13895 @rebornix
Engineering
- None.
Deferred
- 🏃 Explore how to simplify the code for managing connections to local and remote Jupyter Servers vscode-jupyter#12832 @DonJayamanne