hhu-stups / prolog-jupyter-kernel

A Jupyter kernel for Prolog
MIT License
17 stars 3 forks source link

added console entry-point #10

Closed SilenZcience closed 1 year ago

SilenZcience commented 1 year ago

this way the kernel can be started bei either "python3 -m prolog_kernel", or simply "prolog_kernel", which then solves the problem of different python-executable commands, like "python3", "python", or "py"

SilenZcience commented 1 year ago

This is definetly not a good solution, i apologize. The console-entry point seems to do some weird recursive stuff when building the package