-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Images in colab markdown cell? #5
Comments
Hey @saikiransingh007 |
|
Get the shareable link of your image from google drive and then add id name in the link |
Is there a better solution? Doesn't seem feasible to upload all images I am ever going to use. |
![alt text](https://drive.google.com/uc?export=view&id= your image id) |
how to show images in colab markdown cell.?
am using like...
<img src='/content/.../confusion_matrix.png' width=300px>
but it is not showing the image, it shows like this..
can't we see image directly, like in Ipython notebook.?
thank you,
saikiran
The text was updated successfully, but these errors were encountered: