19194 . Windows, macOS, or Linux
20205 . [ Visual Studio Code] ( https://code.visualstudio.com/ )
21216 . The following VS Code extensions:
22- - [ ESLint] ( https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint )
23- - [ Prettier] ( https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode )
24- - [ EditorConfig for VS Code] ( https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig )
25- - [ Python Extension for VS Code] ( https://marketplace.visualstudio.com/items?itemName=ms-python.python )
22+ - [ ESLint] ( https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint )
23+ - [ Prettier] ( https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode )
24+ - [ EditorConfig for VS Code] ( https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig )
25+ - [ Python Extension for VS Code] ( https://marketplace.visualstudio.com/items?itemName=ms-python.python )
2626
2727### Setup
2828
2929``` shell
3030git clone https://github.com/deepnote/vscode-deepnote
31- cd vscode-jupyter
31+ cd vscode-deepnote
3232
3333```
3434
@@ -47,6 +47,7 @@ Then install all the extensions listed under "Workspace Recommendations".
4747The ` @deepnote/blocks ` package is published on GitHub Packages. To install it, you'll need to authenticate with GitHub:
4848
49491 . Create a GitHub Personal Access Token (classic) with ` read:packages ` scope:
50+
5051 - Go to https://github.com/settings/tokens
5152 - Click "Generate new token (classic)"
5253 - Select the ` read:packages ` scope
@@ -178,8 +179,8 @@ you can do this by setting environment variables. The same variables work when
178179running from the command line or launching from within VSCode, though the
179180mechanism used to specify them changes a little.
180181
181- - Setting ` CI_PYTHON_PATH ` lets you change the version of python the tests are executed with
182- - Setting ` VSC_JUPYTER_CI_TEST_GREP ` lets you filter the tests by name
182+ - Setting ` CI_PYTHON_PATH ` lets you change the version of python the tests are executed with
183+ - Setting ` VSC_JUPYTER_CI_TEST_GREP ` lets you filter the tests by name
183184
184185_ ` CI_PYTHON_PATH ` _
185186
@@ -239,8 +240,8 @@ VSC_JUPYTER_CI_TEST_GREP=Sorting npm run testVSCode
239240The extension has a number of scripts in ./pythonFiles. Tests for these
240241scripts are found in ./pythonFiles/tests. To run those tests:
241242
242- - ` python2.7 pythonFiles/tests/run_all.py `
243- - ` python3 -m pythonFiles.tests `
243+ - ` python2.7 pythonFiles/tests/run_all.py `
244+ - ` python3 -m pythonFiles.tests `
244245
245246By default, functional tests are included. To exclude them:
246247
0 commit comments