interactive icon indicating copy to clipboard operation
interactive copied to clipboard

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

Open burnchar opened this issue 1 year ago • 0 comments

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.

  • OS
    • ☑ Linux (Ubuntu 22.04.3 LTS)
  • Browser
    • ☑ Chrome
  • Frontend
    • ☑ Jupyter Lab

Screenshots

If applicable, add screenshots to help explain your problem.

burnchar avatar Feb 22 '24 23:02 burnchar