Johan Mabille

Results 275 comments of Johan Mabille

`clang 5.0.0` (this is q requirement from `cling`).

See https://github.com/jupyter/jupyter_client/issues/593 for more detail on this.

You probably need to load the library (and tell `xeus-cling` where to find it). See [here](https://xeus-cling.readthedocs.io/en/latest/build_options.html#using-third-party-libraries).

Wow this is awemsome! Congratz and thanks for the hard work and for sharing this!

@dimitry-ishenko that would be awesome!

Do you have the error with cling? If so , this is a bug to report upstream, otherwise we can reopen this issue.

@nthiery you can define a multiline function in cling, just hit enter after you open the curly brace. You will see a question mark on the new line (and on...

I think you can use [allthekernels](https://github.com/minrk/allthekernels). It's not really a magic, but the result is quite the same: you can execute C++ code in a Notebook where cells are considered...

On linux, the segmentation fault triggers a sigsegv signal which should result in a core dump containing all the info you need. Some reasons may prevent this core dump to...

You should not include gcc headers from your system, you should use those provided by the compiler installed in your conda environment. It would be cleaner to install Eigen in...