エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
jupyter notebook を日本語入りの pdf に変換したい - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
jupyter notebook を日本語入りの pdf に変換したい - Qiita
# !/bin/bash set -eu tmpdir=$(mktemp -d) ln -s `pwd`/$1 $tmpdir/ cd $tmpdir cat <<EOD > jsarticle... # !/bin/bash set -eu tmpdir=$(mktemp -d) ln -s `pwd`/$1 $tmpdir/ cd $tmpdir cat <<EOD > jsarticle.tplx % Default to the notebook output style ((* if not cell_style is defined *)) ((* set cell_style = 'style_ipython.tplx' *)) ((* endif *)) % Inherit from the specified cell style. ((* extends cell_style *)) %=============================================================================== % Latex Arti

