Open khuyentran1401 opened 4 years ago
Tools to visualize your data and plot in Jupyter Notebook interactively
https://towardsdatascience.com/jupyter-superpower-interactive-visualization-combo-with-python-ffc0adb37b7b
import qgrid gqrid_widget = qgrid.show_grid(cars)
qgrid
TL;DR
Tools to visualize your data and plot in Jupyter Notebook interactively
Article Link
https://towardsdatascience.com/jupyter-superpower-interactive-visualization-combo-with-python-ffc0adb37b7b
Author
Key Takeaways
Useful Code Snippets
Useful Tools
qgrid
let you have an Excel-like table inside Jupyter Notebook/LabComments/ Questions