I updated to the latest ms-python (2020.11.358366026 and seems like it is now looking for a dependency ms-toolsai.jupyter.
"Cannot activate the 'Python' extension because it depends on an unknown 'ms-toolsai.jupyter' extension ."
can confirm, prompts Cannot activate the 'Python' extension because it depends on an unknown 'ms-toolsai.jupyter' extension
I am also attempting to enable python interpreter, but as mentioned above it's not working. I have tried code-server --install-extension ms-toolsai.jupyter but getting the following error:
root@c8bf0dbfe63e:/home/coder# code-server --install-extension ms-toolsai.jupyter
Installing extensions...
Extension 'ms-toolsai.jupyter' not found.
Make sure you use the full extension ID, including the publisher, e.g.: ms-dotnettools.csharp
error vscode undefined
error vscode undefined
I am also attempting to enable python interpreter, but as mentioned above it's not working. I have tried
code-server --install-extension ms-toolsai.jupyterbut getting the following error:Installing extensions... Extension 'ms-toolsai.jupyter' not found. Make sure you use the full extension ID, including the publisher, e.g.: ms-dotnettools.csharp error vscode undefined error vscode undefined```
For now the workaround seem to be installing previous versions of the python extension. Then the python interpreter will work as usual.
I am also attempting to enable python interpreter, but as mentioned above it's not working. I have tried
code-server --install-extension ms-toolsai.jupyterbut getting the following error:Installing extensions... Extension 'ms-toolsai.jupyter' not found. Make sure you use the full extension ID, including the publisher, e.g.: ms-dotnettools.csharp error vscode undefined error vscode undefined```For now the workaround seem to be installing previous versions of the python extension. Then the python interpreter will work as usual.
I managed to get it working, by downloading the ms-python.python-2020.11.358366026.vsix and ms-toolsai.jupyter-2020.11.358541065.vsix packages from the marketplace. I have code-server running in docker, so copied it into the container and installing the extension using the "Install from VSIX..."
I am also attempting to enable python interpreter, but as mentioned above it's not working. I have tried
code-server --install-extension ms-toolsai.jupyterbut getting the following error:Installing extensions... Extension 'ms-toolsai.jupyter' not found. Make sure you use the full extension ID, including the publisher, e.g.: ms-dotnettools.csharp error vscode undefined error vscode undefined```For now the workaround seem to be installing previous versions of the python extension. Then the python interpreter will work as usual.
I managed to get it working, by downloading the ms-python.python-2020.11.358366026.vsix and ms-toolsai.jupyter-2020.11.358541065.vsix packages from the marketplace. I have code-server running in docker, so copied it into the container and installing the extension using the "Install from VSIX..."
How to install ms-toolsai.jupyter? I could not find it in marketplace.
Same issue here. @remeezp Can you please post your install code? Or the links for the download?
You can download the package and then untar it and use it. However, this is not everyone prefers :D
It would be nice to have the python extension updated and the jupyter extension too. It is currently breaking ColabCode: https://github.com/abhishekkrthakur/colabcode/issues/42
Same issue here. @remeezp Can you please post your install code? Or the links for the download?
I downloaded the packages from the marketplace under the Resources section:
https://marketplace.visualstudio.com/items?itemName=ms-python.python
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
Then from within vs code, I install the extension using the "Install from VSIX..." command on the extensions pane.
@cmoog ?
I can install the extension manually but I cannot get Jupyter interactive to work, only cmd line python execution.
I apologize for the delay on fixing this one. I've pushed a fix.
Please open new issues if secondary problems arise as a result of this new split architecture.
Im still getting the same error
Most helpful comment
can confirm, prompts
Cannot activate the 'Python' extension because it depends on an unknown 'ms-toolsai.jupyter' extension