jupyter-notebook

Section: User Commands (1)
Index Return to Main Contents

 

NAME

jupyter-notebook - The Jupyter HTML notebook

 

SYNOPSIS

jupyter notebook [subcommand] [options]

 

DESCRIPTION

Launches a tornado server which serves up a HTML5/Javascript notebook client.

 

SUBCOMMANDS

list
List currently running notebook servers

 

OPTIONS

Only a subset of options are listed here. To see the complete list, run jupyter notebook --help-all

--debug
Enable debugging output
--no-browser
Don't open the notebook in a browser after startup
--port PORT
The port the notebook server will listen on (default 8888).
--ip IP
The IP address the notebook server will listen on (default localhost).
--notebook-dir PATH
The directory the server will use as the root for notebook files.


 

Index

NAME
SYNOPSIS
DESCRIPTION
SUBCOMMANDS
OPTIONS

This document was created by man2html, using the manual pages.
Time: 09:21:02 GMT, April 28, 2024