jupyter
51 TopicsCopilot Explains - Error troubleshooting in Jupyter Notebooks
Data scientists and AI engineers love to work with Jupyter Notebooks because they make so much easier to look at the result of each and every data exploration step or data modeling experiment and take decisions accordingly. However, Jupyter notebooks are not immune to errors and sometimes understanding error messages - in particular if you aren’t a native English speaker or you are a beginner - and troubleshooting code might be painful and time consuming.4.9KViews3likes1CommentWhy I am getting the eroor ''Illegal instructions (core dumped)'' when I try to open jupyter
It was all going well but after installing streamlit and running its app I got this message. I tried to google and tried to solve problem which contains a little line of modification in bash shell which I did. After restarting ubuntu, the jupyter notebook stopped working with the same message My OS Ubuntu with KDE desktop565Views0likes0CommentsMSTICPy and Jupyter Notebooks in Azure Sentinel, an update
We recently the official release of MSTICPy. This is a good time to get an update on all that has changed in the world of Jupyter notebooks and MSTICPy in Azure Sentinel. In this (mainly) visual article we'll take you through a broad selection of the features and capabilities. Use the companion notebook to follow along at home!9.6KViews2likes2Commentsmsticpy - Python Defender Tools
msticpy is a package of python tools intended to be used for security investigations and hunting (primarily in Jupyter notebooks). The article gives an overview of many of the modules and classes in msticpy with illustrations of how they are used. [Note - superseded by a newer version - please see "MSTICPy and Jupyter Notebooks in Azure Sentinel"]17KViews1like2CommentsMSTIC Notebooklets - Fast Tracking CyberSec Jupyter Notebooks
MSTICnb is a companion package to MSTICpy. It is designed to be used in Jupyter notebooks by security operations engineers and analysts, to allow them to quickly, and easily, run common notebook patterns such as retrieving summary information about a host, an account or IP address.4.8KViews5likes0CommentsUsing the VirusTotal V3 API with MSTICPy and Azure Sentinel
MSTICPy has, from its first release, supported lookups of VirusTotal (VT) data. The release of version 3 of the VT API brings a simpler way to discover relationships between indicators of compromise and to explore and manipulate these relationships in an interactive, graphical format. VT have brought some of these capabilities to MSTICPy to let you use these in Jupyter notebooks with Azure Sentinel or other data.12KViews2likes1CommentJupyter Notebook Pivot Functions
Pivot functions in MSTICPy and Azure Sentinel Notebooks Pivot functions attached to entities allow you to quickly find the query, threat intel or enrichment function you need. They support multiple input types and can be chained together to produce powerful pipelines.4KViews1like0Comments