在jupyter-notebook上的python3中打印的语法无效

时间:2018-07-11 23:16:40

标签: python jupyter-notebook

我在jupyter笔记本上使用python3内核,并且不断收到此错误:

for line in process.stdout:
    print("\r" + line.strip(), end='', flush=True)

错误消息是

print(line.strip(), end='', flush=True)
                      ^   
SyntaxError: invalid syntax

我尝试通过以下方式更新jupyter笔记本 sudo -H pip3 install --upgrade --force-reinstall jupyter 但什么也没做。

enter image description here

0 个答案:

没有答案