python - jupyter 笔记本不在 GitHub 要点中呈现

标签 python github jupyter-notebook ipython-notebook gist

我使用 Jupyter 笔记本创建并保存了一个笔记本。然后我开始创建这个笔记本的 github 要点。但是,笔记本并未在要点中呈现。我只能看到原始代码。我在下面包含了指向我的要点的链接:

https://gist.github.com/adikamath/26ae33d4fd613d716cdf01697130e675

我知道 GitHub 从一段时间以来就为 ipnyb 提供了高级支持,我不必使用像 nbviewer 这样的服务来查看它的呈现。感谢您的帮助。

最佳答案

我成功了!我没有将 .ipnyb 文件中的代码复制到要点窗口中,而是将整个文件拖放到要点窗口中,然后要点渲染它就可以了!

关于python - jupyter 笔记本不在 GitHub 要点中呈现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47868625/

相关文章:

shell - 是否可以在我的 shell 文件中使用 GitHub secret ?

git - Macintosh Git SSH key 设置

python - (Jupyter笔记本)ModuleNotFoundError : No module named 'pandas'

python - 如何在python中找到文件的mime类型?

python - python中字符串的打印长度

git - 维护两个 github 用户帐户

jupyter-notebook - 错误 conda.core.link :_execute(700): An error occurred while installing package 'conda-forge::jupyter_nbextensions_configurator-0.4.1-py37_0'

formatting - 如何在 Jupyter 笔记本数学模式下将数字向右对齐

python - Python urllib 的意外行为

python - 在Tensorflow的C++ TensorShape API中,什么相当于Python的None?