bluss

Results 820 comments of bluss
trafficstars

We should probably lift this serialization info into the docs

This overlaps with existing graph generation in https://github.com/petgraph/petgraph/blob/master/src/quickcheck.rs

I have a solution for almost exactly that: Jupyterlab as a standalone tool, and switching between uv-defined kernels environments without having to register them, but that -- currently -- requires...

It looked like it would be simple, so here's a PoC level implementation of "nb_conda_kernels" but for uv. It's based on scanning pyproject.tomls under a designated directory. https://github.com/bluss/uv-kernels ![bild](https://github.com/user-attachments/assets/b64189e0-df00-4dae-9646-c264c965e5db)

Feedback on both of those is welcome. My elevator pitch for why to use the former solution instead of the latter. - pyproject-local-kernel keeps the configuration in the repository. You...

See https://github.com/jupyter/nbconvert/pull/672 which says it uses metadata.title if it exists.

Some workarounds are written down in issue #912 - The current design - even if there are bugs like #912 - is that Rye projects that use pdm as build...

Sure. [Workspace docs](https://rye.astral.sh/guide/workspaces/) I used rye init (twice) and some editing to create this ``` workspace ├── local_package │   ├── pyproject.toml │   ├── README.md │   └── src │   └── local_package...

rye sync sets up the workspace as usual, with all members included. If "build" means building wheels, then I have no idea :slightly_smiling_face:.

Hm it kind of needs a better name or description, doesn't it? Nothing from the current name makes it clear what it does (that it will truncate at the null...