Jochem Smit
Jochem Smit
I encountered this where `wily rank` only returned the top-level scripts (`setup.py` etc) despite running `wily build src/`. I had this issue on windows on a clean conda environment (`conda...
I'm having a similar issue where creating a `TTTR` object with a photon-hdf5 file as argument crashes the kernel. ~I didnt expect this to work, but~ as @NicolaasvanderVoort points out...
I've now added the loading of mhchem to the same `this.import` call which loads katex. It seems like the better solution.
Hi, afaik there is no sphere representation in PDBeMolstar. You can use 'spacefill' to get a similar effect. Here is an example with click interactions: ```python # clicking a residue...
I'm not sure, it looks like there is an issue with the css loading (buttons look funny), also the highlight on hover doesnt seem to work. Perhaps you can open...
I think its a marimo issue, I suspect its related to marimo placing output in a shadow dom There is a similar issue here: https://github.com/marimo-team/marimo/issues/1165 We experienced something similar earlier...
With respect to `hdxms-datasets` at the moment the scope would be output in the form of peptide d-uptake tables. At the moment as a format where replicates are averages together,...
@maartenbreddels do you have any thoughts on putting solara components in reactive variables? I would not have thought of doing that, instead my goto solution would be a reactive with...
Yes, at the moment its not possible, I've removed it since it made my life a bit easier and wasn't sure if it was being used. I can put it...
Thanks for the PR! Unfortunately it look like some of changes to `models.py` cause issues for the web application part of PyHDX . I'll try to take a look but...