Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "pretty" IPython representation for jobs #6

Open
apdavison opened this issue Oct 18, 2017 · 1 comment
Open

Add "pretty" IPython representation for jobs #6

apdavison opened this issue Oct 18, 2017 · 1 comment

Comments

@apdavison
Copy link
Member

apdavison commented Oct 18, 2017

It would be nice in Jupyter notebooks to have a "pretty" representation of the Job data structures.

The documentation for this is here: http://ipython.readthedocs.io/en/stable/api/generated/IPython.lib.pretty.html

(suggestion by Michael Schmuker)

@Huitzilo
Copy link
Contributor

Thanks for creating the issue, Andrew!

Another way to enable a better interface in a notebook might be through Renderjson https://github.com/caldwell/renderjson

It essentially takes JSON and renders it nicely (at least that’s what it says in the description, I haven’t really tried it). This would require converting the job data structure to JSON and then using renderjson to render it in a jupyter notebook.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants