SkillAgentSearch skills...

Ipy2pdf

🐍 Python script produces .pdf file from .ipynb (which may contain Cyrillic characters)

Install / Use

/learn @akarazeevprojects/Ipy2pdf
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ipy2pdf

Script to convert notebook.ipynb, containing russian/cyrrilic symbols, into notebook.pdf.

| Installation | Usage | Output | | :-------------: | :-------------: | :-------------: | | python install.py | ipy2pdf notebook.ipynb | notebook.pdf |

That's easy.

Telegram-bot is available at @ipynbot

Just send notebook.ipynb to him.

Requirements

You need to have pdflatex already installed on your system. And of course jupyter 🌚.

On my system I have MacTeX installed.

In case of troubles

This script executes following commands:

  1. jupyter nbconvert <>.ipynb --to latex
  2. Add line \usepackage[T2A]{fontenc} after \usepackage[T1]{fontenc}
  3. pdflatex -interaction=nonstopmode <>.tex
  4. Removes some logs and temporary files/directories

I appreciate any kind of feedback 🙂.

Related Skills

View on GitHub
GitHub Stars19
CategoryDevelopment
Updated2y ago
Forks2

Languages

Python

Security Score

65/100

Audited on Oct 12, 2023

No findings