[Python-modules-commits] [jupyter-client] 02/02: Add jupyter-kernel manpage

Gordon Ball chronitis-guest at moszumanska.debian.org
Tue Dec 19 11:29:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

chronitis-guest pushed a commit to branch master
in repository jupyter-client.

commit ec2596e293d0bd1dfc21612748d09d84bc6afd32
Author: Gordon Ball <gordon at chronitis.net>
Date:   Tue Dec 19 09:44:59 2017 +0000

    Add jupyter-kernel manpage
---
 debian/changelog               |  1 +
 debian/jupyter-client.manpages |  3 ++-
 debian/jupyter-kernel.1        | 22 ++++++++++++++++++++++
 3 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0edf2d8..ccfb7bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ jupyter-client (5.2.0-1) UNRELEASED; urgency=medium
   * Install the upstream changelog.
   * Patch out use of sphinxcontrib_github_alt during documentation build.
   * Use python3 sphinx to build documentation.
+  * Add a manpage for jupyter-kernel.
 
  -- Gordon Ball <gordon at chronitis.net>  Mon, 18 Dec 2017 16:16:18 +0000
 
diff --git a/debian/jupyter-client.manpages b/debian/jupyter-client.manpages
index 275cfd6..6810bed 100644
--- a/debian/jupyter-client.manpages
+++ b/debian/jupyter-client.manpages
@@ -1,2 +1,3 @@
 debian/jupyter-kernelspec.1
-debian/jupyter-run.1
\ No newline at end of file
+debian/jupyter-run.1
+debian/jupyter-kernel.1
diff --git a/debian/jupyter-kernel.1 b/debian/jupyter-kernel.1
new file mode 100644
index 0000000..655c75f
--- /dev/null
+++ b/debian/jupyter-kernel.1
@@ -0,0 +1,22 @@
+.TH JUPYTER-KERNEL 1
+.SH NAME
+jupyter-kernel \- Run a kernel locally in a subprocess
+.SH SYNOPSIS
+.B jupyter kernel <options>
+.SH DESCRIPTION
+jupyter-kernel provides a wrapper to invoke computational kernels known to
+jupyter.
+.SH OPTIONS
+.PP
+\fB\-\-debug\fR
+.IP
+Set log level to logging.DEBUG (maximize logging output)
+.PP
+\fB\-\-kernel=\fRKERNEL
+.IP
+Name of kernel to launch (default: python3)
+.PP
+\fB\-\-ip=\fRIP
+.IP
+IP to listen on. Setting this to other than the default (localhost) will allow
+clients on other hosts to connect.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-client.git



More information about the Python-modules-commits mailing list