Michał Krassowski

Results 392 issues of Michał Krassowski

Users have repeatedly requested for the LLMs to consider the full notebook rather than only the current cell when generating completions, for example in https://github.com/jupyterlab/jupyterlab/issues/15532. However, sending the full notebook...

enhancement

Neither https://jupyterlab.readthedocs.io/en/stable/user/rtc.html nor https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/ documents how to share the notebook with other users to collaborate.

bug
documentation

## Description Heads up to anyone trying to improve test coverage: I tried to write tests for #270 using `rtc_create_notebook` and `rtc_create_file` fixtures. While I was successful with `rtc_create_file`, tests...

bug

Maybe something nested like: ```python class Group: pass class GroupSharingDirectory(Group): pass GroupSharingDirectory( name='analyses', members=[ NotebookRule(), NotebookRule(), ] ) ```

Inputs and outputs can be deduced from the [data-vault](https://github.com/krassowski/data-vault) store/import operations.

In a similar way to pytest which allows specifying a regular expression.

- [ ] in the CLI - [ ] in the interactive report - [ ] as a badge?

- [ ] warning: "a hyperlink to non-existing notebook found!" - [x] make directories for output! (and be slightly verbose about it) - [ ] have links to readmies as...

I've got a couple of cases where I wished to run o2m but could not as the input checks failed: data with NaN is not accepted, it is impossible to...

I just wanted to let you know that I was able to (roughly) reproduce Figure 12b from the (Trygg, and Wold, 2003) paper using (slightly modified) `o2m2`. It occurred to...