ipyplot icon indicating copy to clipboard operation
ipyplot copied to clipboard

IPyPlot is a small python package offering fast and efficient plotting of images inside Python Notebooks. It's using IPython with HTML for faster, richer and more interactive way of displaying big num...

Results 19 ipyplot issues
Sort by recently updated
recently updated
newest added

This feature doesn't work on Google Colabs, and similar to use b64, it would be nice to have this able to bedisabled, or somehow use a compatible method for Colabs.

bug
google collab

Hi, thank's for this package - it looks like exactly what I was looking for. I am struggling to find a way to use this in Databricks though which is...

bug
enhancement
databricks

This is a really useful tool - thanks for this @karolzak. I'm currently using this to quickly visually review whether or not images are correctly categorised in my dataset, and...

bug

Object detection should be a common use case when using ipyplot, and therefore it is super helpful to support plotting bounding boxes

enhancement

As described in #27 Need to look down on css styles for Jupyter Server, Google Collab, Kaggle, etc. and research what styles are available there and what needs to be...

enhancement

I'm currently using the following css to make the ipyplot html match the user jupyter theme as well as make the text visible in dark themes (dracula shown below). ```...

enhancement

Closes #20 Fixes #17 Still need to: - add readme - test it out thoroughly - add imgkit setup instructions

enhancement

Hi @karolzak Thanks for your answer. This change requires urllib package (to convert the svg file in a less ambiguous way, otherwise the svg code was messing with the html)....

Hi, Thanks for your work, your package is just super convenient to work with. I wanted to suggest the possibility to authorize svg inlining inside the html. SVG is convenient...

enhancement

Is it possible to save the result of `ipyplot.plot_images( )` via python code? If not, I think that would be a useful feature to have.

enhancement