Datalore 2025.6 Help

Copy output

Copy cell output

To copy standard output, text, plots, traceback texts, or Markdown cell output from a code cell:

  1. Right-click the cell output and select Copy.

    Copying code cell plot

The entire output will be copied.

Copy a DataFrame

You can copy up to 10,000 rows from a DataFrame as comma-separated values (CSV) or tab-separated values (TSV).

To copy rows:

  1. (Optional) Set the desired format in the Editor settings.

  2. In a DataFrame, click Copy clipboard (Copy) at the bottom right.

    Copy 10000 rows from a Dataframe

If the DataFrame contains more than 10,000 rows, only the first 10,000 rows will be copied.

24 September 2025