Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
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..." ipython short_merge_book.py > short.ipynb echo "creating pdf..." ipython nbconvert --to PDF --template book short.ipynb echo "done."