Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jupyter notebook not displaying the tables in pycharm but showing in browser

It is my first time to use jupyter notebook and have tried to open it on pycharm.

I have the following functions in pycharm: enter image description here

When I try to run the function It's not showing the tables that I'm trying to extract... instead it's just a long horizontal line: enter image description here

Tried using jupyter notebook in the browser and it seems fine:

enter image description here

Is there something that I'm missing in using pyhcarm? not really sure maybe it's the darcula theme that I'm using? if so is there a way to change the font color of the table to properly display in my current theme setting?

Thanks so much.

like image 609
Arcee Avatar asked Aug 28 '17 04:08

Arcee


Video Answer


1 Answers

This is a bug currently in Pycharm especially if your columns exceed the display area. But in some cases you can increase the size of the display area by hiding the source files and tables will display

like image 66
waweru Avatar answered Oct 15 '22 22:10

waweru