File tree Expand file tree Collapse file tree 4 files changed +96
-23
lines changed
Expand file tree Collapse file tree 4 files changed +96
-23
lines changed Original file line number Diff line number Diff line change 11# Autogenerated by nbdev
22
3- d = { 'settings' : { 'branch' : 'main ' ,
3+ d = { 'settings' : { 'branch' : 'master ' ,
44 'doc_baseurl' : '/execnb/' ,
55 'doc_host' : 'https://AnswerDotAI.github.io' ,
66 'git_url' : 'https://github.com/AnswerDotAI/execnb/' ,
Original file line number Diff line number Diff line change @@ -185,8 +185,8 @@ def render_output(out):
185185 if include_imgs :
186186 if d := _g ('image/jpeg' ): return f'<img src="data:image/jpeg;base64,{ d } "/>'
187187 if d := _g ('image/png' ): return f'<img src="data:image/png;base64,{ d } "/>'
188+ if d := _g ('image/svg+xml' ): return d
188189 if d := _g ('text/plain' ): return _pre (d )
189- if d := _g ('image/svg+xml' ): return d
190190
191191 return ''
192192
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ keywords = some keywords
88user = AnswerDotAI
99author = Jeremy Howard
101011- branch = main
11+ branch = master
1212version = 0.1.13
1313min_python = 3.7
1414requirements = fastcore>=1.5.5 ipython
You can’t perform that action at this time.
0 commit comments