Zack Li
Zack Li
I gave this a try, and found that a naive wrap of the inline math mostly works except for the arrow-key escaping, which always ends up on the side it...
Maybe this is a projection of a larger problem -- it seems that inserting text into an existing inline prosemirror-math NodeView generates a prosemirror error (despite successfully rendering the math...
> Is there a Jupyter/Jupyterlab issue for this as a front-end feature? I've made an issue at https://github.com/jupyterlab/jupyterlab/issues/9440 to see what people think. Maybe it's historical.
As a temporary hack, I've found success on macOS by just applying a little CSS with Stylebot, a Chrome browser extension that lets you apply arbitrary CSS rules to pages....
I've given this some testing by using it for two weeks, and it seems to work fine. I've marked it ready for review -- please let me know if you...
Hey @marius311, this happens because `PyPlot.display_figs()`, the function called at the end of an IJulia cell, thinks there is no available display. You can see this in the notebook, i.e....
Probably all it takes is just to check if there are displays whenever a cell is requested. For example, this works in a sysimage, ```julia using PyCall using PyPlot function...
> Why is __init__ not being called when the user runsimport PyPlot? As you described in the PR, the best way to fix this is probably to do things in...
@ziotom78 Let's add this in 3.1.
Use the option `--want-covmat`