Created
March 29, 2020 15:21
-
-
Save DecisionNerd/ebd384e20ee8e7cc4c6d37da3a294a9b to your computer and use it in GitHub Desktop.
jupyter-datatables mode enable
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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