Closed
Description
This plan captures our work on the Jupyter Extension in June 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
- None.
Kernels
- Faster display of Python environments in Kernel Picker vscode-jupyter#13653, upstream vscode-python#21271 @DonJayamanne
Remote Jupyter Server
- Move password manager into UserJupyterServer plugin vscode-jupyter#13631 @DonJayamanne
- Unify the storage for server uris (experimental) vscode-jupyter#11645 @DonJayamanne
- Export Notebook for Web: call
JupyterLab#ContentManager
directly to simplifyJupyterKernelSession
vscode-jupyter#13577 @DonJayamanne - 🏃 Remove usage of URI and ServerId as identifier for Jupyter Servers vscode-jupyter#13632 @DonJayamanne
Codespaces
- None.
Engineering
- Update Experimental Service npm package to latest vscode-jupyter#13687 @DonJayamanne
Deferred
- 🏃 Explore how to simplify the code for managing connections to local and remote Jupyter Servers vscode-jupyter#12832 @DonJayamanne