Skip to content

Commit 8e6cf6a

Browse files
committed
links to marimo
1 parent 77aada2 commit 8e6cf6a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Your new best friend will help you set up and organize your python projects, wit
66

77
Puppy is a transparent wrapper around [pixi](https://github.com/prefix-dev/pixi/) and [uv](https://github.com/astral-sh/uv), two widely used Rust-based tools that belong together.
88

9-
Puppy installs python, creates projects and virtual environments, and launches notebook properly linked to venvs.
9+
Puppy installs python, creates projects and virtual environments, and launches [marimo](https://github.com/marimo-team/marimo) or jupyter notebooks properly linked to venvs.
1010

1111
## Get started
1212

@@ -39,7 +39,7 @@ Installing puppy preps the folder to house python, in complete isolation from sy
3939

4040
## Using `pup` as a Module
4141

42-
Pup can help you construct and activate python projects interactively, such as from (i)python shells, jupyter notebooks, or marimo notebooks.
42+
Pup can help you construct and activate python projects interactively, such as from (i)python shells, jupyter notebooks, or [marimo notebooks](https://github.com/marimo-team/marimo/discussions/2994).
4343

4444
```
4545
a@a-Aon-L1:~/Desktop/puppy$ .pixi/envs/default/bin/python
@@ -108,7 +108,7 @@ Initialized project `test-only-root` at `/home/a/puppy/test-only-root`
108108
Using CPython 3.12.7 interpreter at: .pixi/envs/default/bin/python
109109
Creating virtual environment at: test-only-root/.venv
110110
Activate with: source test-only-root/.venv/bin/activate
111-
Specify what to install:
111+
Specify what to install:
112112
[2024-11-22 13:10:50] 🐶 virtual envs available: ['gr', 'test-only-root']
113113
[2024-11-22 13:10:50] fetched packages from 'test-only-root': /home/a/puppy/test-only-root added to `sys.path`
114114
[2024-11-22 13:10:50] 🐶 heard: pup list test-only-root
@@ -122,6 +122,8 @@ Hello from test-only-root!
122122
## Notebooks (WIP)
123123

124124
Coming soon: templates for Jupyter and Marimo notebooks.
125+
[Unified environment management for any computational notebooks](https://github.com/marimo-team/marimo/discussions/2994) - no more Jupyter kernels!
126+
125127
`pup play --help`
126128

127129
## But Why

0 commit comments

Comments
 (0)