notebook icon indicating copy to clipboard operation
notebook copied to clipboard

Images in markdown of a notebook cannot be shown for private repository

Open melionel opened this issue 4 years ago • 1 comments
trafficstars

Hi,

I found in an private repository, the images in markdown of jupyter notebook cannot be shown. I checked the requests from browser when opened a jupyter notebook and found 404 error for the image get request because there is no token added in the request. 404.png

While in a pure markdown file, the image can be shown correctly. 200.png

Is this a bug or a known limitation ?

melionel avatar Jan 07 '21 12:01 melionel