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 格式打印目录和搜索路径。