CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download
Project: test
Views: 91872
#! /bin/bash

#echo "merging book..."
python merge_book.py

echo "creating pdf..."
ipython nbconvert --to latex --template book book.ipynb
ipython to_pdf.py

mv Kalman_and_Bayesian_Filters_in_Python.pdf ..