deno icon indicating copy to clipboard operation
deno copied to clipboard

Jupyter: kernel icons are copied to the wrong directory

Open jtpio opened this issue 1 year ago • 0 comments

Version: Deno 2.0.0

Trying to use the Jupyter kernel for Deno, it looks like the logos are not copied to the correct directory.

For example when testing on Binder with the following gist: https://gist.github.com/jtpio/dc3ca4ff627e54f44ffbbdc491b3fd3e

And the following script to install deno and the Jupyter kernel:

curl -fsSL https://deno.land/install.sh | sh
export PATH="$HOME/.deno/bin:$PATH"
deno jupyter --install

image

The logo files seem to be copied to the jupyter directory instead of the kernels/deno directory:

jovyan@jupyter-jtpio-2ddc3ca4ff6-2dffbbdc491b3fd3e-2dm7ojnxud:~/.local/share/jupyter$ ls -liash
total 36K
3679663 4.0K drwxr-xr-x 1 jovyan jovyan 4.0K Oct  9 17:24 .
3598606 8.0K drwxr-xr-x 1 jovyan jovyan 4.0K Oct  9 17:22 ..
4050560 4.0K drwxr-xr-x 3 jovyan jovyan 4.0K Oct  9 17:22 kernels
3635151 4.0K -rw-r--r-- 1 jovyan jovyan 1.1K Oct  9 17:22 logo-32x32.png
3635152 4.0K -rw-r--r-- 1 jovyan jovyan 2.1K Oct  9 17:22 logo-64x64.png
3635153 8.0K -rw-r--r-- 1 jovyan jovyan 4.6K Oct  9 17:22 logo-svg.svg
4112679 4.0K drwx------ 2 jovyan jovyan 4.0K Oct  9 17:24 runtime

jtpio avatar Oct 09 '24 17:10 jtpio