Create new jupyter notebook

To create a new Jupyter Notebook, you can follow these steps:

Option 1: Using Jupyter Notebook Interface

  1. Open a web browser and navigate to http://localhost:8888 (or the URL specified in your Jupyter Notebook configuration).
  2. Click on the "New" button to create a new notebook.
  3. Choose a kernel (e.g., Python 3) and select a template (e.g., "Python 3 (ipython 7.x)" or "Python 3 (jupyter 1.x)") or leave it as "Empty" if you want to start from scratch.
  4. Click on the "Create" button to create the new notebook.

Option 2: Using Command Line

  1. Open a terminal or command prompt.
  2. Navigate to the directory where you want to create the new notebook.
  3. Run the command jupyter notebook to start the Jupyter Notebook server.
  4. Open a web browser and navigate to http://localhost:8888 (or the URL specified in your Jupyter Notebook configuration).
  5. Click on the "New" button to create a new notebook.
  6. Choose a kernel (e.g., Python 3) and select a template (e.g., "Python 3 (ipython 7.x)" or "Python 3 (jupyter 1.x)") or leave it as "Empty" if you want to start from scratch.
  7. Click on the "Create" button to create the new notebook.

Option 3: Using Anaconda Prompt (Windows) or Terminal (Mac/Linux)

  1. Open Anaconda Prompt (Windows) or Terminal (Mac/Linux).
  2. Navigate to the directory where you want to create the new notebook.
  3. Run the command jupyter notebook to start the Jupyter Notebook server.
  4. Open a web browser and navigate to http://localhost:8888 (or the URL specified in your Jupyter Notebook configuration).
  5. Click on the "New" button to create a new notebook.
  6. Choose a kernel (e.g., Python 3) and select a template (e.g., "Python 3 (ipython 7.x)" or "Python 3 (jupyter 1.x)") or leave it as "Empty" if you want to start from scratch.
  7. Click on the "Create" button to create the new notebook.

Once you've created the new notebook, you can start writing code, running cells, and exploring the various features of Jupyter Notebook!