##// END OF EJS Templates
Don't emit a trailng newline in base64-encoded data like 'image/png' (#13941)...
Don't emit a trailng newline in base64-encoded data like 'image/png' (#13941) This addresses the issue highlighted in https://github.com/jupyter/jupyter_client/issues/930 Since, unlike the latest Jupyter, IPython aims to support python<3.6, I'm using an approach that won't break this compatibility.
Matthias Bussonnier -
r28117:b545bcb6 merge
Show More
Name Size Modified Last Commit Author
/ IPython / terminal / tests
__init__.py Loading ...
test_debug_magic.py Loading ...
test_embed.py Loading ...
test_help.py Loading ...
test_interactivshell.py Loading ...
test_shortcuts.py Loading ...