Open RA80533 opened 3 years ago
Could you share the result of jupyter kernelspec list
after tslab install
?
If it shows tslab
and jslab
entry, could you share the kernel.json
in the kernels config directories?
The content should be something like:
{"argv": ["/home/yunabe/src/tslab/bin/tslab", "kernel", "--config-path={connection_file}"], "display_name": "TypeScript", "language": "typescript"}
I installed the TypeScript kernel via
tslab install --binary --sys-prefix
. The kernel is able to run and execute TypeScript; however, it seems to have trouble finding imports.While the local installation of tslab is not directly available in my global
PATH
, conferring it via the--binary
flag certainly works for executing TypeScript. Would the issue be related to the binary not being included in myPATH
even though the binary is configured correctly?