+ 16
[ SOLVED ] Why the image is not displaying or showing?
Hi guys, I am using Jupyter in Pydroid. In my program I have used matplotlib but it not showing the images. CONCLUSION : Why the image is not showing! Please tell in answers POST - https://www.sololearn.com/post/1055000/?ref=app Image is saved in my storage but not showing at notebook SAVED IMAGE - https://www.sololearn.com/post/1055005/?ref=app
2 odpowiedzi
+ 5
Tried this yet?
While using the interactive notebook for plotting using your Matplotlib tools, remember to start your code with " %matplotlib inline ", otherwise the pictures will not display.
https://www.codementor.io/@olalekanrahman/how-to-access-jupyter-notebook-on-pydroid-1ckw13mtgz
+ 6
Tibor Santa Thank you! Now it's working! Actually I forgot about it because of lack of practice! :)