Skip to content

Commit f6ef09d

Browse files
Rename all instances of microsoft/vscode-jupyter to deepnote/vscode-deepnote
1 parent 4382e25 commit f6ef09d

File tree

67 files changed

+112
-112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+112
-112
lines changed

.github/commands.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
"action": "close",
262262
"reason": "not_planned",
263263
"addLabel": "*caused-by-extension",
264-
"comment": "It looks like this is caused by the Jupyter extension. Please file the issue to the [Jupyter extension repository](https://github.com/microsoft/vscode-jupyter). Make sure to check their issue reporting template and provide them relevant information such as the extension version you're using. See also our [issue reporting guidelines](https://aka.ms/vscodeissuereporting) for more information.\n\nHappy Coding!"
264+
"comment": "It looks like this is caused by the Jupyter extension. Please file the issue to the [Jupyter extension repository](https://github.com/deepnote/vscode-deepnote). Make sure to check their issue reporting template and provide them relevant information such as the extension version you're using. See also our [issue reporting guidelines](https://aka.ms/vscodeissuereporting) for more information.\n\nHappy Coding!"
265265
},
266266
{
267267
"type": "comment",

.github/endgame_plan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
* [Endgame Template](https://github.com/microsoft/vscode-jupyter/blob/main/.github/endgame_plan.md)
1+
* [Endgame Template](https://github.com/deepnote/vscode-deepnote/blob/main/.github/endgame_plan.md)
22

33
## Thursday
44
- [ ] Ensure that any CI test failures have issues assigned to that area's owner.
55
- [ ] Work with the build champ to drive the build to green by fixing/disabling tests or pinging area owners to do so.
66

77
## Friday
8-
- [ ] Review [Component Governance](https://dev.azure.com/monacotools/Monaco/_componentGovernance/191876) (Click on "microsoft/vscode-jupyter" on that page) and resolve all High/Severe issues.
8+
- [ ] Review [Component Governance](https://dev.azure.com/monacotools/Monaco/_componentGovernance/191876) (Click on "deepnote/vscode-deepnote" on that page) and resolve all High/Severe issues.
99
- [ ] Focus on resolving `Critical` and `High` priority issues as others will be addressed in the `debt` week.
1010
- [ ] Manually add any repository dependencies (if you can't add manually, refer [here](https://docs.opensource.microsoft.com/tools/cg/features/cgmanifest/)). Only add a cgmanifest.json if the components are not NPM or are not dev only.
11-
Instructions on updating `npm` dependencies in `package.json` & `package-lock.json` can be found [here](https://github.com/microsoft/vscode-jupyter/wiki/Resolving-Component-Governance-and-Dependabot-issues-(updating-package-lock.json)).
11+
Instructions on updating `npm` dependencies in `package.json` & `package-lock.json` can be found [here](https://github.com/deepnote/vscode-deepnote/wiki/Resolving-Component-Governance-and-Dependabot-issues-(updating-package-lock.json)).
1212
- [ ] Create new release branch with format `release/release-YYYY.MM`.
1313
* Note: The release branch is now ready for to be published (or hotfixed)
1414
- [ ] Back on the `main` branch, bump the version in `package.json`.

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
}
128128
},
129129
{
130-
// Run this first: https://github.com/microsoft/vscode-jupyter/blob/main/src/test/datascience/setupTestEnvs.cmd
130+
// Run this first: https://github.com/deepnote/vscode-deepnote/blob/main/src/test/datascience/setupTestEnvs.cmd
131131
// Then specify either a grep below or mark a test as 'test.only' to run the test that's failing.
132132
"name": "Tests (Jupyter+Python Extension installed, *.vscode.test.ts)",
133133
"type": "extensionHost",

.vscode/notebooks/CITestResults.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"\n",
8686
"def getRuns():\n",
8787
" runsResponse = requests.get(\n",
88-
" \"https://api.github.com/repos/microsoft/vscode-jupyter/actions/workflows/aggregate-test-results.yml/runs?per_page=50\",\n",
88+
" \"https://api.github.com/repos/deepnote/vscode-deepnote/actions/workflows/aggregate-test-results.yml/runs?per_page=50\",\n",
8989
" headers={\n",
9090
" \"Accept\": \"application/vnd.github+json\",\n",
9191
" \"Authorization\": f\"Bearer {authtoken}\",\n",
@@ -143,7 +143,7 @@
143143
"\n",
144144
"def getArtifactData(id):\n",
145145
" testResultsResponse = requests.get(\n",
146-
" f\"https://api.github.com/repos/microsoft/vscode-jupyter/actions/artifacts/{id}/zip\",\n",
146+
" f\"https://api.github.com/repos/deepnote/vscode-deepnote/actions/artifacts/{id}/zip\",\n",
147147
" headers={\n",
148148
" \"Accept\": \"application/vnd.github+json\",\n",
149149
" \"Authorization\": f\"Bearer {authtoken}\",\n",
@@ -311,7 +311,7 @@
311311
"# post to create new github issue\n",
312312
"def createIssue(title, body):\n",
313313
" print(\"Creating issue for \" + title)\n",
314-
" url = 'https://api.github.com/repos/microsoft/vscode-jupyter/issues'\n",
314+
" url = 'https://api.github.com/repos/deepnote/vscode-deepnote/issues'\n",
315315
" data = {\n",
316316
" 'title': title,\n",
317317
" 'body': body,\n",

.vscode/notebooks/GithubLabels.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
}
7575
],
7676
"source": [
77-
"repo_jupyter = g.get_repo('microsoft/vscode-jupyter')\n",
77+
"repo_jupyter = g.get_repo('deepnote/vscode-deepnote')\n",
7878
"\n",
7979
"for l in repo_jupyter.get_labels():\n",
8080
" if (l.color == 'c5def5'):\n",
@@ -114,7 +114,7 @@
114114
}
115115
],
116116
"source": [
117-
"repo_jupyter_internal = g.get_repo('microsoft/vscode-jupyter-internal')\n",
117+
"repo_jupyter_internal = g.get_repo('deepnote/vscode-deepnote-internal')\n",
118118
"\n",
119119
"for l in repo_jupyter_internal.get_labels():\n",
120120
" if (l.color == 'c5def5'):\n",

CONTRIBUTING.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
| `main` branch |
66
| ------------- |
77

8-
## | ![Main Build](https://github.com/microsoft/vscode-jupyter/actions/workflows/build-test.yml/badge.svg?branch=main)
8+
## | ![Main Build](https://github.com/deepnote/vscode-deepnote/actions/workflows/build-test.yml/badge.svg?branch=main)
99

1010
[For contributing to the [Microsoft Python Language Server](https://github.com/Microsoft/python-language-server) see its own repo; for [Pylance](https://github.com/microsoft/pylance-release) see its own repo; for [debugpy](https://github.com/microsoft/debugpy) see its own repo]
1111

@@ -27,7 +27,7 @@
2727
### Setup
2828

2929
```shell
30-
git clone https://github.com/microsoft/vscode-jupyter
30+
git clone https://github.com/deepnote/vscode-deepnote
3131
cd vscode-jupyter
3232

3333
```
@@ -201,15 +201,15 @@ be matched against suite and test "names" to be run. By default all tests
201201
are run.
202202

203203
For example, to run only the tests in the `DataScience - Kernels Finder` suite (from
204-
[`src/test/datascience/kernel-launcher/kernelFinder.vscode.test.ts`](https://github.com/microsoft/vscode-jupyter/blob/269e0790f9ef6f1571140f0650c6b5fb844f1940/src/test/datascience/kernel-launcher/kernelFinder.vscode.test.ts))
204+
[`src/test/datascience/kernel-launcher/kernelFinder.vscode.test.ts`](https://github.com/deepnote/vscode-deepnote/blob/269e0790f9ef6f1571140f0650c6b5fb844f1940/src/test/datascience/kernel-launcher/kernelFinder.vscode.test.ts))
205205
you would set the value to `Kernels Finder`.
206206

207207
Be sure to escape any grep-sensitive characters in your suite name.
208208

209209
In some rare cases in the "system" tests the `VSC_JUPYTER_CI_TEST_GREP`
210210
environment variable is ignored. If that happens then you will need to
211211
temporarily modify the `const defaultGrep =` line in
212-
[`src/test/index.ts`](https://github.com/microsoft/vscode-jupyter/blob/de1bfe1cbebc0f4e570dc4ae7e1ca057abb0533e/src/test/index.ts#L62).
212+
[`src/test/index.ts`](https://github.com/deepnote/vscode-deepnote/blob/de1bfe1cbebc0f4e570dc4ae7e1ca057abb0533e/src/test/index.ts#L62).
213213

214214
_Launching from VSCode_
215215

@@ -269,7 +269,7 @@ well!
269269

270270
### Folder Structure
271271

272-
At a high level we have a bunch of folders. Each high level is described in this wiki [page](https://github.com/microsoft/vscode-jupyter/wiki/Source-Code-Organization)
272+
At a high level we have a bunch of folders. Each high level is described in this wiki [page](https://github.com/deepnote/vscode-deepnote/wiki/Source-Code-Organization)
273273

274274
### Typical workflow
275275

@@ -282,16 +282,16 @@ Here's an example of a typical workflow:
282282
1. Start VS code Insiders root
283283
1. CTRL+SHIFT+B (run the task `compile`)
284284
1. Make code changes
285-
1. Write and [run](https://github.com/microsoft/vscode-jupyter/blob/29c4be79f64df1858692321b43c3079bb77bdd69/.vscode/launch.json#L252) unit tests if appropriate
286-
1. Test with [`Extension`](https://github.com/microsoft/vscode-jupyter/blob/29c4be79f64df1858692321b43c3079bb77bdd69/.vscode/launch.json#L6) launch task
285+
1. Write and [run](https://github.com/deepnote/vscode-deepnote/blob/29c4be79f64df1858692321b43c3079bb77bdd69/.vscode/launch.json#L252) unit tests if appropriate
286+
1. Test with [`Extension`](https://github.com/deepnote/vscode-deepnote/blob/29c4be79f64df1858692321b43c3079bb77bdd69/.vscode/launch.json#L6) launch task
287287
1. Repeat until works in normal extension
288-
1. Test with [`Extension (web)`](https://github.com/microsoft/vscode-jupyter/blob/29c4be79f64df1858692321b43c3079bb77bdd69/.vscode/launch.json#L34) launch task
289-
1. Run [jupyter notebook server](https://github.com/microsoft/vscode-jupyter/wiki/Connecting-to-a-remote-Jupyter-server-from-vscode.dev) to use in web testing
288+
1. Test with [`Extension (web)`](https://github.com/deepnote/vscode-deepnote/blob/29c4be79f64df1858692321b43c3079bb77bdd69/.vscode/launch.json#L34) launch task
289+
1. Run [jupyter notebook server](https://github.com/deepnote/vscode-deepnote/wiki/Connecting-to-a-remote-Jupyter-server-from-vscode.dev) to use in web testing
290290
1. Repeat until works in web extension
291-
1. Write integration tests and [run](https://github.com/microsoft/vscode-jupyter/blob/29c4be79f64df1858692321b43c3079bb77bdd69/.vscode/launch.json#L216) locally.
291+
1. Write integration tests and [run](https://github.com/deepnote/vscode-deepnote/blob/29c4be79f64df1858692321b43c3079bb77bdd69/.vscode/launch.json#L216) locally.
292292
1. Submit PR
293293
1. Check PR output to make sure tests don't fail.
294-
1. Debug [CI test failures](https://github.com/microsoft/vscode-jupyter/wiki/Tests)
294+
1. Debug [CI test failures](https://github.com/deepnote/vscode-deepnote/wiki/Tests)
295295

296296
### Helping others
297297

@@ -321,7 +321,7 @@ All development is actively done in the `main` branch of the
321321
repository. This allows us to have a
322322
[development build](#development-build) which is expected to be stable at
323323
all times. Once we reach a release candidate, it becomes
324-
our [release branch](https://github.com/microsoft/vscode-jupyter/branches).
324+
our [release branch](https://github.com/deepnote/vscode-deepnote/branches).
325325
At that point only what is in the release branch will make it into the next
326326
release.
327327

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"types": "api.d.ts",
1414
"license": "MIT",
15-
"homepage": "https://github.com/microsoft/vscode-jupyter",
15+
"homepage": "https://github.com/deepnote/vscode-deepnote",
1616
"repository": {
1717
"type": "git",
1818
"url": "https://github.com/Microsoft/vscode-jupyter"

build/ci/postInstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function fixJupyterLabRenderers() {
109109
}
110110

111111
/**
112-
* Ensures extension loads in safari (https://github.com/microsoft/vscode-jupyter/issues/10621)
112+
* Ensures extension loads in safari (https://github.com/deepnote/vscode-deepnote/issues/10621)
113113
* Some of the regexes are not supported in safari and not required either.
114114
*/
115115
function fixStripComments() {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# List of requirements for conda environments that cannot be installed using conda
2-
# Pinned per ipywidget 8 support: https://github.com/microsoft/vscode-jupyter/issues/11598
2+
# Pinned per ipywidget 8 support: https://github.com/deepnote/vscode-deepnote/issues/11598
33
matplotlib
44
ipympl

build/venv-test-ipywidgets7-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pandas
44
# Install jupyter itself so we end up with a kernel
55
jupyter
66
# List of requirements for conda environments that cannot be installed using conda
7-
# Pinned per ipywidget 8 support: https://github.com/microsoft/vscode-jupyter/issues/11598
7+
# Pinned per ipywidget 8 support: https://github.com/deepnote/vscode-deepnote/issues/11598
88
ipywidgets==8.1.7
99
anywidget
1010
matplotlib

0 commit comments

Comments
 (0)