#화면넓히기 low_memory=False from IPython.core.display import display, HTML display(HTML("")) 기존 셀보다 90%의 너비로 확장 가능 해당 코드 실행 시 warning이 발생 할 수 있음 Warning 무시하는 코드는 아래와 같습니다. import warnings warnings.filterwarnings('ignore')