You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
improve: respect current Python version for sandbox (#6924)
When --sandbox is used but no Python version is specified in the
notebook file, respect the current Python version. This is useful when
creating new notebooks with
```
uvx --python 3.13 marimo edit --sandbox my_notebook.py
```
which is itself useful since many packages do not yet work in 3.14.
0 commit comments