-
Notifications
You must be signed in to change notification settings - Fork 278
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
conda installation support #197
Comments
cling is available on conda for linux because we need it for xeus-cling.
The current version is 0.3 but since few days, I'm working on the conda
packaging for cling 0.5 and xeus-cling for windows, linux and mac osx.
So I hope in few days or weeks you will have all you need ;).
2017-11-29 20:13 GMT+01:00 laoshaw <[email protected]>:
… can I install cling via conda?
I'm comparing cling vs xeus-cling and the latter has conda installation
which is really convenient.
Thanks,
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#197>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHKaFQn4NARkdLsBxxry9ae7whSuZiqrks5s7azjgaJpZM4QvepT>
.
|
Thanks. what's the relationship between cling and xeus-cling? I just tried xeus-cling in an existing miniconda3 and it failed to start: |
The idea of xeus-cling is to use
- xeus which implements the messaging protocol of Jupyter in C++.
- cling as an interpreter for the C++ kernel like IPython does for the
Python kernel.
I will take a look at your issue.
2017-11-29 20:25 GMT+01:00 laoshaw <[email protected]>:
… Thanks. what's the relationship between cling and xeus-cling? I just tried
xeus-cling in an existing miniconda3 and it failed to start:
jupyter-xeus/xeus-cling#76
<jupyter-xeus/xeus-cling#76>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#197 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHKaFReegB009Q3e_yJOEYYKjMhRfjZBks5s7a-PgaJpZM4QvepT>
.
|
To this looks like it's answered. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
can I install cling via conda?
I'm comparing cling vs xeus-cling and the latter has conda installation which is really convenient.
Thanks,
The text was updated successfully, but these errors were encountered: