nicknochnack / TFODCourse

957 stars 924 forks source link

cant run jupyter #126

Open SeyyedAliTorabi opened 1 year ago

SeyyedAliTorabi commented 1 year ago

hi,

when i want to run my jupyter nitebook in command prompt i saw a unusual eror i copy this for you can you help me ?

new start is the name of my vi

(newstart) C:\work\pyton\tensorflow_obde\TFODCourse>jupyter notebook usage: jupyter [-h] [--version] [--config-dir] [--data-dir] [--runtime-dir] [--paths] [--json] [--debug] [subcommand]

Jupyter: Interactive Computing

positional arguments: subcommand the subcommand to launch

options: -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

tanck you

Bakar404 commented 1 year ago

Hello I've had the same issue. I think the issue here that Jupyter is not in PATH
Here's what worked for me:

run

  1. sudo -H pip install jupyter
  2. jupyter notebook

It should work without a problem if not let me know

Good luck!

coding-ty commented 10 months ago

Ensure you have installed the proper jupyter module. There is jupyterlabs and there is juypter notebook

Try this command:

pip install notebook

or

pip3 install notebook

Then you can run the command:

jupyter notebook