liuzj039

Results 6 issues of liuzj039

**Describe the issue or bug** After trying to pass the pickle serialized file to reticulate, I found that although it could be read by reticulate normally, the script would get...

bug

After changing the width, the errorbar still seems to appear in the original position. Is it necessary to add width parameters to other marks like Range as well? ```python import...

rough-edge
objects-move

Thanks the developers for providing the same experience as native jupyter in vscode. I recently found that when the notebook is large enough and has many figures. After executing the...

bug
info-needed
notebook-kernel

**Describe the bug** When the input is AnnData, `mu.tl.mofa` will trigger an error with no mod attribute when the model is finally saved. **To Reproduce** ```python import muon as mu...

bug

**Describe the bug** Drawing umap graphs with the same variables in multiple mods will result in errors, even if axis=-1 is set. **To Reproduce** ```python import muon as mu import...

bug

Many thanks to the developer for providing a version of jupyterlab. While using it, I found that tabnine is very time consuming for completing large data frames. Here is an...