inf-schule.de/
tools
/jupyter → Jupyter-Notebook
zur Lab Version
(Retro-Version: ablenkungsfrei / Lab-Version: erlaubt Hochladen von Dateien)
const tool__content_height = () => { const doc = document.documentElement; doc.style.setProperty('--tool__content_height', `${window.innerHeight}px`); }; window.addEventListener('resize', tool__content_height); tool__content_height();