Hello Edward, Thanks for your interest ! I'm curious of where/what GDL kernel you are referring to, there is not many mentions of id beyond this one:
https://github.com/lstagner/idl_kernel Which itself refer to the page of an official one (https://www.harrisgeospatial.com/docs/IDL_Kernel.html). I'm not sure where you've seen a gdl_kernel.py (I'm unfamiliar with IDL/GDL so I may miss something for their docs). If you can point me to it that would be helpful to narrow down your problem. >From the docs I can read (once the Python bridge is installed): > Once IPython (Jupyter) has been installed, you need to install the IDL > kernel. The IDL kernel can be found in: > <IDL_DIR>/lib/bridges/kernels/IDL/kernel.json You likely want to replace that by the following command: $ jupyter kernelspec install <IDL_DIR>/lib/bridges/kernels/IDLl --user But I guess that depends to the exact content of <IDL_DIR>/lib/bridges/kernels/IDL One that is done `jupyter kernelspec list` should list the IDL kernel (the kernel may not be able to start, but it should at least be listed). The content of the kernel.json file may be helpful to figure out the rest of the instruction (like what program it is attempting to start) to give you more instructions. Hope that helps a bit. -- M On Mon, Oct 16, 2017 at 4:26 PM, Edward Sternin <[email protected]> wrote: > I am NOT python-competent at all, but I am very curious about other kernels > within Jupyter environment. > > I searched in vain for a gdl_kernel.py and its matching kernel.json. > > $ jupyter kernelspec list > Available kernels: > python3 /usr/local/share/jupyter/kernels/python3 > octave /usr/share/jupyter/kernels/octave > python2 /usr/share/jupyter/kernels/python2 > > How can I install additional kernels? This is under RHEL 7, so "anaconda" > is not an option, though pip is installed. > > Any and all guidance will be appreciated. > > -- > You received this message because you are subscribed to the Google Groups > "Project Jupyter" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jupyter/9352df6d-b0ad-4f88-aa0e-1759ee30ef21%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CANJQusU9D61cvAtujCo3sMmJ5-gE1DDZyFnCJ124jdgzsv-vKQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
