Skip to content

Instantly share code, notes, and snippets.

@DecisionNerd
Created March 29, 2020 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DecisionNerd/ebd384e20ee8e7cc4c6d37da3a294a9b to your computer and use it in GitHub Desktop.
Save DecisionNerd/ebd384e20ee8e7cc4c6d37da3a294a9b to your computer and use it in GitHub Desktop.
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