This repository contains the Jupyter Notebook notes for the DLAI ChatGPT Prompt course, which have been converted to MHTML format.s
Course Link: https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/
The repository consists of the following two directories:
- jupyter notebooks: Contains the notes for the official course. The cells in these notes have not been executed and can be used for learning and practice.
- mhtml format notes: Contains the notes that have been executed and converted to MHTML format. You can open these notes in a browser and view the output of all cells.
You can follow these steps to use the notes:
- Clone or download the entire repository to your local machine.
- If you simply want to view the content of the course notes, you can find the MHTML format notes in the "mhtml format notes" directory. Double-click on the file, and it will open in your default browser, displaying the output of all cells.
- If you wish to make modifications or run the code in the notes, you can find the original Jupyter Notebook files in the "jupyter notebooks" directory. You will need to open these files using Jupyter Notebook or JupyterLab and execute the cells as desired.