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
Outcome: a jupyter qtconsole running python as the kernel
Expected: a jupyter qtconsole running coconut as the kernel
Notes:
Running coconut --jupyter console runs a jupyter console w/ coconut, as you'd expect
Setting c.JupyterConsoleApp.kernel_name = 'coconut' in ~/.jupyter/jupyter_qtconsole_config.py causes the jupyter qtconsole to be run with coconut as the kernel.
The text was updated successfully, but these errors were encountered:
Command:
coconut --jupyter qtconsole
Outcome: a jupyter qtconsole running python as the kernel
Expected: a jupyter qtconsole running coconut as the kernel
Notes:
coconut --jupyter console
runs a jupyter console w/ coconut, as you'd expectc.JupyterConsoleApp.kernel_name = 'coconut'
in~/.jupyter/jupyter_qtconsole_config.py
causes the jupyter qtconsole to be run with coconut as the kernel.The text was updated successfully, but these errors were encountered: