Tag

Interactive Plotting

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Aug 10, 2022 · Fundamentals

Python and Jupyter Notebook Tips: Data Profiling, Interactive Plotting, and Handy Magic Commands

This article presents a collection of practical Python and Jupyter Notebook tips—including pandas‑profiling for quick data exploration, interactive plotting with Cufflinks/Plotly, useful magic commands, debugging shortcuts, and styled alert boxes—to boost productivity and streamline data analysis workflows.

Data ProfilingInteractive PlottingJupyter Notebook
0 likes · 9 min read
Python and Jupyter Notebook Tips: Data Profiling, Interactive Plotting, and Handy Magic Commands
Python Programming Learning Circle
Python Programming Learning Circle
Nov 3, 2021 · Fundamentals

Using Bokeh for Interactive Scatter and Bar Charts in Python

This tutorial explains how to use the Python Bokeh library to create interactive scatter, bar, and multi‑panel visualizations, covering installation, figure configuration, hover tooltips, data sources, color mapping, looping over categories, and linking plots with shared ranges.

Bar ChartBokehInteractive Plotting
0 likes · 12 min read
Using Bokeh for Interactive Scatter and Bar Charts in Python