如何安装Jupyter Notebook
原文英文,约100词,阅读约需1分钟。发表于: 。step1 check if python is installed or not. on command prompt type the following command : python --version if python not downloaded download it from its website step2 check if pip...
检查是否安装Python和pip,使用命令`python --version`和`pip --version`。若未安装,下载Python。然后使用`pip install notebook`安装Jupyter Notebook,最后用`jupyter notebook`命令打开。