jupyter Verified current stable Not installed? Documentation

Jupyter / Start Jupyterlab Specific Directory

Start Jupyterlab Specific Directory

Easily start Jupyter Lab in a designated directory to manage your notebooks efficiently.

$
Terminal
jupyter lab --notebook-dir <path/to/directory>

When To Use

Organizing multiple projects or notebooks within a single directory structure.

Command Builder

Tune the command before you copy it

Back to syntax
$
Generated Command
jupyter lab --notebook-dir <path/to/directory>

Terminal Output

Expected runtime feedback

Simulated preview
>
Output
[I 12:00:00.000 LabApp] JupyterLab extension loaded from /path/to/jupyterlab
[I 12:00:00.000 LabApp] JupyterLab application directory is /path/to/jupyterlab
[I 12:00:00.000 LabApp] Serving notebooks from local directory: /path/to/directory
[I 12:00:00.000 LabApp] The Jupyter Notebook is running at:
[I 12:00:00.000 LabApp] http://localhost:8888/?token=abc123
[C 12:00:00.000 LabApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).

Command Breakdown

What each part is doing

jupyter
Base Command
The executable that performs this operation. Here it runs Jupyter before the shell applies any redirect operators.
<path/to/directory>
path to directory
The directory path supplied to this command.
--notebook-dir
Command Option
Tool-specific option used by this command invocation.

How To Run

Execution path

  1. Step 1

    Open your terminal or command prompt.

  2. Step 2

    Run the command: jupyter lab --notebook-dir {{path/to/directory}}.

  3. Step 3

    Access Jupyter Lab in your web browser at the provided URL.

Alternative Approaches

Comparable commands in other tools

Alternative documentation tools for the same job.