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 حذوفات

عرض الملف

@@ -1,3 +1,4 @@
import './ipynb';
import PDFObject from 'pdfobject';
document.querySelectorAll<HTMLElement>('.table-code').forEach((el) => {
@@ -79,5 +80,4 @@ if (document.getElementById('gist').dataset.own) {
document.querySelectorAll(".pdf").forEach((el) => {
PDFObject.embed(el.dataset.src || "", el);
})
})