- 
                Notifications
    
You must be signed in to change notification settings  - Fork 4
 
Description
Hi,
Following the installation and configuration instructions, when I launch Jupyter Lab (or Jupyter Notebooks) and select the Prolog kernel, the Prolog kernel can not be connected to, and I get the following error message in the terminal:
File "C:......\lib\site-packages\prolog_kernel\prolog_kernel_base_implementation.py", line 90, in start_prolog_server
raise Exception("The Prolog server could not be started with the arguments " + str(program_arguments))
Exception: The Prolog server could not be started with the arguments ['swipl', '-l', 'C:\......\lib\site-packages\prolog_kernel\prolog_server/jupyter_server.pl', '-t', 'jupyter_server_start']
I get the same errors when trying this with no config file and with a config file that uses the default values.
I have SWI-Prolog installed and added to the PATH. Please advise. Thanks.