Enrich Your Notebook With Interactive Controls
While using Jupyter, we often re-run the same cell repeatedly after changing the input slightly. This is time-consuming and also makes your data exploration tasks tedious and unorganized.
Instead, pivot towards building interactive controls in your notebook. This allows you to alter the inputs without needing to rewrite and re-run your code.
In Jupyter, you can do this using the 𝐈𝐏𝐲𝐰𝐢𝐝𝐠𝐞𝐭𝐬 module. Embedding interactive controls is as simple as using a decorator.
As a result, it provides you with interactive controls such as dropdowns and sliders. This saves you from tons of repetitive coding and makes your notebook organized.
Watch a video version of this post on LinkedIn: Post Link.
I like to explore, experiment and write about data science concepts and tools. You can read my articles on Medium. Also, you can connect with me on LinkedIn.