Pythonの場合
from IPython.core.display import HTML
display(HTML('<style>.container {width:100% !important;}</style>'))
display(HTML('<style>.container {width:100% !important;}</style>'))
Rの場合
library(IRdisplay)
display_html('<style>.container {width:100% !important;}</style>')
display_html('<style>.container {width:100% !important;}</style>')
0 件のコメント:
コメントを投稿