From fb9d04fcec18478203a85aa928194bc4c7213ba6 Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Mon, 24 Sep 2018 00:19:35 +0200 Subject: [PATCH] vs extension is probably more helpful than github --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 900f384d2..8cc8aaca7 100755 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ The `light` format has: Many Python editors recognize cells delimited with a commented double percent sign `# %%`, including - [Spyder IDE](https://pythonhosted.org/spyder/editor.html), - [Hydrogen](https://atom.io/packages/hydrogen), a package for Atom, -- [vscodeJupyter](https://github.com/DonJayamanne/vscodeJupyter), a plugin for Visual Studio Code, +- [vscodeJupyter](https://marketplace.visualstudio.com/items?itemName=donjayamanne.jupyter), an extension for Visual Studio Code, - and PyCharm Professional. Our implementation of the `percent` format is compatible with the above editors. Cell headers have the following structure: