[Python-modules-commits] [jupyter-notebook] 08/11: Add a man page for jupyter-bundlerextension

Gordon Ball chronitis-guest at moszumanska.debian.org
Mon Jun 26 20:55:59 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-notebook.

commit 35d66235027efe291725a2ef0d4839eae371fe2e
Author: Gordon Ball <gordon at chronitis.net>
Date:   Mon Jun 26 21:38:49 2017 +0200

    Add a man page for jupyter-bundlerextension
---
 debian/jupyter-bundlerextension.1 | 52 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)

diff --git a/debian/jupyter-bundlerextension.1 b/debian/jupyter-bundlerextension.1
new file mode 100644
index 0000000..11cfea4
--- /dev/null
+++ b/debian/jupyter-bundlerextension.1
@@ -0,0 +1,52 @@
+.TH jupyter-bundlerextension 1
+
+.SH NAME
+.PP
+jupyter-bundlerextension \- Manage Jupyter Notebook bundler extensions
+
+.SH SYNOPSIS
+.PP
+\fBjupyter bundlerextension\fR [subcommand] [options]
+
+.SH DESCRIPTION
+.PP
+Enables and disables bundler extensions for the jupyter notebook, which
+implement various ways of packaging up a notebook along with necessary
+resources and dependencies.
+
+.SH SUBCOMMANDS
+.HP
+list
+.IP
+List bundler extensions
+.HP
+enable
+.IP
+Enable a bundler extension
+.HP
+disable
+.IP
+Disable a bundler extension
+
+.SH OPTIONS
+.PP
+Only a subset of options are listed here. To see the complete list, run
+.B
+jupyter bundlerextension --help-all
+
+.HP
+--debug
+.IP
+Enable debugging output
+.HP
+--py PACKAGENAME
+.IP
+Enable extensions from a python package
+.HP
+--user
+.IP
+Apply the operation for the current user only
+.HP
+--system
+.IP
+Apply the operation system-wide

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



More information about the Python-modules-commits mailing list