NeroCube / bookmark

Place some learning resources
0 stars 0 forks source link

打造coding舒適環境,Jupyter notebook extensions之相見恨晚 #295

Open NeroCube opened 3 years ago

NeroCube commented 3 years ago

已經習慣在jupyter notebook上開發程式,但常常還是有很多重複性的操作,使人覺得厭煩,來介紹 Jupyter notebook extensions,讓你專注在code上,其他的事就交給extensions吧!

Install

pip install jupyter_contrib_nbextensions && jupyter contrib nbextension install

此時你的jupyter notebook就多了nbextensions tab

enable你要的插件,我的選擇如下:

Reference

打造coding舒適環境,Jupyter notebook extensions之相見恨晚