為Jupyter只安裝目錄的擴充套件包

2022-04-06 07:32:38 字數 2444 閱讀 1123

一般都是讓安裝nbextensions,而這些擴充套件我只需要目錄相關的擴充套件,那有什麼辦法單獨安裝嗎?

==> jupyter4.x之後就提供了這個功能:

效果:附錄:防止失效或被惡意改動,我這邊留份快照

toc.css

/* extracted from 

slightly modified for the selectors of toc-items */

#toc

#toc ol.toc-item

#toc ol.toc-item li

#toc ol.toc-item li:before

position: fixed;

top: 120px;

max-width:230px;

right: 20px;

border: thin solid rgba(0, 0, 0, 0.38);

border-radius: 5px;

padding:10px;

background-color: #fff;

opacity: .8;

z-index: 100;

} min-width: 100px;

width: auto;

transition: width;

} opacity: 1;

} font-size: 18px;

font-weight: bold;

} font-size: 14px;

font-family: monospace;

} font-size: 14px;

font-family: monospace;

}/* don't waste so much screen space... */

padding-left: 20px;

} padding-left: 10px;

}

toc.js

// adapted from 

// modified to fix toc nesting (sublists inside )

define(["require", "jquery", "base/js/namespace"], function (require, $, ipython) ;

var create_toc_div = function () else

return false;

$("")

.attr("href", "#")

.addclass("hide-btn")

.attr('title', 'hide toc')

.text("[-]")

$("")

.attr("href", "#")

.addclass("reload-btn")

.text(" \u21bb")

.attr('title', 'reload toc')

.click( function())

)$("").attr("id", "toc")

);};

var table_of_contents = function (threshold)

create_toc_div();

}var ol = $("");

ol.addclass("toc-item");

var depth = 1;

var li;

$("#notebook").find(":header").map(function(i, h)

// walk up levels

for (; depth > level; depth--)

//});

$(window).resize(function());

});$(window).trigger('resize');

};var toggle_toc = function () ;

var toc_button = function ()

if ($("#toc_button").length === 0) ,

]);}

};var load_css = function () ;

var load_ipython_extension = function () ;

return ;

});

為 Jupyter 新增目錄

1 依次在 anaconda prompt 視窗中執行以下兩句命令 pip install jupyter contrib nbextensions 安裝第三方包 jupyter contrib nbextension install user skip running check 對 jupyte...

jupyter的安裝使用

jupyter notebook 此前被稱為 ipython notebook 是乙個互動式筆記本,支援執行 40 多種程式語言。jupyter notebook 的本質是乙個 web 應用程式,便於建立和共享文學化程式文件,支援實時 數學方程,視覺化和 markdown。用途包括 資料清理和轉換,...

centos7 上為php fpm安裝gd擴充套件庫

centos7我用的是64位的作業系統。剛開始我以為用 yum install gd 就可以安裝了,確實也執行了安裝,重啟php fpm服務後,但後來我安裝phpcms 9.5.9版本的時候,檢查發現還是沒有安裝gd擴充套件庫。然後我檢查了一下 yum list grep gd 發現裡面還有乙個 p...