fsprojects / IfSharp

F# for Jupyter Notebooks
Other
440 stars 71 forks source link

Icon can't show correctly #259

Open kands-code opened 2 years ago

kands-code commented 2 years ago

Description

The icon of this jupyter kernel can't show correctly.

Repro steps

Just start a jupyter notebook, and then, create a new notebook or chose a notebook, use the F# kernel.

Expected behavior

The icon should show like this:

image

Actual behavior

The icon is disappeared:

C~A9GPYXWM@NZVJG1_OA_XG

Known workarounds

The kernel icon (logo) is named incorrectly. The 64x64 logo image is acually 32x32, and the 32x32 logo is 64x64.

Just rename the logo-32x32.png to logo-64x64.png can fix it.

Related information

Windows 10

master

image