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…
Handy Methods to Install Packages and Access Their Information in the Jupyter Notebook
To introduce different and convenient methods to install packages and check their information directly in the Jupyter notebook rather than in the terminal Normally we install…
How to Easily Insert Emoji in the Jupyter Notebook
Adding Emojis can make the code output and documentation interesting and attractive It is very interesting and attractive to add emoji symbols in the text…
How to Easily Embed Videos or Audios in the Jupyter Notebook
To display the easier method to embed local and online videos or audios in a Jupyter notebook using HTML Different methods can be used to embed…
How to Easily Align, Number and Format Math Equations in the Jupyter Notebook
Aligning, numbering and formatting math equations in Jupyter notebook are easy with LaTeX and HTML One might be familiar with how to insert math equations with…