Download your Notebook as a pdf or markdown file with DataFrames as images.


Output Format
Tool used for Conversion to PDF
Center DataFrames
Maximum number of rows to use for each DataFrame. Default is 30.
Maximum number of columns to use for each DataFrame. Default is 10.
Execute Notebook First
Save Notebook
Whether or not to save the notebook with DataFrames as images as a new ipynb file. If selected, the notebook will be saved in the current notebook directory with _dataframe_image appended to its name.
Limit the number of cells in the notebook for conversion. This is useful to test conversion of a large notebook on a smaller subset.
Name of newly created pdf/markdown document without the extension. If not provided, the name of the notebook will be used.
Table Conversion
By default, DataFrames are converted to images by taking screenshots with the Chrome browser. If this does not work, select the matplotlib option, which will always work.
Path to your machine's chrome executable. By default, it is automatically found. Use this when chrome is not automatically found.
LaTeX command to use during conversion. Ignored if using Chrome browser. Defaults to 'xelatex {filename} quiet'.

Generating your documents