Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coconut --jupyter qtconsole runs python kernel rather than coconut kernel. #717

Closed
kksgandhi opened this issue Feb 2, 2023 · 2 comments
Closed

Comments

@kksgandhi
Copy link

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.
@evhub evhub added the oversight label Feb 3, 2023
@evhub evhub added this to the v3.0.0 milestone Feb 3, 2023
evhub added a commit that referenced this issue Feb 3, 2023
@evhub evhub added the resolved label Feb 3, 2023
@evhub
Copy link
Owner

evhub commented Feb 3, 2023

Fixed on coconut-develop>=3.0.0-a_dev8. Simple workaround for this also is just to run jupyter qtconsole --kernel coconut.

@evhub evhub closed this as completed Feb 3, 2023
@kksgandhi
Copy link
Author

Thank you!

@evhub evhub mentioned this issue May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants