Created
February 8, 2026 18:16
-
-
Save davidberenstein1957/93d5756b3d36ba6c77b3a91aa74fcd8e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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