第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

如何在瀏覽器中增加Jupyter / ipython筆記本的單元格寬度?

如何在瀏覽器中增加Jupyter / ipython筆記本的單元格寬度?

人到中年有點(diǎn)甜 2019-11-04 15:10:21
我想在瀏覽器中增加ipython筆記本的寬度。我有一個(gè)高分辨率的屏幕,我想擴(kuò)展單元格的寬度/大小以利用這個(gè)額外的空間。謝謝!編輯:5/2017我現(xiàn)在使用jupyterthemes:https : //github.com/dunovank/jupyter-themes和此命令:jt -t oceans16 -f roboto -fs 12 -cellw 100%可以將寬度設(shè)置為100%,并且主題很好。
查看完整描述

3 回答

?
慕容3067478

TA貢獻(xiàn)1773條經(jīng)驗(yàn) 獲得超3個(gè)贊

如果您不想更改默認(rèn)設(shè)置,而只想更改正在使用的當(dāng)前筆記本的寬度,則可以在單元格中輸入以下內(nèi)容:


from IPython.core.display import display, HTML

display(HTML("<style>.container { width:100% !important; }</style>"))


查看完整回答
反對(duì) 回復(fù) 2019-11-04
?
陪伴而非守候

TA貢獻(xiàn)1757條經(jīng)驗(yàn) 獲得超8個(gè)贊

為了使它與jupyter(版本4.0.6)一起使用,我創(chuàng)建了以下內(nèi)容~/.jupyter/custom/custom.css:


/* Make the notebook cells take almost all available width */

.container {

    width: 99% !important;

}   


/* Prevent the edit cell highlight box from getting clipped;

 * important so that it also works when cell is in edit mode*/

div.cell.selected {

    border-left-width: 1px !important;

}


查看完整回答
反對(duì) 回復(fù) 2019-11-04
  • 3 回答
  • 0 關(guān)注
  • 825 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)