It displays how to easily generate the commonly used equations and symbols using LaTeX in Jupyter notebook In one of the previous article, it displays…
HTML Essentials of Formatting Text in Jupyter Notebook
HTML has advanced methods to formatting text in Jupyter notebook, such as set fonts, font sizes, colors, text alignment, and more In the previous post,…
Easily Formatting Text with Markdown in Jupyter Notebook
It displays how to easily and fast master the essentials of formatting text with Markdown Syntax in Jupyter Notebook with concrete examples In this post,…
Top Magic Commands in the Jupyter Notebook
Using magic commands in the Jupyter notebook can greatly increase our work efficiency In this post, I will display some most widely used or top…
2 Easy Methods to Publish a Jupyter Notebook as a Post on WordPress Website
To show how easily to publish a Jupyter notebook as a post on your WordPress website It is so easy to create your website, especially…
Different Methods to Access General Information of Dataset with Python Pandas
Convenient Pandas’ methods to access the information of dataset better before processing and analyze it This article is the Part III of Data Analysis Series, which…
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…