Skip to Main Content
Hands-On Application Development with PyCharm
book

Hands-On Application Development with PyCharm

by Quan Nguyen
September 2019
Beginner to intermediate content levelBeginner to intermediate
494 pages
13h
English
Packt Publishing
Content preview from Hands-On Application Development with PyCharm

Editing Jupyter notebooks

For this task, we will be translating the program we have in the main.py file into a Jupyter Notebook so that we can see the interface that Jupyter offers compared to a traditional Python script. Again, note that we will not be using PyCharm during this process. Now, let's look at the following steps:

  1. First, we will create a regular folder to follow this example without using PyCharm. Go ahead and open a Terminal at this directory as well.
  2. Then, we will need to install Jupyter, which can be done via the pip package manager:
pip install jupyter
We will also be using the regular scientific libraries, that is, NumPy, Pandas, and Matplotlib, all of which can be installed using pip as well.
  1. Next, since Jupyter is, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

MASTERING PYCHARM

MASTERING PYCHARM

Nafiul Islam

Publisher Resources

ISBN: 9781789348262Supplemental Content