ilua
Portable Lua kernel for Jupyter
File Explorer
Download Latest Version (.zip)- kernel.json
- logo-32x32.png
- logo-64x64.png
- logo-license.txt
- inspect.lua
- json.lua
- netstring.lua
- __init__.py
- _unixfifo.py
- _win32namedpipe.py
- app.py
- appbase.py
- builtins.lua
- connection.py
- consoleapp.py
- history.py
- inspector.py
- interp.lua
- kernel.py
- kernelbase.py
- message.py
- namedpipe.py
- proto.py
- sockets.py
- getdeps.sh
- manualparser.py
- .editorconfig
- .gitignore
- .gitmodules
- CHANGES.md
- demo.gif
- LICENSE
- pyproject.toml
- README.md
- setup.cfg
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/guysv/ilua
Downloads the entire project code from GitHub to your computer.
cd ilua
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install ilua
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install ilua
Installs the package published on PyPI directly β no need to clone the source.
pip install -e . --user
Installs the Python libraries listed in requirements.txt (or similar).
python setup.py install_data -d ~/.local # pip install -e . forgets data_files...
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
