Is it possible to use the kaggle way of displaying a dataset in Jupyter / Google Colaboratory?
I am looking for an interactive solution, ideally in the notebook cell. My current approach is to use df.plot(), df.head() df.tail() and seaborn to get sense of the data.
It seems like: https://beakerx.com/
is able to add at least interactivity.
Other solutions: dash (requires server)