I am able to import the pandas package within the spyder ide; however, if I attempt to open a new juypter notebook, the import fails.
I use the Anaconda package dis
One thing that you can do it is install the libraries straight in Jupyter, you can try, in the cell:
!pip install pandas
or
!pip3 install pandas