Numex is a playground to test and experiment numerical algorithms. With the help of numpy, matplotlib and jupyter, it is so much fun to play numerical algorithms in VS code.
- Install Visual Studio Code and Python extension.
- Install conda, then create and activate a conda environment:
conda create --name numex python=3.7 conda install scipy matplotlib jupyter conda activate numex - Then open a script in exercises folder, just hit
Run CellorRun All Cellsto play with: