Skip to content

Instantly share code, notes, and snippets.

@DecisionNerd
Created March 29, 2020 15:21
jupyter-datatables mode enable
# https://pypi.org/project/jupyter-datatables/
!pip install jupyter-datatables
from jupyter_datatables import init_datatables_mode
init_datatables_mode()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment