- This repository contains an example of migration of a Gemini API example from Python To Javascript using Deno and Jupyter notebook.
- Operating System: Windows, macOS, or Linux.
- Jupyter: Jupyter Notebook or JupyterLab must be installed.
curl -fsSL https://deno.land/install.sh | sh
iwr https://deno.land/install.ps1 -useb | iex
jupyter kernelspec list
Add dependencies using the deno.json file For example
{
"imports": {
"@google/genai": "npm:@google/genai"
}
}