Jupyter kernel for Logtalk #160
Replies: 5 comments 2 replies
-
The Logtalk Jupyter kernel can now be installed from PyPI: https://pypi.org/project/logtalk-jupyter-kernel/0.2.0/ If you install and try it, let me know if you run into any issue. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Working on using https://mybinder.org/ to publish demo Logtalk Jupyter notebooks and allow users to create their own notebooks: https://mybinder.org/v2/gh/LogtalkDotOrg/notebooks/master Notebooks running on the default Prolog backend (SWI-Prolog) for now. Planning to add a few other backends soon. |
Beta Was this translation helpful? Give feedback.
-
Version 0.4.0 released: https://pypi.org/project/logtalk-jupyter-kernel/ Improved documentation, updated notebooks, updated compatibility notes, and allow settings files to set the |
Beta Was this translation helpful? Give feedback.
-
Also available from Conda: |
Beta Was this translation helpful? Give feedback.
-
Released version 0.14.0. Updated the documentation on the Jupyter Kernel for Logtalk, notably on using virtual environment for Logtalk packs loaded from notebooks. |
Beta Was this translation helpful? Give feedback.
-
A development version of a Jupyter kernel for Logtalk is now available at:
https://github.com/LogtalkDotOrg/logtalk-jupyter-kernel
This kernel currently supports using ECLiPSe, GNU Prolog, LVM, SICStus Prolog, SWI-Prolog, Trealla Prolog, or YAP as the backend compiler. Support for some more backends is expected soon.
Example notebooks are included in the repo and can be previewed using nbviewer:
https://nbviewer.org/github/LogtalkDotOrg/logtalk-jupyter-kernel/blob/master/notebooks/JupyterKernelForLogtalkOverview.ipynb
https://nbviewer.org/github/LogtalkDotOrg/logtalk-jupyter-kernel/blob/master/notebooks/LogtalkTutorial.ipynb
The kernel can also be used to write plain Prolog notebooks.
Feedback and suggestions are welcome.
Beta Was this translation helpful? Give feedback.
All reactions