Vidar Tonaas Fauske
Vidar Tonaas Fauske
> we should be able to run a non jupyter Python process on the backend. And hook up them up to each other to have bidrectional communication. This sounds like...
> Not connected to a kernel, just backed by a regular python process. I'm pretty sure this is how ipython started though 😉 More seriously, it would be interesting to...
@maartenbreddels three.js r91 added code in examples for fat lines via shaders, see https://github.com/mrdoob/three.js/pull/11349. I'm considering exposing it in pythreejs given its usability.
Would you mind expanding a little on why a keymap is needed / what problems they would solve?
> > Would you mind expanding a little on why a keymap is needed / what problems they would solve? > > Many Non-US-Keyboards don't have certain buttons, like the...
For context, I use a Norwegian keyboard layout, but use Window's Alt+Shift shortcut to toggle to a US layout for coding so that the `øæå¨'` keys next to Enter map...
I think the issue as outlined on the datagrid repo is the automatic sizing of rows dependent on the number of lines that are in a cell. See: https://github.com/bloomberg/ipydatagrid/issues/294#issuecomment-1041083358
An alternative to throttling the relayout is to replace the content of a node with a placeholder image (not a screenshot but a generic "ui element here" image). We might...
> what I describe above about requiring the ILatexTypesetter plugin should be enough to get jlab to initialize mathjax. Except of course if you use an `ILatexTypesetter` that isn't MathJax...
@jasongrout Sure, hopefully next week. For now and until I can rely on this being available I use this workaround (in a project where I know the mathjax implementation is...