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…
How to Run JavaScript in the Jupyter Notebook
One can run JavaScript and other programming languages in the Jupyter notebook In the previous articles, I have introduced how to run Python, R, and HTML…
Different Methods to Run HTML Inside the Jupyter Notebook
Introduce 3 convenient methods to run HTML in the Jupyter notebook HTML can easily help use align the text in Jupyter notebook. In this post, it…
Different Methods to Start Jupyter Notebook from Customized Working Directory
Four Convenient methods to start Jupyter notebook will double the result with half the effort Jupyter is a very popular web application for creating and…
How to Change Theme of Jupyter Notebook
You can change the default white theme of Jupyter notebook into one you like The default theme of Jupyter notebook is white, and there is…