Forum Discussion
AshleyMartin
Sep 07, 2021Former Employee
New Blog Post | Introducing: Azure Sentinel Data Exploration Toolset (ASDET)
Introducing: Azure Sentinel Data Exploration Toolset (ASDET) - Microsoft Tech Community
Security Analysts deal with extremely large datasets in Azure Sentinel, making it challenging to...
Pawel_Giza
Sep 08, 2021Copper Contributor
Hello,
I'm new to Jupiter notebook, I tried run these notebooks but I see an error in some notebooks "ModuleNotFoundError: No module named 'pyvis'" how I can solve this issue?
some google answers to install this module:
!conda install --yes -c conda-forge nxviz
!conda install --yes -c conda-forge pyvis
output "# All requested packages already installed."
- Pete BryanSep 10, 2021
Microsoft
Hi Pawel, so yes you will need to install the package first. You can do this in the Jupyter notebook by adding a code cell with
`! pip install pyvis`
Once you have run that cell restart the kernel for your notebook and try it again