ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes
JupyROOT.html.cpphighlighter Namespace Reference

Classes

class  CppHighlighter
 

Detailed Description

This preprocessor marks cell's metadata so that the appropriate
highlighter can be used in the `highlight` filter afterwards.
More precisely, the language of a cell is set to C++ in two scenarios:
- Python notebooks: cells with `%%cpp` magic extension.
- ROOT C++ notebooks: all cells.
This preprocessor relies on the metadata section of the notebook to
find out about the notebook's language.