dotnet / sdk

Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
https://dot.net/core
MIT License
2.67k stars 1.06k forks source link

Jupyter is not available in dotnet 6.0, broken with dotnet 3.1 install #27976

Open anirugu opened 2 years ago

anirugu commented 2 years ago

I follow the internet and found this article https://developers.de/2019/11/08/how-to-start-with-c-jupyter-notebook/

I try to run dotnet try jupyter install and it's showing me the issue that I need to install missing SDKs.

image

I open the link and it's showing me https://dotnet.microsoft.com/en-us/download/dotnet/3.0/runtime?cid=getdotnetcore I think if it's want me to install 3.1 then it should handle the link correctly

Does Jupyter work with c# in 6.0 (which is LTS). I go straigt and installed the 3.1 (LTS) and use this command image

Not working for me, Is this really want unsupported 3.0 not (3.1).

Any idea,how it will work.

jonsequitur commented 2 years ago

Jupyter functionality was moved from dotnet-try to dotnet-interactive.

Please follow the installation instructions here: https://github.com/dotnet/interactive