Getting Started with Jupyter Notebooks
Last updated
Was this helpful?
Last updated
Was this helpful?
The fastest way to get started is to install the JupyterLab Desktop app locally on your computer, and install the Scanner Python SDK into your Jupyter notebook.
Simply download and run the appropriate installer for your OS. You can find .
Open up the JupyterLab Desktop app. It is often useful to create a directory where you plan to edit your notebooks. Open up that directory in the app, and then create a notebook file.
Run the following command to install the :
In your Jupyter notebook, run this command to import the Scanner API client:
In the Scanner UI, visit Settings and copy-paste your API URL and API key. We recommend adding them to environment variables like SCANNER_API_URL
and SCANNER_API_KEY
.
Once that is done, you can create the Scanner API client in your Jupyter notebook:
You are now ready to execute queries and perform investigations.