外貿(mào)公司網(wǎng)站如何做推廣百度頁(yè)面推廣
博主原文鏈接:https://www.yourmetaverse.cn/nlp/453/
jupyter lab配置列表清單
Jupyter Notebook和Jupyter Lab提供了廣泛的配置選項(xiàng),允許用戶根據(jù)自己的需求定制運(yùn)行環(huán)境。這些配置項(xiàng)涉及了從日志設(shè)置、安全性選項(xiàng)、內(nèi)核管理,到內(nèi)容管理等多個(gè)方面,每項(xiàng)配置都有其特定的作用和默認(rèn)值。
日志和輸出格式
c.Application.log_datefmt
、c.Application.log_format
和c.Application.log_level
等配置控制日志記錄的格式和詳細(xì)程度。這些設(shè)置對(duì)于調(diào)試和監(jiān)控Jupyter服務(wù)器的運(yùn)行非常重要。
安全性和訪問(wèn)控制
- 安全性相關(guān)的配置項(xiàng),如
c.NotebookApp.certfile
和c.NotebookApp.keyfile
,允許您設(shè)置SSL證書(shū),以便在HTTPS上運(yùn)行Jupyter實(shí)例。 - 訪問(wèn)控制設(shè)置,例如
c.NotebookApp.password
和c.NotebookApp.token
,用于配置身份驗(yàn)證機(jī)制,保護(hù)你的筆記本免受未經(jīng)授權(quán)的訪問(wèn)。
內(nèi)核和會(huì)話管理
c.KernelManager
和c.Session
相關(guān)配置影響內(nèi)核的行為,如自動(dòng)重啟策略、會(huì)話簽名機(jī)制等。c.MultiKernelManager
和c.MappingKernelManager
提供了對(duì)于多內(nèi)核管理的配置,這對(duì)于使用多種編程語(yǔ)言或在單個(gè)服務(wù)器上運(yùn)行多個(gè)項(xiàng)目很有用。
內(nèi)容管理
c.ContentsManager
和c.FileContentsManager
配置項(xiàng)涉及到筆記本內(nèi)容的存儲(chǔ)和檢索方式,包括是否允許訪問(wèn)隱藏文件、如何處理文件的保存和加載等。
終端和網(wǎng)關(guān)選項(xiàng)
c.TerminalManager
設(shè)置控制Jupyter終端的行為,包括終端的清理和超時(shí)設(shè)置。- 對(duì)于使用Jupyter Gateway的用戶來(lái)說(shuō),
c.GatewayClient
相關(guān)配置提供了與遠(yuǎn)程內(nèi)核和網(wǎng)關(guān)交互所需的設(shè)置。
這個(gè)配置文件是Jupyter環(huán)境的核心,正確配置這些選項(xiàng)將幫助你創(chuàng)建一個(gè)安全、高效、符合個(gè)人需求的Jupyter工作環(huán)境。根據(jù)你的具體使用場(chǎng)景(如教學(xué)、數(shù)據(jù)分析、機(jī)器學(xué)習(xí)等),可能需要調(diào)整不同的配置項(xiàng)以獲得最佳體驗(yàn)。
下面是一個(gè)完整的配置說(shuō)明表,涵蓋了配置文件中出現(xiàn)的所有配置項(xiàng)及其描述。
配置項(xiàng) | 描述 | 默認(rèn)值 |
---|---|---|
c.Application.log_datefmt | 日志記錄中使用的日期格式。 | '%Y-%m-%d %H:%M:%S' |
c.Application.log_format | 日志格式模板。 | '[%(name)s]%(highlevel)s %(message)s' |
c.Application.log_level | 設(shè)置日志級(jí)別。 | 30 (WARN) |
c.Application.logging_config | 配置額外的日志處理器。 | {} |
c.Application.show_config | 啟動(dòng)時(shí)是否打印配置到標(biāo)準(zhǔn)輸出。 | False |
c.Application.show_config_json | 啟動(dòng)時(shí)是否以JSON格式打印配置到標(biāo)準(zhǔn)輸出。 | False |
c.JupyterApp.answer_yes | 自動(dòng)回答是對(duì)于任何提示。 | False |
c.JupyterApp.config_file | 配置文件的完整路徑。 | '' |
c.JupyterApp.config_file_name | 要加載的配置文件名。 | '' |
c.JupyterApp.generate_config | 是否生成默認(rèn)配置文件。 | False |
c.NotebookApp.allow_credentials | 設(shè)置Access-Control-Allow-Credentials 頭。 | False |
c.NotebookApp.allow_origin | 設(shè)置Access-Control-Allow-Origin 頭。 | '' |
c.NotebookApp.allow_origin_pat | 使用正則表達(dá)式設(shè)置Access-Control-Allow-Origin 頭。 | '' |
c.NotebookApp.allow_password_change | 允許在登錄時(shí)更改密碼。 | True |
c.NotebookApp.allow_remote_access | 允許遠(yuǎn)程訪問(wèn)。 | False |
c.NotebookApp.allow_root | 是否允許以root用戶運(yùn)行。 | False |
c.NotebookApp.authenticate_prometheus | 是否需要認(rèn)證以訪問(wèn)prometheus指標(biāo)。 | True |
c.NotebookApp.autoreload | 是否自動(dòng)重新加載任何Python源文件的更改。 | False |
c.NotebookApp.base_url | Notebook服務(wù)器的基本URL。 | '/' |
c.NotebookApp.certfile | SSL/TLS證書(shū)文件的完整路徑。 | '' |
c.NotebookApp.client_ca | SSL/TLS客戶端認(rèn)證的證書(shū)頒發(fā)機(jī)構(gòu)證書(shū)的完整路徑。 | '' |
c.NotebookApp.config_manager_class | 配置管理器類。 | 'notebook.services.config.manager.ConfigManager' |
c.NotebookApp.contents_manager_class | 內(nèi)容管理器類。 | 'notebook.services.contents.largefilemanager.LargeFileManager' |
c.NotebookApp.cookie_options | 傳遞給set_secure_cookie 的額外關(guān)鍵字參數(shù)。 | {} |
c.NotebookApp.cookie_secret | 用于保護(hù)cookies的隨機(jī)字節(jié)。 | b'' |
c.NotebookApp.cookie_secret_file | 存儲(chǔ)cookie密鑰的文件。 | '' |
c.NotebookApp.custom_display_url | 覆蓋顯示給用戶的URL。 | '' |
c.NotebookApp.default_url | 從/ 重定向到的默認(rèn)URL。 | '/tree' |
c.NotebookApp.disable_check_xsrf | 禁用跨站請(qǐng)求偽造保護(hù)。 | False |
c.NotebookApp.enable_mathjax | 是否啟用MathJax進(jìn)行數(shù)學(xué)/TeX排版。 | True |
c.NotebookApp.extra_nbextensions_path | 查找JavaScript notebook擴(kuò)展的額外路徑。 | [] |
c.NotebookApp.extra_services | 高優(yōu)先級(jí)加載的額外服務(wù)。 | [] |
c.NotebookApp.extra_static_paths | 用于服務(wù)靜態(tài)文件的額外路徑。 | [] |
c.NotebookApp.extra_template_paths | 用于服務(wù)jinja模板的額外路徑。 | [] |
c.NotebookApp.file_to_run | 啟動(dòng)時(shí)運(yùn)行的文件路徑。 | '' |
c.NotebookApp.generate_config | 是否生成默認(rèn)配置文件。 | False |
c.NotebookApp.get_secure_cookie_kwargs | 傳遞給get_secure_cookie 的額外關(guān)鍵字參數(shù)。 | {} |
c.NotebookApp.ignore_minified_js | 是否忽略壓縮的JS文件,主要在開(kāi)發(fā)過(guò)程中使用。 | False |
c.NotebookApp.iopub_data_rate_limit | IOPub數(shù)據(jù)通道的最大數(shù)據(jù)傳輸速率(字節(jié)/秒)。 | 1000000 |
c.NotebookApp.iopub_msg_rate_limit | IOPub消息的最大發(fā)送速率(消息/秒)。 | 1000 |
c.NotebookApp.ip | Notebook服務(wù)器監(jiān)聽(tīng)的IP地址。 | 'localhost' |
c.NotebookApp.jinja_environment_options | 傳遞給Jinja環(huán)境的額外參數(shù)。 | {} |
c.NotebookApp.jinja_template_vars | 渲染時(shí)提供給jinja模板的額外變量。 | {} |
c.NotebookApp.kernel_manager_class | 內(nèi)核管理器類。 | 'notebook.services.kernels.kernelmanager.MappingKernelManager' |
c.NotebookApp.kernel_spec_manager_class | 內(nèi)核規(guī)格管理器類。 | 'jupyter_client.kernelspec.KernelSpecManager' |
c.NotebookApp.keyfile | SSL/TLS私鑰文件的完整路徑。 | '' |
c.NotebookApp.local_hostnames | 允許作為本地主機(jī)名的主機(jī)名列表。 | ['localhost'] |
c.NotebookApp.log_json | 是否啟用JSON格式化日志。 | False |
c.NotebookApp.logging_config | 額外的日志配置。 | {} |
c.NotebookApp.login_handler_class | 登錄處理器類。 | 'notebook.auth.login.LoginHandler' |
c.NotebookApp.logout_handler_class | 注銷處理器類。 | 'notebook.auth.logout.LogoutHandler' |
c.NotebookApp.mathjax_config | 使用的MathJax.js配置文件。 | 'TeX-AMS-MML_HTMLorMML-full,Safe' |
c.NotebookApp.mathjax_url | MathJax.js的自定義URL。 | '' |
c.NotebookApp.max_body_size | 客戶端請(qǐng)求體的最大允許大小(字節(jié))。 | 536870912 |
c.NotebookApp.max_buffer_size | 緩沖管理器可分配用于使用的最大內(nèi)存量(字節(jié))。 | 536870912 |
c.NotebookApp.min_open_files_limit | 打開(kāi)文件句柄進(jìn)程資源限制的下限。 | 0 |
c.NotebookApp.nbserver_extensions | 要加載為notebook服務(wù)器擴(kuò)展的Python模塊列表。 | {} |
c.NotebookApp.notebook_dir | 筆記本和內(nèi)核的目錄。 | '' |
c.NotebookApp.open_browser | 啟動(dòng)后是否在瀏覽器中打開(kāi)。 | True |
c.NotebookApp.password | Web認(rèn)證的哈希密碼。 | '' |
c.NotebookApp.password_required | 是否強(qiáng)制用戶使用密碼。 | False |
c.NotebookApp.port | Notebook服務(wù)器監(jiān)聽(tīng)的端口。 | 8888 |
c.NotebookApp.port_retries | 指定端口不可用時(shí)嘗試的附加端口數(shù)。 | 50 |
c.NotebookApp.pylab | 是否啟用pylab。 | 'disabled' |
c.NotebookApp.quit_button | 是否顯示退出按鈕。 | True |
c.NotebookApp.rate_limit_window | 用于檢查消息和數(shù)據(jù)速率限制的時(shí)間窗口(秒)。 | 3 |
c.NotebookApp.reraise_server_extension_failures | 重新引發(fā)加載服務(wù)器擴(kuò)展時(shí)遇到的異常。 | False |
c.NotebookApp.server_extensions | DEPRECATED: 使用nbserver_extensions 字典。 | [] |
c.NotebookApp.session_manager_class | 會(huì)話管理器類。 | 'notebook.services.sessions.sessionmanager.SessionManager' |
c.NotebookApp.show_banner | 是否在頁(yè)面上顯示橫幅。 | True |
c.NotebookApp.shutdown_no_activity_timeout | 無(wú)活動(dòng)時(shí)自動(dòng)關(guān)閉服務(wù)器的超時(shí)時(shí)間(秒)。 | 0 |
c.NotebookApp.sock | Notebook服務(wù)器將監(jiān)聽(tīng)的UNIX套接字。 | '' |
c.NotebookApp.sock_mode | UNIX套接字創(chuàng)建的權(quán)限模式。 | '0600' |
c.NotebookApp.ssl_options | 為tornado HTTPServer提供SSL選項(xiàng)。 | {} |
c.NotebookApp.terminado_settings | terminado的配置重寫(xiě)。 | {} |
c.NotebookApp.terminals_enabled | 是否啟用終端。 | True |
c.NotebookApp.token | 用于驗(yàn)證首次連接到服務(wù)器的令牌。 | '<generated>' |
c.NotebookApp.tornado_settings | 重寫(xiě)用于Jupyter notebook的tornado.web.Application的配置。 | {} |
c.NotebookApp.trust_xheaders | 是否信任X-Scheme/X-Forwarded-Proto和X-Real-Ip/X-Forwarded-For頭。 | False |
c.NotebookApp.use_redirect_file | 是否通過(guò)重定向文件禁用啟動(dòng)瀏覽器。 | True |
c.NotebookApp.webapp_settings | DEPRECATED,使用tornado_settings 。 | {} |
c.NotebookApp.webbrowser_open_new | 啟動(dòng)時(shí)在瀏覽器中打開(kāi)notebook的位置。 | 2 |
c.NotebookApp.websocket_compression_options | 設(shè)置websocket連接的tornado壓縮選項(xiàng)。 | None |
c.NotebookApp.websocket_url | websocket的基本URL。 | '' |
c.ConnectionFileMixin.connection_file | 存儲(chǔ)連接信息的JSON文件。 | '' |
c.ConnectionFileMixin.control_port | 控制(ROUTER)端口。 | 0 |
c.ConnectionFileMixin.hb_port | 心跳端口。 | 0 |
c.ConnectionFileMixin.iopub_port | iopub(PUB)端口。 | 0 |
c.ConnectionFileMixin.ip | 內(nèi)核的IP地址。 | '' |
c.ConnectionFileMixin.shell_port | shell(ROUTER)端口。 | 0 |
c.ConnectionFileMixin.stdin_port | stdin(ROUTER)端口。 | 0 |
c.ConnectionFileMixin.transport | 傳輸協(xié)議(tcp或ipc)。 | 'tcp' |
c.KernelManager.autorestart | 內(nèi)核崩潰后是否自動(dòng)重啟。 | True |
c.KernelManager.shutdown_wait_time | 等待內(nèi)核終止的時(shí)間(秒)。 | 5.0 |
c.Session.buffer_threshold | 對(duì)象緩沖區(qū)超過(guò)此閾值時(shí)避免pickle。 | 1024 |
c.Session.check_pid | 是否檢查PID以保護(hù)fork后的調(diào)用。 | True |
c.Session.copy_threshold | 緩沖區(qū)超過(guò)此閾值時(shí)發(fā)送而不復(fù)制。 | 65536 |
c.Session.debug | 在Session中啟用調(diào)試輸出。 | False |
c.Session.digest_history_size | 記住的摘要最大數(shù)量。 | 65536 |
c.Session.item_threshold | 自定義序列化時(shí)檢查容器大小的閾值。 | 64 |
c.Session.key | 執(zhí)行消息簽名的密鑰。 | b'' |
c.Session.keyfile | 包含執(zhí)行密鑰的文件的路徑。 | '' |
c.Session.metadata | 默認(rèn)頂層元數(shù)據(jù)字典,用于每個(gè)消息。 | {} |
c.Session.packer | 用于序列化消息的打包器名稱。 | 'json' |
c.Session.session | 此會(huì)話的UUID。 | '' |
c.Session.signature_scheme | 用于構(gòu)造消息簽名的摘要方案。 | 'hmac-sha256' |
c.Session.unpacker | 用于反序列化消息的解包器名稱。 | 'json' |
c.Session.username | 會(huì)話的用戶名。 | 'username' |
c.MultiKernelManager.default_kernel_name | 啟動(dòng)的默認(rèn)內(nèi)核名稱。 | 'python3' |
c.MultiKernelManager.kernel_manager_class | 內(nèi)核管理器類。 | 'jupyter_client.ioloop.IOLoopKernelManager' |
c.MultiKernelManager.shared_context | 是否共享一個(gè)zmq.Context與所有內(nèi)核通信。 | True |
c.MappingKernelManager.allowed_message_types | 允許的內(nèi)核消息類型白名單。 | [] |
c.MappingKernelManager.buffer_offline_messages | 是否緩沖斷線前端的內(nèi)核消息。 | True |
c.MappingKernelManager.cull_busy | 是否考慮清理忙碌的內(nèi)核。 | False |
c.MappingKernelManager.cull_connected | 是否考慮清理有連接的內(nèi)核。 | False |
c.MappingKernelManager.cull_idle_timeout | 內(nèi)核被認(rèn)為空閑并準(zhǔn)備被清理的超時(shí)時(shí)間(秒)。 | 0 |
c.MappingKernelManager.cull_interval | 檢查空閑內(nèi)核超過(guò)清理超時(shí)值的間隔時(shí)間(秒)。 | 300 |
c.MappingKernelManager.kernel_info_timeout | 放棄內(nèi)核的超時(shí)時(shí)間(秒)。 | 60 |
c.KernelSpecManager.allowed_kernelspecs | 允許的內(nèi)核規(guī)格名稱列表。 | set() |
c.KernelSpecManager.ensure_native_kernel | 如果沒(méi)有注冊(cè)Python內(nèi)核規(guī)格且IPython內(nèi)核可用,則確保添加它。 | True |
c.KernelSpecManager.kernel_spec_class | 內(nèi)核規(guī)格類。 | 'jupyter_client.kernelspec.KernelSpec' |
c.ContentsManager.allow_hidden | 是否允許訪問(wèn)隱藏文件。 | False |
c.ContentsManager.pre_save_hook | 保存前調(diào)用的Python可調(diào)用對(duì)象或其導(dǎo)入字符串。 | None |
c.FileManagerMixin.use_atomic_writing | 是否在寫(xiě)入新筆記本時(shí)使用“原子寫(xiě)入”過(guò)程。 | True |
c.FileContentsManager.delete_to_trash | 刪除文件是否發(fā)送到回收站。 | True |
c.FileContentsManager.post_save_hook | 保存文件后調(diào)用的Python可調(diào)用對(duì)象或其導(dǎo)入字符串。 | None |
c.FileContentsManager.pre_save_hook | 保存前調(diào)用的Python可調(diào)用對(duì)象或其導(dǎo)入字符串。 | None |
c.FileContentsManager.save_script | DEPRECATED,使用post_save_hook 代替。 | False |
c.NotebookNotary.algorithm | 筆記本簽名使用的哈希算法。 | 'sha256' |
c.NotebookNotary.data_dir | 存儲(chǔ)公證秘密和數(shù)據(jù)庫(kù)的存儲(chǔ)目錄。 | '' |
c.NotebookNotary.db_file | 存儲(chǔ)筆記本簽名的sqlite文件。 | '' |
c.NotebookNotary.secret | 筆記本簽名使用的秘密。 | b'' |
c.NotebookNotary.secret_file | 存儲(chǔ)秘密的文件。 | '' |
c.AsyncMultiKernelManager.default_kernel_name | 啟動(dòng)的默認(rèn)內(nèi)核名稱。 | 'python3' |
c.AsyncMultiKernelManager.kernel_manager_class | 內(nèi)核管理器類。 | 'jupyter_client.ioloop.AsyncIOLoopKernelManager' |
c.AsyncMultiKernelManager.shared_context | 是否共享一個(gè)zmq.Context與所有內(nèi)核通信。 | True |
c.AsyncMultiKernelManager.use_pending_kernels | 是否在進(jìn)程啟動(dòng)之前使內(nèi)核可用。 | False |
c.AsyncMappingKernelManager.allowed_message_types | 允許的內(nèi)核消息類型白名單。 | [] |
c.AsyncMappingKernelManager.buffer_offline_messages | 是否緩沖斷線前端的內(nèi)核消息。 | True |
c.AsyncMappingKernelManager.cull_busy | 是否考慮清理忙碌的內(nèi)核。 | False |
c.AsyncMappingKernelManager.cull_connected | 是否考慮清理有連接的內(nèi)核。 | False |
c.AsyncMappingKernelManager.cull_idle_timeout | 內(nèi)核被認(rèn)為空閑并準(zhǔn)備被清理的超時(shí)時(shí)間(秒)。 | 0 |
c.AsyncMappingKernelManager.cull_interval | 檢查空閑內(nèi)核超過(guò)清理超時(shí)值的間隔時(shí)間(秒)。 | 300 |
c.AsyncMappingKernelManager.default_kernel_name | 啟動(dòng)的默認(rèn)內(nèi)核名稱。 | 'python3' |
c.AsyncMappingKernelManager.kernel_info_timeout | 放棄內(nèi)核的超時(shí)時(shí)間(秒)。 | 60 |
c.AsyncMappingKernelManager.kernel_manager_class | 內(nèi)核管理器類。 | 'jupyter_client.ioloop.AsyncIOLoopKernelManager' |
c.AsyncMappingKernelManager.root_dir | 根目錄路徑。 | '' |
c.GatewayKernelManager.allowed_message_types | 允許的內(nèi)核消息類型白名單。 | [] |
c.GatewayKernelManager.buffer_offline_messages | 是否緩沖斷線前端的內(nèi)核消息。 | True |
c.GatewayKernelManager.cull_busy | 是否考慮清理忙碌的內(nèi)核。 | False |
c.GatewayKernelManager.cull_connected | 是否考慮清理有連接的內(nèi)核。 | False |
c.GatewayKernelManager.cull_idle_timeout | 內(nèi)核被認(rèn)為空閑并準(zhǔn)備被清理的超時(shí)時(shí)間(秒)。 | 0 |
c.GatewayKernelManager.cull_interval | 檢查空閑內(nèi)核超過(guò)清理超時(shí)值的間隔時(shí)間(秒)。 | 300 |
c.GatewayKernelManager.default_kernel_name | 啟動(dòng)的默認(rèn)內(nèi)核名稱。 | 'python3' |
c.GatewayKernelManager.kernel_info_timeout | 放棄內(nèi)核的超時(shí)時(shí)間(秒)。 | 60 |
c.GatewayKernelManager.kernel_manager_class | 內(nèi)核管理器類。 | 'jupyter_client.ioloop.AsyncIOLoopKernelManager' |
c.GatewayKernelManager.root_dir | 根目錄路徑。 | '' |
c.GatewayKernelManager.shared_context | 是否共享一個(gè)zmq.Context與所有內(nèi)核通信。 | True |
c.GatewayKernelManager.use_pending_kernels | 是否在進(jìn)程啟動(dòng)之前使內(nèi)核可用。 | False |
c.GatewayKernelSpecManager.allowed_kernelspecs | 允許的內(nèi)核規(guī)格名稱列表。 | set() |
c.GatewayKernelSpecManager.ensure_native_kernel | 如果沒(méi)有注冊(cè)Python內(nèi)核規(guī)格且IPython內(nèi)核可用,則確保添加它。 | True |
c.GatewayKernelSpecManager.kernel_spec_class | 內(nèi)核規(guī)格類。 | 'jupyter_client.kernelspec.KernelSpec' |
c.GatewayKernelSpecManager.whitelist | DEPRECATED, 使用allowed_kernelspecs 。 | set() |
c.GatewayClient.auth_token | HTTP頭中使用的授權(quán)令牌。 | None |
c.GatewayClient.ca_certs | CA證書(shū)的文件名或None以使用默認(rèn)值。 | None |
c.GatewayClient.client_cert | 客戶端SSL證書(shū)的文件名。 | None |
c.GatewayClient.client_key | 客戶端SSL密鑰的文件名。 | None |
c.GatewayClient.connect_timeout | 與Gateway服務(wù)器建立HTTP連接的允許時(shí)間。 | 40.0 |
c.GatewayClient.env_whitelist | 將包含在內(nèi)核啟動(dòng)請(qǐng)求中的環(huán)境變量名稱的逗號(hào)分隔列表。 | '' |
c.GatewayClient.gateway_retry_interval | 首次與Gateway服務(wù)器重新連接的允許時(shí)間。 | 1.0 |
c.GatewayClient.gateway_retry_interval_max | 與Gateway服務(wù)器重新連接重試的最大時(shí)間。 | 30.0 |
c.GatewayClient.gateway_retry_max | 與Gateway服務(wù)器重新連接的最大重試次數(shù)。 | 5 |
c.GatewayClient.headers | 傳遞給請(qǐng)求的額外HTTP頭。 | '{}' |
c.GatewayClient.http_pwd | HTTP認(rèn)證的密碼。 | None |
c.GatewayClient.http_user | HTTP認(rèn)證的用戶名。 | None |
c.GatewayClient.kernels_endpoint | 訪問(wèn)內(nèi)核資源的Gateway API端點(diǎn)。 | '/api/kernels' |
c.GatewayClient.kernelspecs_endpoint | 訪問(wèn)kernelspecs的Gateway API端點(diǎn)。 | '/api/kernelspecs' |
c.GatewayClient.kernelspecs_resource_endpoint | 訪問(wèn)kernelspecs資源的Gateway端點(diǎn)。 | '/kernelspecs' |
c.GatewayClient.request_timeout | HTTP請(qǐng)求完成的允許時(shí)間。 | 40.0 |
c.GatewayClient.url | Kernel或Enterprise Gateway服務(wù)器的URL。 | None |
c.GatewayClient.validate_cert | 對(duì)于HTTPS請(qǐng)求,確定是否驗(yàn)證服務(wù)器的證書(shū)。 | True |
c.GatewayClient.ws_url | Kernel或Enterprise Gateway服務(wù)器的websocket URL。 | None |
c.TerminalManager.cull_inactive_timeout | 終端處于非活動(dòng)狀態(tài)的超時(shí)時(shí)間。 | 0 |
c.TerminalManager.cull_interval | 檢查終端超過(guò)非活動(dòng)超時(shí)值的間隔時(shí)間。 | 300 |
這個(gè)表格覆蓋了Jupyter配置文件中的所有配置項(xiàng),涵蓋了日志設(shè)置、安全性設(shè)置、內(nèi)核管理和內(nèi)容管理等方面的配置。這些設(shè)置可以根據(jù)你的具體需求進(jìn)行調(diào)整。