Skip to content

Commit

Permalink
Merge pull request #82 from ds-modules/cg_update
Browse files Browse the repository at this point in the history
Adding information about https images
  • Loading branch information
balajialg authored Sep 3, 2024
2 parents b36c1f7 + 1bf87c9 commit 9dd932f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions workflow/download_notebook_as_pdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,8 @@ The IPython.display module provides functions to display images directly in Jupy
This method is used to embed an image as an attachment within a Jupyter notebook. It references the image by its attachment identifier, which is useful for images embedded directly within the notebook file.
````

```{warning}
All image links referred as part of the Jupyter Notebook should be adhering to https and not http. Serving http content within https pages are referred to as mixed content requests. Modern browsers consider a lot of these sorts of requests to be a security risk and will refuse to load them when using default security settings. For more information, check [here](https://www.cloudflare.com/learning/ssl/what-is-mixed-content/)
````

0 comments on commit 9dd932f

Please sign in to comment.