bluss
bluss
Mentioning this, because it hits pretty close to the issue.. I've worked on https://bluss.github.io/pyproject-local-kernel/ which basically is that support, using Uv (or Rye, or others) to define dependencies per notebook...
@prrao87 if you don't like to install pyproject-local-kernel ([or others](https://github.com/goerz/python-localvenv-kernel)), the following kernelspec here might be fun to install - however I share this for fun and learning, and I...
@lacker If you don't mind, I would suggest the following for **VS Code and VSCodium** **specifically**: ```bash # Create a new notebook project # and open the directory in code...
@charliermarsh jupyterlab is my primary interface to jupyter, so I don't really know Code that well, especially not the best way to do things. VS Code experts please help. ----...
That `uv tree -q` removes the actual tree output itself is probably a bug and now reported #8379
Hi @samueltardieu, good that you bring this up. This is also being discussed in some other places. As a main maintainer of ndarray itself I have chosen to not take...
hi - I was here to press the ci button but I was wondering if @termoshtt wants to chime in too
I have been added as a crate owner for this crate on crates.io since today, thanks to @termoshtt for the transfer. I will help get the next release out as...
hi, intriguing. I'm skeptical of the maintainability, but it could work, it's a nice accomplishment and not a bad flow you have set up. The more sed patterns needed the...
It's promising. I'm suggesting this creative way of not having to have a patch at all. Instead insert our own directives into the code using comments, and use `cfg(never_true)` to...