You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When kernelspecs API returns SVG icons via gateway, the Content-Type set by GatewayResourceHandler is overridden as application/json. This causes browser to fail rendering the icon properly. JupyterLab prefers SVG kernel icons since this commit.
Reproduce
Launch JupyterLab with --GatewayClient.url arg
Open Launcher in JupyterLab
Expected behavior
Correct Content-Type header should be set and icon should render properly
Context
Operating System and version: macOS
Browser and version: Chrome
Jupyter Server version: 1.x, 2.x
The text was updated successfully, but these errors were encountered:
Description
When kernelspecs API returns SVG icons via gateway, the Content-Type set by GatewayResourceHandler is overridden as application/json. This causes browser to fail rendering the icon properly. JupyterLab prefers SVG kernel icons since this commit.

Reproduce
--GatewayClient.url
argExpected behavior
Correct Content-Type header should be set and icon should render properly
Context
The text was updated successfully, but these errors were encountered: