scilab_kernel
scilab_kernel copied to clipboard
Different rendering among OS
Rendering is different between e.g. macOS and Linux. For example axes labels are cropped under Linux:
Linux:
macOS:
Well, browsers might render HTML/SVG differently, could you try exporting the same SVG and opening it out of jupyter nb ?
Here it is:
In fact I use tljh (https://tljh.jupyter.org/en/latest/) as I want to setup a jupyterhub server. This distribution installs in /opt a completely independent tree with its own conda, python, jupyter, ... and the actual jupyter version used is 3.6.2.
macOS output uses a classical install (no hub) and uses jupyterlab 4.0.8.
After upgrading to 4.0.8, It does not seem to be an issue with jupyterlab version:
and lauching jupyterlab outside of the jupyterhub yields correct output, so it rather a jupyterhub issue:
Both screenshots from the same Linux server.
See the issue: https://github.com/jupyterhub/jupyterhub/issues/4716