Dylan Madisetti
Dylan Madisetti
Might work out of the box. Will report back
Yeah, this works out of the box. `nilfs-utils` is required though: https://search.nixos.org/packages?channel=24.05&from=0&size=50&sort=relevance&type=packages&query=nilfs-utils And possibly the `nilfs2` kernel module (Not sure, I did both at the same time, but `modprobe nilfs2`...
Oh nice. Will add and test if I format my system. Thanks
Thanks for the feedback. Do you use marimo's home feature? i.e. running marimo edit on a directory which lets you navigate between notebooks? Otherwise, the marimo vs-code plugin can give...
Lol, how'd I miss this
No breaks!
@rmlarsen What would this take? https://github.com/tensorflow/tensorflow/blob/d5b57ca93e506df258271ea00fc29cf98383a374/tensorflow/python/ops/linalg_grad.py#LL849C54-L849C54 I'm not seeing anything that's explicitly a blocker, maybe just being a bit more careful with the slicing
A proposal (#719) for solving this was just to write: ```python def my_function(): """This is my function""" c = a + b return c ``` in notebook mode, which would...
You might be interested in using the scratchpad functionality more (little notebook icon) 1. You can reuse variable names 2. The variables defined in scratch don't pollute the normal notebook...
Possibly related? https://github.com/marimo-team/marimo/issues/2087