Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
| Download
Project: test
Views: 93172#! /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."