We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To make our Cube objects IPython-friendly, follow guide at: http://ipython.readthedocs.org/en/stable/config/integrating.html
It basically means adding _repr_*_() methods to it where * is png, html etc.
_repr_*_()
*
png
html
The text was updated successfully, but these errors were encountered:
Issue would be solved, if we use xarray (http://xarray.pydata.org) to represent Cube objects.
Sorry, something went wrong.
There is also a nice lib.pretty module in IPython that we could exploit to make Cube objects more REPL-friendly: http://ipython.readthedocs.io/en/stable/api/generated/IPython.lib.pretty.html
No branches or pull requests
To make our Cube objects IPython-friendly, follow guide at:
http://ipython.readthedocs.org/en/stable/config/integrating.html
It basically means adding
_repr_*_()
methods to it where*
ispng
,html
etc.The text was updated successfully, but these errors were encountered: