25.3k views
2 votes
How do I create a new Jupyter Notebook from the command line?

User Wasabi Fan
by
7.6k points

1 Answer

5 votes

Final answer:

To create a new Jupyter Notebook from the command line, open the command prompt or terminal, navigate to the desired directory, and type 'jupyter notebook'.

Step-by-step explanation:

To create a new Jupyter Notebook from the command line, you can follow these steps:

  1. Open the command prompt or terminal on your computer.
  2. Navigate to the directory where you want to create the new notebook.
  3. Type 'jupyter notebook' and press Enter.
  4. A new Jupyter Notebook will be created and opened in your default web browser.

To create a new Jupyter Notebook from the command line, open the command prompt or terminal, navigate to the desired directory, and type 'jupyter notebook'.

User Anthony Kimanzi
by
7.7k points