Skip to content
Snippets Groups Projects
Commit c71831e8 authored by Phil Hughes's avatar Phil Hughes
Browse files

Added worksheets support to notebook viewer

Updated some Ruby code based on comments
parent 91f43587
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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?
Loading
Loading
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment