How to check whether I have IPython installed on my machine and what sequence to install these libraries?

前端 未结 2 1194
感情败类
感情败类 2021-01-14 11:42

I need to use python for a machine learning course and I also need to install some external libraries. I\'m a bit confused as to what the correct order is for installation o

2条回答
  •  [愿得一人]
    2021-01-14 12:21

    You can simply check the version, as we do with other software packages to check if a software package is installed properly or not.

    Type in your terminal.

    ipython --version

    It'll print the version if ipython is installed properly.

提交回复
热议问题