thanks for the awesome library! I'm now trying to use it for a kernel in another language.
from the options I thought the parameter would be defaultLang, but from looking at the code it seems like I should pass language in the options instead:
so it still seems to be creating a python kernel. I did some digging into the jupyter/services code but couldn't find any hints there.
One other hint is that if I visit the url that juniper logs to the console
Starting WebSocket: wss://hub.mybinder.org/user/amn41-bash_plus_...
I see a JSON which contains name: python3
thanks for the awesome library! I'm now trying to use it for a kernel in another language.
from the options I thought the parameter would be
defaultLang
, but from looking at the code it seems like I should passlanguage
in the options instead:e.g. in console
if I run this shell on binder, I am able to execute bash commands. However, when I try to do so via juniper, I get:
so it still seems to be creating a python kernel. I did some digging into the jupyter/services code but couldn't find any hints there.
One other hint is that if I visit the url that juniper logs to the console
Starting WebSocket: wss://hub.mybinder.org/user/amn41-bash_plus_...
I see a JSON which containsname: python3