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…
How to Embed an Image, Size and Align it in the Jupyter Notebook
To illustrate how to easily adjust the size of an embedded image and align it left, center and right It is very easy to insert…
How to Use the Multiline Cursor in the Jupyter Notebook
Properly using the Multiline Cursor will greatly save your time and efficiently improves your work This post will introduce you to the multiline cursor of Jupyter…
How to Easily Generate a Table and Align it in Jupyter Notebook
Convenient methods to easily create a table and align it using Markdown and HTML in the Jupyter Notebook In the previous post, I illustrated how…
How to Align Text in the Jupyter Notebook
To display the text alignment methods in the Jupyter notebook It is very convenient to use Markdown in the Jupyter notebook, while the text alignment…
The Built-in Terminal of Jupyter Notebook and its Unavailable Problem on Windows
Solve the unavailable problem of Built-in Terminal of Jupyter notebook on Windows 1. Built-in terminal of Jupyter notebook The built-in terminal of Jupyter notebook is a…
Smart Code Auto-Completion in Jupyter Notebook
Smart code auto-completion makes your work much more convenient Code completion is a very convenient way to help one write codes quickly and efficiently, improve…