Prompt Engineering Workshop for Developers
Follow instructions in Gemini API documentation to get your API key.
Save the key for future use
-
Create virtual env:
virtualenv -p python3 venv -
Activate the virtual env:
source venv\bin\activate -
Install jupyter-lab:
pip install jupyterlab -
Run jupyter:
jupyter lab
-
Open with Code --> Codespaces
-
Install jupyter-lab on the terminal:
pip install jupyterlab