v1.18.1
echo $SHELL
git --version
python3 -V
python -V
jupyter-lab --version
python -c "import numpy; print(numpy.__version__)"
conda list numpy
python -c "import matplotlib; print(matplotlib.__version__)"
Was this module useful for you?