scilab_kernel icon indicating copy to clipboard operation
scilab_kernel copied to clipboard

Different rendering among OS

Open mottelet opened this issue 1 year ago • 4 comments

Rendering is different between e.g. macOS and Linux. For example axes labels are cropped under Linux:

Linux:

Screenshot 2024-03-01 at 11 02 00

macOS:

Screenshot 2024-03-01 at 11 01 14

mottelet avatar Mar 01 '24 10:03 mottelet

Well, browsers might render HTML/SVG differently, could you try exporting the same SVG and opening it out of jupyter nb ?

davidcl avatar Mar 01 '24 10:03 davidcl

Here it is: Screenshot 2024-03-01 at 11 39 19 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.

mottelet avatar Mar 01 '24 10:03 mottelet

After upgrading to 4.0.8, It does not seem to be an issue with jupyterlab version: Screenshot 2024-03-01 at 16 17 10 and lauching jupyterlab outside of the jupyterhub yields correct output, so it rather a jupyterhub issue: Screenshot 2024-03-01 at 17 15 15

Both screenshots from the same Linux server.

mottelet avatar Mar 01 '24 16:03 mottelet

See the issue: https://github.com/jupyterhub/jupyterhub/issues/4716

mottelet avatar Mar 01 '24 17:03 mottelet