Forum Discussion
printscreen
Jan 26, 2021Brass Contributor
Notebooks error while installing msticpy package
hi, I'm trying to get started with notebooks by using one of the default ones provided in Sentinel. But, when I was trying to execute, I'm continuously hitting with the below error, not sure if I'm m...
- Feb 01, 2021
printscreen You are getting the error because the feed ("https://dotnet.myget.org/F/dotnet-try/api/v3/index.json") doesn't exist.
Please try installing with the below command:
dotnet tool install --global Microsoft.dotnet-interactive --version 1.0.155302
AnuragSrivastava
Jan 26, 2021Iron Contributor
printscreen It seems msticpy package is missing. Please run the either of the below two commands to install msticpy library and then execute your rest commands.
pip install msticpy
or
pip install git+https://github.com/microsoft/msticpy