You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hitting "Download" button in Binder interface produces single line JSON. Which makes it hard to compare and review changes in notebook.
{"metadata":{"language_info":{"name":"python","version":"3.7.8","mimetype":"text/x-python","codemirror_mode":{"name":"ipython","version":3},"pygments_lexer":"ipython3","nbconvert_exporter":"python","file_extension":".py"},"kernelspec":{"name":"python3","display_name":"Python 3","language":"python"}},"nbformat_minor":5,"nbformat":4,"cells":[{"cell_type":"code","source":"anything","metadata":{"trusted":true},"execution_count":1,"outputs":[{"traceback":["\u001b[0;31m---------------------------------------------------------------------------\u001b[0m","\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)","\u001b[0;32m<ipython-input-1-86b18486b5d0>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0manything\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m","\u001b[0;31mNameError\u001b[0m: name 'anything' is not defined"],"ename":"NameError","evalue":"name 'anything' is not defined","output_type":"error"}],"id":"3ea0d3e1-bb23-4c4b-a6eb-fafd97986634"}]}
Hitting "Download" button in Binder interface produces single line JSON. Which makes it hard to compare and review changes in notebook.
To repeat.
Sent here from jupyterlab/jupyterlab#10437 (comment)
The text was updated successfully, but these errors were encountered: