To display how easy it is to rename columns of a dataset for different cases using Python Pandas Library We usually change certain variables, rename, even…
How to Read Dataset from GitHub and Save it with Python Pandas
To display how easily and convenient to read a dataset from GitHub into Pandas DataFrame and save it in local computer GitHub is a good…
How to Convert Jupyter Notebook into a Standalone Web Application
To Convert a Jupyter Notebook into a Standalone Web Application using Voilà Jupyter notebook is not ideal to address non-technical audiences due to many codes, where…
How to Transfer a Jupyter Notebook into an Immediate Slideshow
Running your code directly while playing your slideshow during your presentation A Jupyter notebook can be either transferred into Reveal.js slides or turned into an…
Different Methods to Create Interactive Widget Plots in the Jupyter Notebook
To create interactive widget plots using IPython’s widgets The easiest way to get started with interactive widgets is using IPython’s widgets(ipywidgets). ipywidgets, also known as…
Easy Methods to Create 2D and 3D Interactive Plots with Plotly in the Jupyter Notebook
To display easy way to plot 2D and 3D interactive plots with Plotly in the Jupyter notebook In one of the previous posts, I illustrated how…
Create Interactive 2D and 3D Plots with Matplotlib in the Jupyter Notebook
To display how to easily plot 2D and 3D interactive plots with Matplotlib and its 3D in the Jupyter notebook 1. 2D Interactive Plot We can…
How to check, change current working directory and list its files in Jupyter notebook
To display handy commands and magics for working directory operation and to display its files in the Jupyter notebook In the Jupyter Notebook, there are magic…
How to Create Table of Contents (TOC) in the Jupyter Notebook
To create a table of content (TOC) in a signal notebook and a TOC for multiple notebooks It is very important to create a table…
How to Embed YouTube Videos in the Jupyter Notebook
To display the handy methods to embed the videos from YouTube channels into a Jupyter notebook I illustrated how to easily embed local and online videos…