khuyentran1401 / machine-learning-articles

List of interesting articles on different topics of machine learning and deep learning
https://towardsdatascience.com/how-to-organize-your-data-science-articles-with-github-b5b9427dad37?source=friends_link&sk=4dfb338164ad6e95809d943f0dc0578e
164 stars 55 forks source link

Jupyter Superpower — Interactive Visualization Combo with Python #2

Open khuyentran1401 opened 4 years ago

khuyentran1401 commented 4 years ago

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

Comments/ Questions