jupyter 命令#
概要#
jupyter <subcommand> [options]
描述#
像 jupyter notebook
这样的命令会启动 Jupyter 应用程序。jupyter
命令主要是一个子命令的命名空间。在你的 PATH
中找到的像 jupyter-foo
这样的命令将作为子命令 jupyter foo
可用。
jupyter 命令也可以用于执行启动 Jupyter 应用程序以外的操作。
命令选项#
- -h, --help#
显示帮助信息,包括可用的子命令。
- --config-dir#
显示配置目录的位置。
- --data-dir#
显示数据目录的位置。
- --runtime-dir#
显示运行时目录的位置。
- --paths#
显示所有 Jupyter 目录和搜索路径。
- --json#
以机器可读的 JSON 格式打印目录和搜索路径。