how to install ipython code example
Example 1: start ipython with any version
python3.6 -m IPython
python3.8-m IPython
Example 2: ipython install
pip install ipython
python3.6 -m IPython
python3.8-m IPython
pip install ipython