jupyter notebook python -3.8.54
Wind键+R打开cmd:

cmd命令行:
1、python --version 查看python版本
2、pip --version 查看pip版本
3、pip install notebook 按着 jupyter notebook
4、jupyter notebook 加开jupyter notebook
5、pip install tensorflow 安装tensorflow
6、pip install scikit-learn 安装scikit-learn



这篇博客介绍了如何在命令行中通过Python的pip工具来检查Python和pip的版本,并详细演示了安装Jupyter Notebook、TensorFlow和Scikit-Learn的步骤。通过这些步骤,读者可以建立一个强大的数据分析和机器学习环境。
2431





