Is it possible to run C++ and Python code in the same Jupyter notebook?
I've taught myself R using Jupyter notebooks where I would first solve a coding problem in Python and then write a similar solution in R. Having the code blocks right below each other helped me keep my skills sharp in Python, while learning a new language at the same time.
I now want to teach myself C++ with the same approach.