Commit ecfbfbf4 authored by Jacob Schatz's avatar Jacob Schatz

Merge branch 'ipython-notebook-viewer-improvements' into 'master'

Added worksheets support to notebook viewer

See merge request !10307
parents 024d8be0 c71831e8
...@@ -47,7 +47,7 @@ class Blob < SimpleDelegator ...@@ -47,7 +47,7 @@ class Blob < SimpleDelegator
end end
def ipython_notebook? def ipython_notebook?
text? && language && language.name == 'Jupyter Notebook' text? && language&.name == 'Jupyter Notebook'
end end
def size_within_svg_limits? def size_within_svg_limits?
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment