Added worksheets support to notebook viewer

Updated some Ruby code based on comments
This commit is contained in:
Phil Hughes 2017-03-29 09:52:56 +01:00
parent 91f43587a8
commit c71831e80c
2 changed files with 3020 additions and 3003 deletions

View File

@ -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?

File diff suppressed because it is too large Load Diff