[ SOLVED ] Why the image is not displaying or showing? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

25th Apr 2021, 2:17 PM
Abhiyantā
Abhiyantā - avatar
2 Answers
+ 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
26th Apr 2021, 3:14 AM
Tibor Santa
Tibor Santa - avatar
+ 6
Tibor Santa Thank you! Now it's working! Actually I forgot about it because of lack of practice! :)
26th Apr 2021, 4:15 AM
Abhiyantā
Abhiyantā - avatar