CastXML / pygccxml

pygccxml is a specialized XML reader that reads the output from CastXML. It provides a simple framework to navigate C++ declarations, using Python classes.
Boost Software License 1.0
132 stars 46 forks source link

Possible to have a simple Binder instance (for Jupyter notebooks)? #126

Open EricCousineau-TRI opened 4 years ago

EricCousineau-TRI commented 4 years ago

If possible, it'd be nice to have a simple Binder instance to toy around with some examples for code.

I think it's just an apt install of castxml, then pip install of pygccxml, which seems like it'd be pretty straightforward? Here's an example for our project: https://github.com/RobotLocomotion/drake/tree/8dad68e1bacd4e79405835e961f80ba0826c6667/.binder

iMichka commented 1 year ago

Looks like this was implemented in #127? Can you confirm and close this issue?