Antony Lee
Antony Lee
I get a different error: ``` RECEIVE: {'header': {'version': '5.2', 'date': '2017-11-20T07:32:04.508239Z', 'session': 'f44adad8-62d3753b05d84239d3fa90ff', 'username': 'antony', 'msg_type': 'stream', 'msg_id': 'e916677c-276d52fdc29b58d31fa6712e'}, 'msg_id': 'e916677c-276d52fdc29b58d31fa6712e', 'msg_type': 'stream', 'parent_header': {'username': '', 'version': '5.1', 'session':...
Please clarify the context where this is necessary.
Thanks. I'll have a look, though before a week or two.
I cannot repro your problem; things just work fine for me as of master: 
Closing as non-reproducible, and also because there are far too many changes unrelated to the reported CJK problem anyways.
That should likely work.
Pushed support for SVG export. The notebook seems not to like it when trying to export to tex though ("nbconvert failed: Object of type bytes is not JSON serializable"); but...
I don't know if Jupyter supports it. Why don't you try/look it up yourself and open a PR accordingly :-)? *If* Jupyter supports it (unclear...), it's likely just a matter...
The MATLAB engine writes to the C-level stdout and we need to capture the output there (in real time) to forward it as jupyter messages. The relevant code is in...
A quick test shows that _redirection.py indeed doesn't work at that point on Windows.