gabriel
gabriel
Mmarimo
Created by gabriel on 10/28/2024 in #help-support
should --sandbox with uv require manually reinstalling packages each time Marimo is restarted?
(thanks for taking a look, sorry for delayed reply)
6 replies
Mmarimo
Created by gabriel on 10/28/2024 in #help-support
should --sandbox with uv require manually reinstalling packages each time Marimo is restarted?
(ie all pretty up-to-date iiuc)
6 replies
Mmarimo
Created by gabriel on 10/28/2024 in #help-support
should --sandbox with uv require manually reinstalling packages each time Marimo is restarted?
$ uv --version
uv 0.4.26
$ uv --version
uv 0.4.26
6 replies
Mmarimo
Created by gabriel on 10/28/2024 in #help-support
should --sandbox with uv require manually reinstalling packages each time Marimo is restarted?
# /// script
# requires-python = ">=3.11"
# dependencies = [
# "marimo",
# "openai==1.52.2",
# "pydantic==2.9.2",
# ]
# ///

import marimo

__generated_with = "0.9.14"
app = marimo.App()
# /// script
# requires-python = ">=3.11"
# dependencies = [
# "marimo",
# "openai==1.52.2",
# "pydantic==2.9.2",
# ]
# ///

import marimo

__generated_with = "0.9.14"
app = marimo.App()
6 replies