Command: coconut --jupyter qtconsole
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.
Command:
coconut --jupyter qtconsoleOutcome: a jupyter qtconsole running python as the kernel
Expected: a jupyter qtconsole running coconut as the kernel
Notes:
coconut --jupyter consoleruns a jupyter console w/ coconut, as you'd expectc.JupyterConsoleApp.kernel_name = 'coconut'in~/.jupyter/jupyter_qtconsole_config.pycauses the jupyter qtconsole to be run with coconut as the kernel.