Giter VIP home page Giter VIP logo

Comments (3)

t-makaro avatar t-makaro commented on June 3, 2024

Ya, this is a notoriously difficult problem to solve. Default nbconvert templates have this same issue (except worse as the max length length varies). For outputs, we can just wrap the text, but for inputs, the highlighting makes the text longer so you can't predict at what length the text needs to wrap. We could wrap the text before highlighting is done, but then it might not highlight properly. I experimented with using the latex listings package, but that also didn't work with highlighting.

For now, all I can recommend is keeping your lines to a max length of 86 characters for classic.tplx and 94 characters for classicm.tplx. Due to monospacing this will not overflow, and PEP8 recommends 80 characters anyway.

from nb_pdf_template.

t-makaro avatar t-makaro commented on June 3, 2024

I may have figured out a solution to this problem. It involves using the latex package minted to highlight code. Unfortunately, since nbconvert does not use minted, I can not make it the default. This is because minted requires the use of a shell escape in order to compile to a pdf.

I may be able to offer this as an option for those who are willing to modify their Jupyter_nbconvert_config.py file to use a shell escape in the latex command.

from nb_pdf_template.

t-makaro avatar t-makaro commented on June 3, 2024

Fixed in version 2.0, but not by default. Please read the additional setup instructions in the readme.

from nb_pdf_template.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.