A learning exercise for me to find, brush up on, and document best practices for developing high-quality C++ code.
These instructions are for Windows:
- Install Windows Subsystem for Linux (WSL)
- Install VS Code (on windows)
- Install Python3
sudo apt update && upgrade sudo apt install python3 python3-pip ipython3 -y sudo apt install python3-pip -y
- Install Jupyter (inside WSL)
sudo apt install jupyter -y
- Install the remaining dependencies
- Install Jupyter extension
- Install C++ extension
- Install Jupyter Notebook:
pip install notebook