jupyter-xeus / xeus-cling

Jupyter kernel for the C++ programming language
BSD 3-Clause "New" or "Revised" License
3.08k stars 297 forks source link

Document integration of C++ code from static or shared library #384

Open mulderp opened 3 years ago

mulderp commented 3 years ago

Hello,

I would like to run/experiment with code in libraries from a Jupyter notebook. The documentation to load a library foo.so or foo.a is unclear to me.

Do you have an example what steps needs to be done:

1) compile foo.cpp into a library (what build steps for Cling are required ? ) 2) load the library into the notebook

Thanks a lot!