Jupyter supports various kernels for different languages eg C++ Julia, Rust ...
it would nice to generate code cells automatically when we have
[source,cpp]
----
int i=1;
----
you can. download the jupyter file
asciidoctor-jupyter does not generate a code cell but rather a markdown cell with code. I generated it by hand after and show the image below