miniconda: https://docs.conda.io/en/latest/miniconda.html, this is a slim version of anaconda
In windows:
run Anaconda Prompt and create a new environment(optional)
In the Anaconda Prompt, go to the newly created environment if you have created one
activate *new_environment*
and install by:
conda install *package_name*
Jupyter Lab is a recommended environment to present python code, to install:
conda install -c conda-forge jupyterlab
to run Jupyter Lab:
jupyter lab
python PDE2.py
run PDE2