[Python-modules-commits] [jupyter-console] 02/02: Add a manpage for jupyter-console

Gordon Ball chronitis-guest at moszumanska.debian.org
Tue Nov 1 16:01:40 UTC 2016


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

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

commit a82d0c993051429e8f804fc20eca064e4ef4ef89
Author: Gordon Ball <gordon at chronitis.net>
Date:   Tue Nov 1 17:01:22 2016 +0100

    Add a manpage for jupyter-console
---
 debian/jupyter-console.1        | 36 ++++++++++++++++++++++++++++++++++++
 debian/jupyter-console.manpages |  1 +
 2 files changed, 37 insertions(+)

diff --git a/debian/jupyter-console.1 b/debian/jupyter-console.1
new file mode 100644
index 0000000..90b2c11
--- /dev/null
+++ b/debian/jupyter-console.1
@@ -0,0 +1,36 @@
+.TH jupyter-console 1
+
+.SH NAME
+.PP
+jupyter-console \- Jupyter terminal client
+
+.SH SYNOPSIS
+.PP
+\fBjupyter console\fR [options]
+
+.SH DESCRIPTION
+.PP
+Interactive terminal client for kernels using the Jupyter protocol.
+
+.SH OPTIONS
+.PP
+Only a subset of options are listed here. To see the complete list, run
+.B
+jupyter console --help-all
+
+.HP
+--existing [ID]
+.IP
+Connect to an existing kernel. If no argument is given, connect to the most recent.
+.HP
+--no-confirm-exit
+.IP
+Don't prompt for confirmation when exiting.
+.HP
+--kernel NAME
+.IP
+Name of the lanuage kernel to use (default: python)
+.HP
+--debug
+.IP
+Enable debugging output
diff --git a/debian/jupyter-console.manpages b/debian/jupyter-console.manpages
new file mode 100644
index 0000000..e6210f5
--- /dev/null
+++ b/debian/jupyter-console.manpages
@@ -0,0 +1 @@
+debian/jupyter-console.1

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



More information about the Python-modules-commits mailing list