我在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
但什么也没做。