Pol Febrer Calabozo
Pol Febrer Calabozo
Should I add the speed up to the changelog?
Do you have an example where the density is wrong? In this PR the density matrix is translated into the unit cell to compute the density, so with that most...
Nono, the matrix elements are translated as well. At the beginning of the density method there is a line like ```python dm = self.translate2uc() ```
Ok, I installed the `jupyterlab-plotly` extension with `jupyter labextension install plotlywidget` and it works, so I guess this will be fixed in the next python package release (?)
No, sorry it also doesn't work, the previous code snippet just literally shows `"$Title$"` as a title, but prepending the string with 'r' makes the issue show again: ```python from...
No, I still need some solution for this 😅
I'm tagging @alexcjohnson since he seems to be the last to have committed something to jupyterlab-plotly other than version changes :) It looks like this is an easy fix that...
I don't know, everything I know is that jupyterlab uses MathJax `3.2` and plotly's docs use `2.7`, but in principle version `3` should work as well according to https://github.com/plotly/plotly.js/pull/6073 I...
I don't know, if I knew I would have submitted a PR already :) I already tried to fix it and I couldn't even set up a dev environment. I'm...
> Could that be folded into the plotly-py code? My impression for this was that `plotlyjs` should be modified (not just the javascript in `jupyterlab-plotly`), but I might be wrong.