Replies: 1 comment 5 replies
-
The extension alone should work without needing to install anything else beyond the .NET 6 SDK. I would recommend using stable VS Code rather than Insiders unless there's a specific new feature you're trying out. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Apologies for the ambiguities, I'm no expert in notebooks. (x-posted in vscode-Jupyter)
I had several *.ipynb files with a mix of PowerShell code and markdown. Working perfectly until last week. Visual Studio Code insiders, .NET interactive notebooks, Jupyter notebooks, several kernels, all updated to the latest version.
Then there was an update on Visual Studio Code Insiders version, which probably triggered some updates on these extensions.
Now all notebooks give errors. I can only select a Python Kernel... even if the cells are marked as PowerShell, they seem to be interpreted as Python code. No PowerShell kernel at all. pwsh 7.2.4 running ok outside the notebooks.
I've decided to start fresh, uninstalled all extensions, VSCode, deleted all evident related files, rebooted, and installed all again. VSCode insiders, then Python, then PowerShell extension, then .NET Interactive which installs this Jupyter extension.
But after this, same situation, and only Python kernel available in the picker.
Another symptom : ".NET Interactive : Create new blank notebook" display "Activate Extensions"... and does nothing.
What is the right procedure (documentation of) to install the simplest environment which can run PowerShell, markdown, and maybe cells with C# and Python ?
Beta Was this translation helpful? Give feedback.
All reactions