From the course: Building a Project with the ChatGPT API

Unlock the full course today

Join today to access over 24,800 courses taught by industry experts.

Install Python and Jupyter Notebook

Install Python and Jupyter Notebook - ChatGPT Tutorial

From the course: Building a Project with the ChatGPT API

Install Python and Jupyter Notebook

- Are you ready for the hands-on portion of this course? We'll configure your environment and get started with OpenAI and ChatGPT. We'll be using the classic Jupyter Notebook interface and OpenAI's Python library that provides access to the OpenAI API. With Jupyter Notebooks, we'll author code using the Python programming language and OpenAI libraries. The first step is to install Python by following the download instructions on the Python website. Make sure to follow the instructions for your specific operating system, Mac, Windows, et cetera. If you already have Python installed, ensure your version is at Python 3.7.1 or above, because that's what OpenAI supports. On a Mac, which is what I'm using, you can check your version by navigating to a terminal window. Since I'm using Python 3, I'd use the python3 --version command to check my version. I'm currently at Python 3.8.9, which OpenAI supports. Typically when…

Contents