The 5.2.1 update changed the kernel display_name
. This shows up on the top right of the Jupyter page.
This is just a cosmetic issue. But to update this, delete ~/.local/share/jupyter/kernels/*
and refresh the page.
Git Clone URL: | https://aur.archlinux.org/ijavascript.git (read-only, click to copy) |
---|---|
Package Base: | ijavascript |
Description: | JavaScript kernel for Jupyter |
Upstream URL: | https://github.com/n-riesco/ijavascript |
Licenses: | BSD-3-Clause |
Submitter: | appelgriebsch |
Maintainer: | simonzack |
Last Packager: | simonzack |
Votes: | 3 |
Popularity: | 0.000006 |
First Submitted: | 2016-11-17 07:05 (UTC) |
Last Updated: | 2022-04-04 06:36 (UTC) |
The 5.2.1 update changed the kernel display_name
. This shows up on the top right of the Jupyter page.
This is just a cosmetic issue. But to update this, delete ~/.local/share/jupyter/kernels/*
and refresh the page.
@igvalor I tried that, but for me installation fails with a C++ compiler error:
make[1]: Entering directory '/home/languitar/abs/ijavascript/pkg/ijavascript/usr/lib/node_modules/ijavascript/node_modules/zeromq/zmq/zeromq-4.2.2'
CXX src/src_libzmq_la-address.lo
CXX src/src_libzmq_la-client.lo
In file included from /usr/include/errno.h:25,
from src/../include/zmq.h:56,
from src/precompiled.hpp:41,
from src/client.cpp:30:
/usr/include/features.h:381:4: error: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Werror=cpp]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^~~~~~~
In file included from /usr/include/errno.h:25,
from src/../include/zmq.h:56,
from src/precompiled.hpp:41,
from src/address.cpp:30:
/usr/include/features.h:381:4: error: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Werror=cpp]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^~~~~~~
cc1plus: all warnings being treated as errors
make[1]: *** [Makefile:3283: src/src_libzmq_la-client.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[1]: *** [Makefile:3276: src/src_libzmq_la-address.lo] Error 1
make[1]: Leaving directory '/home/languitar/abs/ijavascript/pkg/ijavascript/usr/lib/node_modules/ijavascript/node_modules/zeromq/zmq/zeromq-4.2.2'
make: *** [Makefile:4044: all-recursive] Error 1
child process exited with code 2
make: Entering directory '/home/languitar/abs/ijavascript/pkg/ijavascript/usr/lib/node_modules/ijavascript/node_modules/zeromq/build'
CXX(target) Release/obj.target/zmq/binding.o
In file included from ../binding.cc:40:
That's where I was stuck.
Just change version from 5.0.14 to 5.0.20 (or whetever the last one on the Releases page on GitHub) in the PKGBUILD during installation, and you're good to go.
Any chance to get this package updated?
Pinned Comments
simonzack commented on 2021-11-23 16:20 (UTC)
The 5.2.1 update changed the kernel
display_name
. This shows up on the top right of the Jupyter page.This is just a cosmetic issue. But to update this, delete
~/.local/share/jupyter/kernels/*
and refresh the page.