Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 496 Bytes

File metadata and controls

20 lines (15 loc) · 496 Bytes

jupyter_URLScan

A module to help interaction with Jupyter Notebooks and URLScan.io API


This is a python module that helps to connect Jupyter Notebooks to various datasets. It's based on (and requires) https://github.com/JohnOmernik/jupyter_integration_base

Initialization


Example Inits

Embedded mode using qgrid

from urlscan_core import Urlscan
ipy = get_ipython()
Urlscan = Urlscan(ipy, debug=False, pd_display_grid="qgrid")
ipy.register_magics(Urlscan)