chainer / chainer-chemistry

Chainer Chemistry: A Library for Deep Learning in Biology and Chemistry
MIT License
618 stars 129 forks source link

return svg text in MolVisualizer #388

Closed corochann closed 4 years ago

corochann commented 4 years ago

No-compat: The returned value will change to raw svg text format.

When using on jupyter notebook, user need to write below explicitly.

from IPython.core.display import SVG
SVG(svg.replace('svg:', ''))
codecov-io commented 4 years ago

Codecov Report

Merging #388 into master will decrease coverage by 4.77%. The diff coverage is 91.66%.

@@            Coverage Diff             @@
##           master     #388      +/-   ##
==========================================
- Coverage   91.42%   86.64%   -4.78%     
==========================================
  Files         222      222              
  Lines       10786    10786              
==========================================
- Hits         9861     9346     -515     
- Misses        925     1440     +515