You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 contains
name: python3
The text was updated successfully, but these errors were encountered: