- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
首先,我使用 MacOSX 和 chrome 浏览器。
执行简单的打印语句时,我无法读取任何输出。
我首先创建一个名为“hello.py”的简单文件
print("hola")
然后我使用 jupytext 将其转换为 ipython 笔记本格式
jupytext --to notebook hello.py
然后我运行了 jupyter notebook
,但是我没有收到任何输出。
我尝试了各种方法,例如 Print not showing in ipython notebook .
根据别处的评论,*
表示它正在处理。我给了它足够的时间,它只是一个简单的打印语句,应该立即处理。
可能有用的附加信息。文件
[[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
的输出
$PATH:
/Users/harvest/.local/share/virtualenvs/make-your-own-neural-network-3AgNnsP-/bin
/Users/harvest/.local/share/virtualenvs/make-your-own-neural-network-3AgNnsP-/bin
/Users/harvest/.yarn/bin
/Users/harvest/.config/yarn/global/node_modules/.bin
/Users/harvest/.pyenv/shims
/Users/harvest/.nodenv/shims
/Users/harvest/.rbenv/shims
/Users/harvest/bin
/usr/local/bin
/usr/local/Cellar/pipenv/2018.11.26_1/libexec/tools
/Users/harvest/.yarn/bin
/Users/harvest/.config/yarn/global/node_modules/.bin
/Users/harvest/.pyenv/shims
/Users/harvest/.nodenv/shims
/Users/harvest/.rbenv/shims
/Users/harvest/bin
/usr/local/bin
/usr/local/bin
/usr/bin
/bin
/usr/sbin
/sbin
/Library/Frameworks/Mono.framework/Versions/Current/Commands
/Applications/Postgres.app/Contents/Versions/latest/bin
/Users/harvest/.composer/vendor/bin
/Users/harvest/.composer/vendor/bin
sys.path:
/Users/harvest/.local/share/virtualenvs/make-your-own-neural-network-3AgNnsP-/bin
/Users/harvest/.local/share/virtualenvs/make-your-own-neural-network-3AgNnsP-/lib/python37.zip
/Users/harvest/.local/share/virtualenvs/make-your-own-neural-network-3AgNnsP-/lib/python3.7
/Users/harvest/.local/share/virtualenvs/make-your-own-neural-network-3AgNnsP-/lib/python3.7/lib-dynload
/usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7
/Users/harvest/.local/share/virtualenvs/make-your-own-neural-network-3AgNnsP-/lib/python3.7/site-packages
sys.executable:
/Users/harvest/.local/share/virtualenvs/make-your-own-neural-network-3AgNnsP-/bin/python3.7
sys.version:
3.7.2 (default, Jan 13 2019, 12:50:01)
[Clang 10.0.0 (clang-1000.11.45.5)]
platform.platform():
Darwin-18.2.0-x86_64-i386-64bit
which -a jupyter:
/Users/harvest/.local/share/virtualenvs/make-your-own-neural-network-3AgNnsP-/bin/jupyter
/Users/harvest/.local/share/virtualenvs/make-your-own-neural-network-3AgNnsP-/bin/jupyter
pip list:
Package Version
---------------------- -----------
appnope 0.1.0
atomicwrites 1.3.0
attrs 19.1.0
backcall 0.1.0
bleach 3.1.0
certifi 2018.11.29
chardet 3.0.4
cycler 0.10.0
decorator 4.3.2
defusedxml 0.5.0
entrypoints 0.3
freetype-py 2.0.0.post6
idna 2.8
ipykernel 5.1.0
ipython 7.3.0
ipython-genutils 0.2.0
ipywidgets 7.4.2
jedi 0.13.3
Jinja2 2.10
jsonschema 3.0.1
jupyter 1.0.0
jupyter-client 5.2.4
jupyter-console 6.0.0
jupyter-core 4.4.0
jupyter-kernel-gateway 2.2.0
jupytext 1.0.2
kiwisolver 1.0.1
MarkupSafe 1.1.1
matplotlib 3.0.3
mistune 0.8.4
mock 2.0.0
more-itertools 6.0.0
nbconvert 5.4.1
nbformat 4.4.0
notebook 5.7.4
numpy 1.16.2
pandocfilters 1.4.2
parso 0.3.4
pbr 5.1.3
pexpect 4.6.0
pickleshare 0.7.5
pip 19.0.3
pluggy 0.9.0
prometheus-client 0.6.0
prompt-toolkit 2.0.9
ptyprocess 0.6.0
py 1.8.0
Pygments 2.3.1
pyparsing 2.3.1
pyrsistent 0.14.11
pytest 4.3.0
python-dateutil 2.8.0
PyYAML 3.13
pyzmq 18.0.0
qtconsole 4.4.3
requests 2.21.0
Send2Trash 1.5.0
setuptools 40.8.0
six 1.12.0
terminado 0.8.1
testfixtures 6.6.0
testpath 0.4.2
tornado 6.0
traitlets 4.3.2
urllib3 1.24.1
wcwidth 0.1.7
webencodings 0.5.1
wheel 0.33.1
widgetsnbextension 3.4.2
最佳答案
我能够通过卸载 tornado 6 并安装 tornado 5 来解决这个问题。
5.1.1
是最后一个稳定版本,解决了我的问题。
引用自Jupyter notebook: No connection to server because websocket connection fails
关于python - 无输出 - Jupyter Notebook,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54971836/
我不断收到以下消息:“自上次打开或保存笔记本文件以来,磁盘上的笔记本文件已更改。您想用此处打开的版本覆盖磁盘上的文件,还是加载磁盘上的版本(重新加载页面) )?”在 Jupyter 笔记本上,即使我没
让我们假设,我想打开一个笔记本(即使用我的本地 Jupyter 实例),但我不想用它启动关联的内核(即 Python)。我怎样才能做到这一点? 可能的用例: 我只想从以前的计算中获得笔记本输出。我不想
在将 IPython 笔记本转换为笔记本时,我试图隐藏一些特定的单元格。我想在类里面使用笔记本,并希望从包含问题和答案的主笔记本生成“练习”笔记本。 This post非常有帮助,但由于某种原因,使用
在过去的几个小时里,我一直在试图弄清楚如何将我的 Jupyter Notebook 下载为 pdf。我已经下载了 MiKTeX 并重新安装了 anaconda。下面的完整错误 500内部服务器错误 错
我想要一个完整的文件作为文本文件,而不仅仅是 IPython 笔记本中的一个单元格。 我在 IPython notebook 中写了一些代码,现在我想测试它们,所以我尝试将一些文本文件作为原始数据上传
我在我的办公室电脑上工作,由于安全限制不允许我安装程序(比如 miktex,....)。所以我决定将我的笔记本导出为 .html。 如您所见,渲染效果不佳: 一些代码被删减了 很多空间被破坏了,有很大
如何在终端中编辑我的 jupyter notebook。我只是不喜欢在网络浏览器中打开 jupyter notebook。我用谷歌搜索,但每个答案都与我们如何直接从终端打开笔记本有关。 最佳答案 我建
关闭。这个问题不满足Stack Overflow guidelines .它目前不接受答案。 想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。 6年前关闭。 Improve thi
我正在使用 Julia,但并不是很喜欢 IDE(更像是一个笔记本电脑)。所以我第一次使用 Jupyter(实验室和笔记本)。 我从 Anaconda 启动了 Jupyter 并制作了我的笔记本。问题是
我试图用 ipython notebook 在终端中打开 ipython它不会打开 ipython notebook。它给出了以下错误: | ~/documents/ud120-projects/da
尝试从终端启动 jupyter notebook。我目前在正确文件夹中的终端上,并且安装了 python 3.5 和 conda。但它没有启动。 最佳答案 Jupyter Notebooks 允许您打
我有 plotly plotly 的 jupyter 笔记本不会保留 session 之间的 plotly 。 这是在基于官方 jupyter/datascience-notebook docker
我试过使用 pip3 install jupyter 安装 jupyter notebook。每次我启动一个新的 jupyter notebook 时,notebook 都无法连接到内核。请参阅下面的
我懂代码,懂 Markdown。 我已阅读 this Raw cells article ,但看不出太多。 什么是深奥的 NBConvert ? 请投点灯。 最佳答案 更新的文档位于 https://
运行代码后,我可以自动将笔记本保存为HTML。但是,有时结果生成速度太快,因此输出HTML在最后一个单元格中没有输出。 我想知道是否可以告诉文件进行自我保存? 就像是 # In last cell c
我在最近安装了 anaconda 的虚拟机中运行 Ubuntu 14.04。我使用 conda 安装了 jupyter 笔记本。我已经按照我可以在网上找到的所有文档来安装笔记本扩展,但它们无法加载并显
我正在使用 nbconvert通过命令行执行 iPython notebook(如 this answer ): ipython nbconvert --to=html --ExecutePrepro
除了原始 Jupyter Notebook 文件(.ipynb 文件)之外,有时我还会得到一个检查点 .ipynb 文件,该文件似乎直接链接到原始 。 ipynb 文件。 这些检查点文件的用途是什么?
我使用 ssh -L 连接到远程服务器,但如果我合上笔记本电脑盖子或连接丢失,jupyter 笔记本就会断开连接。 重新连接到远程服务器后,“最后一个” session 丢失。 如何才能使其持久?sc
Jupyter 笔记本支持 Markdown 单元格,但它似乎不支持表情符号代码。我想一种方法可能是使用 html 导入图标,如 fontawesome 有人有解决方法吗? 编辑:直接在 jupyte
我是一名优秀的程序员,十分优秀!