Environment for performing experiments in C++ and data analysis in Python with support for Jupyter Notebooks.
Target:
- Linux
- WSL2
git clone https://github.com/LukaszSztukiewicz/CuPyterLab.git && cd CuPyterLab
chmod +x ./scripts/bash/env-setup.sh
./scripts/bash/env-setup.sh "YOUR_PROJECT_NAME_IN_QUOTATION_MARKS"
If the there is an error simply load your terminal source file:
. ~/.zshrc #or whichever shell you are using
Add a C++ source file:
mf NAME_OF_YOUR_FILE
Compile your source code:
ptest
Run build:
pbuild
Run all tests:
ptest
Run compiled binary:
prun
- google test
- cmake
- btaf
- graphviz, anim
- Ninja
- gdb
File extensions:
- .cc for C++ (Linux style)
- .h for C++ headers