JuliaPy / JuliaPy/pyjulia

hook up display system

Open
#323 5 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.