[Notebooks] Adding some example of direct compilation in the Notebooks in 6-InRealEnvironment
Using ! to direct execute the compilation without needing to open a terminal
(This avoids breaking the workflow of the class)
Also adding some additional doc (it can be separated in a different MR, so doesn't mesh with the previous one)
Merge request reports
Activity
added C++ Documentation Jupyter labels
Thanks!
Integrated this morning after fixing few typos. We'll see, but my idea was to go outside the notebook to give a feeling of the command line, but maybe it's not practical enough.
A point however: the Docker image I provided in MR !15 (closed) is as bare boned as possible (it is heavy enough as it is...) and doesn't embed all that is required to make these invocations from notebooks work (and I gather yours is likewise: I see clang but not gcc in the apt-get install list). If we want to go this way we should probably provide an adequate Docker image.
mentioned in merge request !16 (closed)