How to Install Jupyter Notebook on PyCharm

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

"pip install jupyter" PyCharm

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!)