设为首页 加入收藏

TOP

Docker安装配置JupyterNotebook详解(三)
2023-09-23 15:44:24 】 浏览:1078
Tags:Docker 安装配 JupyterNotebook 详解
nt.http_user = None ## The gateway API endpoint for accessing kernel resources # (JUPYTER_GATEWAY_KERNELS_ENDPOINT env var) # Default: '/api/kernels' # c.GatewayClient.kernels_endpoint = '/api/kernels' ## The gateway API endpoint for accessing kernelspecs # (JUPYTER_GATEWAY_KERNELSPECS_ENDPOINT env var) # Default: '/api/kernelspecs' # c.GatewayClient.kernelspecs_endpoint = '/api/kernelspecs' ## The gateway endpoint for accessing kernelspecs resources # (JUPYTER_GATEWAY_KERNELSPECS_RESOURCE_ENDPOINT env var) # Default: '/kernelspecs' # c.GatewayClient.kernelspecs_resource_endpoint = '/kernelspecs' ## The time allowed for HTTP request completion. (JUPYTER_GATEWAY_REQUEST_TIMEOUT # env var) # Default: 40.0 # c.GatewayClient.request_timeout = 40.0 ## The url of the Kernel or Enterprise Gateway server where # kernel specifications are defined and kernel management takes place. # If defined, this Notebook server acts as a proxy for all kernel # management and kernel specification retrieva l. (JUPYTER_GATEWAY_URL env var) # Default: None # c.GatewayClient.url = None ## For HTTPS requests, determines if server's certificate should be validated or not. # (JUPYTER_GATEWAY_VALIDATE_CERT env var) # Default: True # c.GatewayClient.validate_cert = True ## The websocket url of the Kernel or Enterprise Gateway server. If not provided, this value # will correspond to the value of the Gateway url with 'ws' in place of 'http'. (JUPYTER_GATEWAY_WS_URL env var) # Default: None # c.GatewayClient.ws_url = None #------------------------------------------------------------------------------ # TerminalManager(LoggingConfigurable) configuration #------------------------------------------------------------------------------ ## ## Timeout (in seconds) in which a terminal has been inactive and ready to be culled. # Values of 0 or lower disable culling. # Default: 0 # c.TerminalManager.cull_inactive_timeout = 0 ## The interval (in seconds) on which to check for terminals exceeding the # inactive timeout value. # Default: 300 # c.TerminalManager.cull_interval = 300
首页 上一页 1 2 3 4 5 6 7 下一页 尾页 3/17/17
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇Python教程(13)——Python运算符.. 下一篇【matplotlib基础】--文本标注

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目