ilua icon indicating copy to clipboard operation
ilua copied to clipboard

Portable Lua kernel for Jupyter

Results 14 ilua issues
Sort by recently updated
recently updated
newest added

support openresty luajit interactive

I tried installing with `pip` into a clean virtual environment did the following: ``` $ ilua -i lua5.2 Jupyter console 6.4.0 ILua 0.2.1 In [1]: print'hi' ``` But I got...

running python3-jupyter-console-6.4.0-1.fc34.noarch lua-5.4.3-1.fc34.x86_64 ilua-0.2.1-6.fc34.noarch there are no docstrings with either ilua in jupyter-{console,qtconcole}, all I see is a question mark ipython gives docstrings. Most of the demo traces I see...

I know macOS is not officially supported but I tried and this error was a bit confusing for me ``` ❯ pip install ilua Collecting ilua Downloading ilua-0.2.1-py2.py3-none-any.whl (70 kB)...

Got error in jupyter lab. The console works well. To my surprise, it would run well at first time, but then it always reports the following error. My system is...

This is a tricky feature to implement because of the fact that the popular lua consoles (lua 5.3-5.1 & ~~luajit~~) implement SIGINTs poorly For example, lets take the reference implementation...

Can I print html or md code (i.e. something like display() or HTML() of iPython) ? I cannot find any hint from the source code. Likewise, is it possible to...

When an illegal character is present in a function's docstring (e.g `string.find()`) the shell crashes altogether: ``` In [3]: string.find? Signature: string.find(s, pattern [, init [, plain]]) Documentation:Traceback (most recent...