Closed
Description
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.