I can’t launch jupyter notebook.
- pip3 install --upgrade pip
- pip3 install notebook
- and command “jupyter notebook” return “Jupyter command
jupyter-notebook
not found”
usage: jupyter [-h] [–version] [–config-dir] [–data-dir] [–runtime-dir] [–paths] [–json] [–debug] [subcommand]
Jupyter: Interactive Computing
positional arguments:
subcommand the subcommand to launch
optional arguments:
-h, --help show this help message and exit
–version show the versions of core jupyter packages and exit
–config-dir show Jupyter config dir
–data-dir show Jupyter data dir
–runtime-dir show Jupyter runtime dir
–paths show all Jupyter paths. Add --json for machine-readable format.
–json output paths as machine-readable json
–debug output debug information about paths
Available subcommands: migrate troubleshoot
Jupyter command jupyter-notebook
not found.
- comand “jupyter” return
usage: jupyter [-h] [–version] [–config-dir] [–data-dir] [–runtime-dir] [–paths] [–json] [–debug] [subcommand]
Jupyter: Interactive Computing
positional arguments:
subcommand the subcommand to launch
optional arguments:
-h, --help show this help message and exit
–version show the versions of core jupyter packages and exit
–config-dir show Jupyter config dir
–data-dir show Jupyter data dir
–runtime-dir show Jupyter runtime dir
–paths show all Jupyter paths. Add --json for machine-readable format.
–json output paths as machine-readable json
–debug output debug information about paths
Available subcommands: migrate troubleshoot
Please specify a subcommand or one of the optional arguments.
- jupyter --version
usage: jupyter [-h] [–version] [–config-dir] [–data-dir] [–runtime-dir] [–paths] [–json] [–debug] [subcommand]
Jupyter: Interactive Computing
positional arguments:
subcommand the subcommand to launch
optional arguments:
-h, --help show this help message and exit
–version show the versions of core jupyter packages and exit
–config-dir show Jupyter config dir
–data-dir show Jupyter data dir
–runtime-dir show Jupyter runtime dir
–paths show all Jupyter paths. Add --json for machine-readable format.
–json output paths as machine-readable json
–debug output debug information about paths
Available subcommands: migrate troubleshoot
Jupyter command jupyter-notebook
not found.
(python 3.9.7, Ubuntu 21.10)
shortcut for jupyter is missing on my desktop.
How I can fix it?