feat: Add support for rendering .ipynb Jupyter/IPython notebooks (#491)

هذا الالتزام موجود في:
Fabio Manganiello
2025-09-21 03:48:59 +02:00
ملتزم من قبل GitHub
الأصل 53ce41e0e4
التزام c02bf97b63
12 ملفات معدلة مع 312 إضافات و13 حذوفات

10
public/style.css مباع
عرض الملف

@@ -190,6 +190,16 @@ dl.dl-config dd {
@apply hidden !important;
}
/*
* A hack to ensure that Jupyter output images are always rendered with a
* neutral background color, even if the image itself does not have one, since
* Jupyter usually outputs images with transparent or light backgrounds.
*/
.dark .jupyter-output img {
background-color: #888;
}
.pdfobject-container {
@apply min-h-[700px] h-[700px] !important;
}