Y
Hacker News
new
|
ask
|
show
|
jobs
by
pletnes
2711 days ago
What about jupyter and root instead?
https://root.cern.ch/notebooks/HowTos/HowTo_ROOT-Notebooks.h...
AFAIK it uses clang for parsing, which is as good a C++ parser as any.
1 comments
goalexboxer
2711 days ago
This Jupyter integration seems really cool. Since I'm targeting educational environments it would open even more options for automated evaluation. Thanks!
link
pankajkumar229
2711 days ago
We have an education product and we support C++ using jupyter/nbgrader/clang too.
https://datacabinet.info/dc-docs/sbs/projects.html#step-3-c
. We had to make some clang changes to make it work.
link