Jupyter-PowerShell icon indicating copy to clipboard operation
Jupyter-PowerShell copied to clipboard

Can this be used with Azure Notebooks?

Open Jaykul opened this issue 7 years ago • 2 comments

I'm pretty sure the "PowerShell (Core)" kernel will work with Azure notebooks -- but there should be documentation in the ReadMe.md

Jaykul avatar Jul 04 '17 14:07 Jaykul

Currently, I'm trying to do the install from the Python notebook, by using the ! to run bash commands, but I can't install dotnet:

!curl "https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/dotnet-install.sh" > dotnet-install.sh
!chmod ugo+x ./dotnet-install.sh
!./dotnet-install.sh -c preview -v 2.0.0-preview2-006502

Results in an error: dotnet_install: Error: Unable to locate libunwind. Install libunwind to continue

Jaykul avatar Jul 18 '17 03:07 Jaykul

If you need guidance with Azure Notebooks, reach out to John Lam. He's done a lot of work with Python and R in Azure Notebooks and may be able to help with getting another kernel in. Ping me if you need his contact info.

sadukie avatar Apr 27 '18 13:04 sadukie