install jupyter notebook

To install Jupyter Notebook in Delphi, you can follow these steps:
1. Install Python by downloading the Python installer from the official Python website and running it.
2. Open the Command Prompt and install Jupyter Notebook using the following command:
   pip install jupyter
3. Once the installation is complete, you can launch Jupyter Notebook by running the command:
   jupyter notebook
4. This will open Jupyter Notebook in your default web browser, allowing you to create and run Delphi code cells using the Python kernel.

That's it! You should now have Jupyter Notebook installed and running in your Delphi environment.