jupyter Verified current stable Not installed? Documentation

Jupyter / Open Specific Notebook

Open Specific Notebook

Easily launch a specific Jupyter notebook in Jupyter Lab for data analysis or machine learning tasks.

$
Terminal
jupyter lab <path/to/notebook>.ipynb

When To Use

Launching a specific notebook for data analysis or machine learning tasks.

Command Builder

Tune the command before you copy it

Back to syntax
$
Generated Command
jupyter lab <path/to/notebook>.ipynb

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
[I 12:00:00.000 LabApp] The Jupyter Notebook is running at:
http://localhost:8888/lab?token=abc123
[I 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/notebook>
path to notebook
The value supplied for path to notebook.

How To Run

Execution path

  1. Step 1

    Open your terminal or command prompt.

  2. Step 2

    Run the command: jupyter lab path/to/notebook.ipynb

  3. Step 3

    Access the notebook in your web browser at the provided URL.

Alternative Approaches

Comparable commands in other tools

Alternative documentation tools for the same job.