Skip to content
Snippets Groups Projects
Select Git revision
  • 2024ws default protected
  • 2023ws
2 results

20231102

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Peter Gerwinski / Datenbanken und Datensicherheit
    Source project has a limited visibility.
    Christof Kaufmann's avatar
    Christof Kaufmann authored
    To export a Jupyter Notebook as PDF from Jupyter Lab or VS Code
    nbconvert is used. nbconvert calls pandoc to generate LaTeX source and
    compile it as PDF. nbconvert uses a custom LaTeX template, which is not
    compatible with pandoc >= 3.2.1, currently. This commit is a workaround
    to make it compatible. Revert this commit as soon as
    https://github.com/jupyter/nbconvert/pull/2196 is available in the base
    docker image. However, the workaround should not do any harm, since it
    checks whether the patch is required before modifying the template.
    d7f2f7f0
    History
    Name Last commit Last update
    ..