a85dee36b17cd9da4da6278ec7e9265a4fdfbf64
python/jupyter/table\343\202\222\347\234\201\347\225\245\347\204\241\343\201\227\343\201\247\350\241\250\347\244\272\343\201\231\343\202\213.md
... | ... | @@ -0,0 +1,6 @@ |
1 | +[python - Change the cell width of a data frame in Jupyter Notebook - Stack Overflow](https://stackoverflow.com/questions/56197952/change-the-cell-width-of-a-data-frame-in-jupyter-notebook) |
|
2 | + |
|
3 | +```python |
|
4 | +from pandas import set_option |
|
5 | +set_option('display.max_colwidth', None) |
|
6 | +``` |