Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
% (find-LATEX "2020pythontex.tex")
% (defun c () (interactive) (find-LATEXsh "lualatex -record 2020pythontex.tex" :end))
% (defun C () (interactive) (find-LATEXsh "lualatex 2020pythontex.tex" "Success!!!"))
% (defun D () (interactive) (find-pdf-page      "~/LATEX/2020pythontex.pdf"))
% (defun d () (interactive) (find-pdftools-page "~/LATEX/2020pythontex.pdf"))
% (defun e () (interactive) (find-LATEX "2020pythontex.tex"))
% (defun u () (interactive) (find-latex-upload-links "2020pythontex"))
% (defun v () (interactive) (find-2a '(e) '(d)))
% (defun cv () (interactive) (C) (ee-kill-this-buffer) (v) (g))
% (find-pdf-page   "~/LATEX/2020pythontex.pdf")
% (find-sh0 "cp -v  ~/LATEX/2020pythontex.pdf /tmp/")
% (find-sh0 "cp -v  ~/LATEX/2020pythontex.pdf /tmp/pen/")
%   file:///home/edrx/LATEX/2020pythontex.pdf
%               file:///tmp/2020pythontex.pdf
%           file:///tmp/pen/2020pythontex.pdf
% http://angg.twu.net/LATEX/2020pythontex.pdf
% (find-LATEX "2019.mk")

\documentclass[oneside,12pt]{article}
\usepackage[colorlinks,citecolor=DarkRed,urlcolor=DarkRed]{hyperref} % (find-es "tex" "hyperref")
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{pict2e}
\usepackage[x11names,svgnames]{xcolor} % (find-es "tex" "xcolor")
%\usepackage{colorweb}                 % (find-es "tex" "colorweb")
%\usepackage{tikz}
\usepackage{pythontex}
%
% (find-dn6 "preamble6.lua" "preamble0")
%\usepackage{proof}   % For derivation trees ("%:" lines)
%\input diagxy        % For 2D diagrams ("%D" lines)
%\xyoption{curve}     % For the ".curve=" feature in 2D diagrams
%
\usepackage{edrx15}               % (find-LATEX "edrx15.sty")
\input edrxaccents.tex            % (find-LATEX "edrxaccents.tex")
\input edrxchars.tex              % (find-LATEX "edrxchars.tex")
\input edrxheadfoot.tex           % (find-LATEX "edrxheadfoot.tex")
\input edrxgac2.tex               % (find-LATEX "edrxgac2.tex")
%
%\usepackage[backend=biber,
%   style=alphabetic]{biblatex}            % (find-es "tex" "biber")
%\addbibresource{catsem-slides.bib}        % (find-LATEX "catsem-slides.bib")
%
% (find-es "tex" "geometry")
\begin{document}

%\catcode`\^^J=10
%\directlua{dofile "dednat6load.lua"}  % (find-LATEX "dednat6load.lua")

% %L dofile "edrxtikz.lua"  -- (find-LATEX "edrxtikz.lua")
% %L dofile "edrxpict.lua"  -- (find-LATEX "edrxpict.lua")
% \pu

%\printbibliography

\begin{pycode}
print(r"\begin{tabular}{c|c}")
print(r"$m$ & $2^m$ \\ \hline")
print(r"%d & %d \\" % (1, 2**1))
print(r"%d & %d \\" % (2, 2**2))
print(r"%d & %d \\" % (3, 2**3))
print(r"%d & %d \\" % (4, 2**4))
print(r"\end{tabular}")
\end{pycode}

\GenericWarning{Success:}{Success!!!}  % Used by `M-x cv'

\end{document}

%  __  __       _        
% |  \/  | __ _| | _____ 
% | |\/| |/ _` | |/ / _ \
% | |  | | (_| |   <  __/
% |_|  |_|\__,_|_|\_\___|
%                        
% <make>
% (find-es "tex" "pythontex")
% (find-pythontexgipage 1 "pdflatex -interaction nonstopmode")
% (find-pythontexgitext 1 "pdflatex -interaction nonstopmode")

* (eepitch-shell)
* (eepitch-kill)
* (eepitch-shell)
# (find-LATEXfile "2019planar-has-1.mk")
# make -f 2019.mk STEM=2020pythontex veryclean
# make -f 2019.mk STEM=2020pythontex pdf

lualatex -interaction nonstopmode -draftmode 2020pythontex.tex
pythontex 2020pythontex.tex
lualatex  2020pythontex.tex



% Local Variables:
% coding: utf-8-unix
% ee-tla: "pyt"
% End: