-
Notifications
You must be signed in to change notification settings - Fork 16
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
Adding xeus-cpp in the docs #162
Conversation
- [xeus-nelson](https://github.com/jupyter-xeus/xeus-nelson) | ||
- [xeus-javascript](https://github.com/jupyter-xeus/xeus-javascript) | ||
|
||
We are also working on bringing [xeus-cpp](https://github.com/compiler-research/xeus-cpp) and [xeus-r](https://github.com/jupyter-xeus/xeus-r) into jupyterlite, stay tuned! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we're in a decent spot to get rid of this line now ;) ?!
} | ||
|
||
funky_sin_wave(100); | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ran out of ideas hence simply added a funky sine wave function 😅
Hope that is okay !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curious if this can maybe be updated to >5 xeus/docs/build-environment.yml Line 19 in 1be0332
|
Hmm, the builds fail with this error
Do I need to explicitly fetch CppInterOp somewhere ? It is the shared lib needed for xeus-cpp (libclangCppInterOp.so) and is present as a dependency on the emscripten-forge recipe
|
bot please update snapshots |
As discussed in private, it seems xeus-cpp does not work alongside xeus-r |
Yess. My latest commit should atleast fix the "install dependencies" job in the CI. Now doesn't face issues on locating
Converting to draft untill we figure out how the kernels are obstructing one another ! |
bot please update snapshots (this will fix the ui-tests) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
No description provided.