machine-learning-articles
machine-learning-articles copied to clipboard
Jupyter Superpower — Interactive Visualization Combo with Python
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
import qgrid
gqrid_widget = qgrid.show_grid(cars)
Useful Tools
-
qgrid
let you have an Excel-like table inside Jupyter Notebook/Lab