gdsbook/book

03 Spatial Data: jupyter nbconvert commands printed in text

cjber opened this issue · 0 comments

cjber commented

Just before the Spatial Graphs section of the Spatial Data chapter there is a long string of commands that seem unintended, just after the inline figure:

jupyter nbconvert --to notebook --execute captions.ipynb cp ../book/infrastructure/logo/favicon.ico tmp_book/favicon.ico jupyter-book build tmp_book --builder latex sed -e 's/\section/\chapter/g' -e 's/\subsection/\section/g' -e 's/\subsubsection/\subsection/g' tmp_book/_build/latex/python.tex > tmp_book/_build/latex/python_1.tex jupyter nbconvert --to notebook --execute latex.ipynb cp infrastructure/crc/Krantz_AuthoredBook_v1.18/Krantz_AuthoredBook_v1.18/krantz.cls tmp_book/_build/latex/krantz.cls cp tmp_book/.tex tmp_book/_build/latex/. cp tmp_book/_build/latex/part1.tex tmp_book/_build/latex/part1.md pandoc tmp_book/_build/latex/part1.md -o tmp_book/_build/latex/part1.tex cp tmp_book/_build/latex/part2.tex tmp_book/_build/latex/part2.md pandoc tmp_book/_build/latex/part2.md -o tmp_book/_build/latex/part2.tex cp tmp_book/_build/latex/part3.tex tmp_book/_build/latex/part3.md pandoc tmp_book/_build/latex/part3.md -o tmp_book/_build/latex/part3.tex