machine-learning-articles icon indicating copy to clipboard operation
machine-learning-articles copied to clipboard

Jupyter Superpower — Interactive Visualization Combo with Python

Open khuyentran1401 opened this issue 4 years ago • 0 comments

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

Comments/ Questions

khuyentran1401 avatar Apr 10 '20 19:04 khuyentran1401