Open mmcky opened 6 years ago
Current incompatibility between traditional notebook and jupyterlab
This might be a useful resource: https://github.com/jupyterlab/jupyterlab/pull/5012
The displaymath change has been implemented in https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/154
From conversation with @jlperla and @arnavs it appears this issue may be resolved? (or perhaps a browser issue). @arnavs can you please close this if that is the case.
julia
team will use width
for more general compatibility between jupyter notebook and jupyterlab. I think the cause of this has been identified and a solution found when needing to resize images. @arnavs are you happy for this to be closed?
It appears that Jupyterlab doesn't render the same way (for html) than the traditional Jupyter notebook.
Opening
tests/ipynb/images.ipynb
is as I would expect in traditional jupyter notebook but all images are the same size irrespective of html tags for alignment and size in jupyterlab.Does anyone know why?