There is the "nbconvert" command-line tool that can convert notebooks to other formats like html or pdf.
https://nbconvert.readthedocs.io/en/latest/ >From there you can use another tool to convert the pdfs to jpg. A quick Google search turns up a tool called "pdftocairo" that can do this, but there are probably many other options. On Thu, Jul 2, 2020 at 4:30 PM Loren <[email protected]> wrote: > Hi everyone, > > I'm new to Nikola and have a question about thumbnails. If I want to make > a gallery of Jupyter Notebooks, is there a way to have Nikola automatically > make the thumbnails for the Jupyter Notebooks? Currently, we take a > screenshot of each Jupyter Notebook, save it as a jpeg in the images > folder, then we reference the thumbnail in the Main Gallery. Is there a way > to automate this? > > > -- > You received this message because you are subscribed to the Google Groups > "nikola-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/nikola-discuss/b21c011b-e04f-4dc8-acc5-0d040c8cebb2n%40googlegroups.com > <https://groups.google.com/d/msgid/nikola-discuss/b21c011b-e04f-4dc8-acc5-0d040c8cebb2n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "nikola-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nikola-discuss/CAKUYxW%2BVGXoSME8szBT4eaPq63iYj%3DzsjNYJTVK-rWZKbgz3GQ%40mail.gmail.com.
