Jupyter Notebook查看路径

在运行 Jupyter Notebook时候, 往往由于我们机器上装有多个版本的python, 我们不知道哪个python 是我们正在用的。

可以使用sys.executable 查看路径, 如下:

import sys
print sys.executable

我们获得的结果为:

搜索论文题目
The effect of emotional analysis on the improvement of experimental e-learning systems

你可能感兴趣的:(Jupyter Notebook查看路径)