Problem After Link Modification in Jupyter Notebook

Hello,
I am using Galaxy for the first time and I am new to the field of bioinformatics.
I have followed the Galaxy guidelines up to the point shown in Figure 1.

Figure 1.
Afterwards, I continued my analysis using Jupyter Notebook. I modified the links as instructed, but I encountered an error while proceeding.
Figure 2
Could you please help me solve this issue? I would really appreciate your assistance. Thank you very much.

Welcome @soztop

The message from the AI in the notebook is correct. The dependency was not named with the “pd” alias, or maybe wasn’t imported at all yet? To correct this, you can import (again?).

This is an example of import step. → Hands-on: Data manipulation with Pandas / Data manipulation with Pandas / Foundations of Data Science (#pandas-learning-resources)

Please let us know if this helps or not, and if you have solved this! :slight_smile: