首先,我将MacOSX与Chrome浏览器配合使用。
执行简单的打印语句时,我无法读取任何输出。
我首先创建了一个名为“ hello.py”的简单文件
https://demo.firebaseio.com/users.json?
然后我使用jupytext将其转换为ipython笔记本格式
print("hola")
然后我运行了jupytext --to notebook hello.py
,但是我没有收到任何输出。
我尝试了各种方法,例如Print not showing in ipython notebook。
根据其他地方的评论,jupyter notebook
表示它正在处理。我给了它足够的时间,它只是一个简单的打印语句,应该立即处理。
可能有用的其他信息。 Pipfile
*
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
numpy = "*"
matplotlib = "*"
pytest = "*"
setuptools = "*"
cycler = "*"
kiwisolver = "*"
pyparsing = "*"
jupyter = "*"
ipython = "*"
nbformat = "*"
jupytext = "*"
jupyter-kernel-gateway = "*"
[requires]
python_version = "3.7"
的输出
jupyter troubleshoot
答案 0 :(得分:0)
我能够通过卸载龙卷风6和安装龙卷风5来解决此问题。
5.1.1
是最后一个稳定的版本,并解决了我的问题。
引用自Jupyter notebook: No connection to server because websocket connection fails