Pandas GUI behavior in Lab and Colab versus Classic Jupyter

Return to Documentation Home Page

Introduction

The examples in the documentation are all based on how the GUI tools work in the classic Jupyter notebook environment. If you are using these tools in Jupyter Lab or Google Colab keep in mind the differences in behavior described below.

Differences common to Lab and Colab

Running the code in Lab and Colab

The code can be run by clicking on the "run code" button and the results will appear in the output of the cell in Jupyter Lab. To make sure that the results can be reproduced if the cell outputs are cleared, copy the code that was run from the collapsed "code that was run" summary to a separate code cell. In Colab you must do this to run the code.

Return to Documentation Home Page