C++ with Xeus Cling over Jupyter #3284
wpalaceJHA
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to know if anyone on the dotnet interactive team has considered adding a C++ cell available over a remote Jupyter server (https://github.com/jupyter-xeus/xeus-cling). It would be very useful to run a Jupyter server with Xeus-Cling configured in a container or in WSL and connect to it like you would connect to Python or R to add C++ support:
#!connect jupyter --url http://127.0.0.1:8888 --token 6efed79cb7ce941be7ec09948d68054593c8a4cc795fd0e8 --kernel-name xeus-cling --kernel-spec C++
Beta Was this translation helpful? Give feedback.
All reactions