Forrest logo
back to the jupyter tool

jupyter:tldr:dd4ce

jupyter: List currently running notebook servers.
$ jupyter notebook list
try on your machine

The command "jupyter notebook list" is used to display a list of currently running Jupyter notebook servers on your local machine.

When executed in the command line or terminal, this command will return a table containing information about each active notebook server. This information typically includes the notebook server's URL, port number, and any additional details such as the notebook directory.

It allows users to quickly view and identify which Jupyter notebook servers are running, enabling them to access notebooks or terminate specific servers if needed. Note that the command may not show any servers if there are none currently running.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the jupyter tool