Getting Started

Sorry for the silly question, but what environment is being used for ChatGPT Prompt Engineering for Developers?

I opened a Jupyter Notebook, and tried a import openai command and got this…


ModuleNotFoundError Traceback (most recent call last)
Cell In[1], line 1
----> 1 import openai

ModuleNotFoundError: No module named ‘openai’

thanks for the assist

As per you comments seems openai module is not install
Try installing
pip install openai

Thank you. I’ve done stuff locally for most of my life and so this is my first time using the cloud-based notebooks. I didn’t realize I can issue install commands like that.

Worked as expected.

I guess I can go to bed now. I learned some thing for the day. :slight_smile: