GLUE icon indicating copy to clipboard operation
GLUE copied to clipboard

No such kernel named ir_4.0.2

Open Khalid-Usman opened this issue 5 months ago • 1 comments

Hi, I am running GLUE -> experiments -> TripleOmics and I got the following error in file e01_inmf_nbconvert.log.

[NbConvertApp] WARNING | Config option `kernel_spec_manager_class` not recognized by `NbConvertApp`.
[NbConvertApp] Converting notebook e01_inmf.run.ipynb to html
[NbConvertApp] WARNING | Kernelspec name ir_4.0.2 cannot be found!
[NbConvertApp] ERROR | No such kernel named ir_4.0.2

Note: I have installed R 4.3.2 as it was recommended any version higher than 4.0.2

Khalid-Usman avatar Jan 20 '24 10:01 Khalid-Usman

Hi @Khalid-Usman! In that case you may need to modify the kernel spec section in e01_inmf.R to match your installed IRkernel version, likely:

#   kernelspec:
#     display_name: R 4.3.2
#     language: R
#     name: ir_4.3.2

Jeff1995 avatar Feb 02 '24 15:02 Jeff1995