hook up display system
Open
PyCall
- Dominant language
- Python
- Stars
- 893
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
Can we by default have python jlwrap objects be hooked up to the display system?
[It should just be a matter of overloading the correct _repr_ methods](https://ipython.readthedocs.io/en/stable/config/integrating.html).
E.g. just attach these defitions to the python object:
```python
def _repr_html_(self):
return Main.repr(Main.eval('MIME"image/png"()'), self)
```
Or something like this ;)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.