dotnet / interactive

.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
MIT License
2.88k stars 382 forks source link

dotnet interactive jupyter reports success, doesn't actually do anything. #3460

Open burnchar opened 7 months ago

burnchar commented 7 months ago

Describe the bug

No error, files, or results when installing:

# dotnet --version
8.0.200

# jupyter --version
Selected Jupyter core packages...
IPython          : 8.15.0
ipykernel        : 6.25.0
ipywidgets       : not installed
jupyter_client   : 8.6.0
jupyter_core     : 5.5.0
jupyter_server   : not installed
jupyterlab       : not installed
nbclient         : not installed
nbconvert        : not installed
nbformat         : not installed
notebook         : not installed
qtconsole        : not installed
traitlets        : 5.7.1

# dotnet interactive jupyter install --path /opt/conda/envs/dotnet8/
Installing using path /opt/conda/envs/dotnet8/.
Installed ".NET (F#)" kernel.
Installing using path /opt/conda/envs/dotnet8/.
Installed ".NET (PowerShell)" kernel.
Installing using path /opt/conda/envs/dotnet8/.

# jupyter kernelspec list
Available kernels:
  python3    /opt/conda/envs/python3.10/share/jupyter/kernels/python3

Not an access issue. Using sudo/root account makes no difference for the following commands.

Please complete the following:

Which version of .NET Interactive are you using? (In a notebook, run the #!about magic command. ): The latest as of February 22, 2024.

Screenshots

If applicable, add screenshots to help explain your problem.