Open
Description
Consider the following situation: two jupyter integration have a renderer for the same type and are imported to the classpath. Currently, there are no wats to find, which one will be used. Obviously, the situation is not far-fetched. There could be different renderers for commonly used classes like a Map
.
In VisionForge I am solving a similar problem by assigning a rating number and then selecting a renderer with the highest rating:
Libraries could declare renderers with higher than default rating allowing developers to declare that one renderer is better than the default one. There could be other solutions as well.