提交 c71831e8 编写于 作者: P Phil Hughes

Added worksheets support to notebook viewer

Updated some Ruby code based on comments
上级 91f43587
......@@ -47,7 +47,7 @@ class Blob < SimpleDelegator
end
def ipython_notebook?
text? && language && language.name == 'Jupyter Notebook'
text? && language&.name == 'Jupyter Notebook'
end
def size_within_svg_limits?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册