Commit c9c88ad
chore: Rename all instances of microsoft/vscode-jupyter to deepnote/vscode-deepnote (#120)
* Rename all instances of microsoft/vscode-jupyter to deepnote/vscode-deepnote
* chore: undo issue relinking devin did
* docs: rm weird docs from original fork
* chore: undo more changes
* fix: update package metadata and remove obsolete notebook
Addresses CodeRabbit review feedback:
1. Fixed api/package.json to have consistent repository references
- Updated repository.url to deepnote/vscode-deepnote
- Updated bugs.url to deepnote/vscode-deepnote
- Now matches homepage URL
2. Removed .vscode/notebooks/CITestResults.ipynb
- This notebook referenced a non-existent workflow (aggregate-test-results.yml)
- The workflow does not exist in this repository
3. Included package-lock.json dependency updates
- npm peer dependency changes
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* fix: correct upstream repository references to microsoft/vscode-jupyter-hub
Fixes incorrect references that were changed during the blanket
find-and-replace operation:
- Changed deepnote/vscode-deepnote-hub back to microsoft/vscode-jupyter-hub
in jupyterUtils.ts and jupyterSelfCertsError.ts
- These references point to upstream Microsoft repositories, not Deepnote repos
- Preserves important context for debugging and understanding the codebase
Addresses CodeRabbit review feedback.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* fix: update wiki URL comment to match canonical Microsoft target
Updates the inline comment in kernelDependencyService.node.ts (line 306)
to point to the correct Microsoft vscode-jupyter wiki page instead of
deepnote/vscode-deepnote. This ensures the comment matches the aka.ms
shortlink (https://aka.ms/AAhi594) which resolves to the Microsoft wiki.
The aka.ms link correctly opens the Microsoft documentation, so the
comment should reference the same canonical source.
Addresses CodeRabbit review feedback.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* docs: add note about closed upstream issue in test skip
Updates test skip comment in api.jupyterProvider.vscode.test.ts to note
that the upstream issue #14338 was closed in December 2023. The skip may
no longer be necessary but requires testing in a conda environment to
confirm before removal.
The issue was related to a temporary Jupyter Notebook/Traitlets
compatibility problem that has since been resolved upstream.
Reference: microsoft/vscode-jupyter#14338
Addresses CodeRabbit review feedback.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* last fixes
* update the badge.
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Christoffer Artmann <artgaard@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>1 parent b91f134 commit c9c88ad
File tree
13 files changed
+36
-534
lines changed- .github
- .vscode
- notebooks
- api
- build
- pythonFiles
- vscode_datascience_helpers/kernel
- src
- platform/common/utils
- test
- datascience/notebook
- standalone/api/unstable
13 files changed
+36
-534
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
| 264 | + | |
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments