原文:在jupyter notebook中同时安装python2和python3

之前讨论过在anaconda下安装多个python版本,本期来讨论下,jupyter notebook中怎样同时安装python . 和python .x。 由于我之前使用的jupyter notebook是基于python . 版本的,所以只要在此基础上安装基于python . 的内核即可。 我的环境如下: windows , 位系统 已安装基于python . 版本的anaconda 已在an ...

2017-06-30 06:19 0 14013 推荐指数:

查看详情

jupyter notebook同时安装python2python3

环境 win10 已安装anaconda3 How 快速启动jupyter notebook的一个小技巧 启动jupyter notebook时,每次都要切换文件路径,需要输入相关的命令,相对来说比较麻烦。 有一个可以快速启动的小技巧,我个人一般是这么用的。 在你想要打开的文件夹路径 ...

Sat Aug 11 18:03:00 CST 2018 0 1006
Jupyter notebook python2 & python3的切换

在kernel选项只有一个python2的版本,怎么增加python3: 1.先通过命令行(命令提示符)把环境切换为py3 —— activate py3 2.输入以下命令: python -m ipykernel install --user 3.启动 jupyter notebook ...

Thu Nov 01 00:51:00 CST 2018 0 3583
python如何安装Jupyter notebook

一,安装Jupyter notebook 环境:win10,python3.7 两种安装方式,这里只讲pip安装 pip install jupyter notebook 二,启动Jupyter notebook jupyter notebook ...

Thu Mar 28 22:59:00 CST 2019 0 5259
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM