Skip to content

Instantly share code, notes, and snippets.

@davidberenstein1957
Created February 8, 2026 18:16
Show Gist options
  • Select an option

  • Save davidberenstein1957/0741a90c6afad0f30d88ddf047766a65 to your computer and use it in GitHub Desktop.

Select an option

Save davidberenstein1957/0741a90c6afad0f30d88ddf047766a65 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"metadata": {
"colab_type": "code",
"id": "install"
},
"source": [
"# Install uv and dependencies\n",
"%pip install -q uv\n",
"!uv pip install --system requests\n"
],
"outputs": [],
"execution_count": null
},
{
"cell_type": "code",
"metadata": {
"colab_type": "code",
"id": "main"
},
"source": [
"print(\"ok\")\n"
],
"outputs": [],
"execution_count": null
}
],
"metadata": {
"colab": {
"gpuType": "T4",
"provenance": []
},
"kernelspec": {
"display_name": "Python 3",
"name": "python3"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment