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.
new_pandas_column_GUI()
running in Jupyter Lab.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