1. Create a new Python project and install the jupyter
package using the command pip install jupyter
in the “Terminal” view.

2. Open or create a Jupyter notebook that is a file with the suffix .ipynb
.
3. Add cells and execute them directly in PyCharm.
Programmer Humor
β Question: Why do programmers always mix up Halloween and Christmas?
β Answer: Because Oct 31 equals Dec 25.
(If you didn’t get this, read our articles on the oct()
and int()
Python built-in functions!)