/registration-sknarachchi

registration-sknarachchi created by GitHub Classroom

Primary LanguageJupyter Notebook

Review Assignment Due Date Open in Visual Studio Code

Hello, World! Python Notebook with OpenAI Access

This notebook demonstrates how to create a "Hello, World!" Python notebook in Google Colab with OpenAI access.

Steps to Create the Notebook

  1. Open Google Colab: Go to Google Colab in your web browser.

  2. Create a new notebook: Click on "New Notebook" to create a new Python notebook.

  3. Import the OpenAI library: In the first code cell, import the OpenAI library by adding the following code:

    import openai