Unclear on how to use Lua kernel
See original GitHub issueEnvironment data
- VS Code version: 1.54-insiders
- Jupyter Extension version (available under the Extensions sidebar): Version: 2020.12.414227025
- Python Extension version (available under the Extensions sidebar): v2021.2.531887795-dev
- OS (Windows | Mac | Linux distro) and version: Windows
- Python and/or Anaconda version: 3.8
- Type of virtual environment used (N/A | venv | virtualenv | conda | …): N/A
- Jupyter server running: Remote (WSL)
Expected behaviour
An UI hint that explains how to use Kernels that are not part of the preconfigured list
Actual behaviour
No hint
Steps to reproduce:
- Try to use the iLua kernel
In comparison to the Python interpreter popup, the Jupyter Kernel one does not have an option to add one manually.
Logs
Output for Jupyter
in the Output
panel (View
→Output
, change the drop-down the upper-right of the Output
panel to Jupyter
)
XXX
Issue Analytics
- State:
- Created 3 years ago
- Comments:15 (1 by maintainers)
Top Results From Across the Web
Lua in the kernel? - LWN.net
NFLua is implemented as a loadable kernel module that contains the Lunatik framework, the Lua interpreter, and whatever libraries are being made available...
Read more >Is there anyway to avoid this security issue in Lua?
First and foremost execute untrusted code in sandboxed environment only – as it was said by other posters. Except for loading bytecode ...
Read more >From Jupyter to the Moon. A new Jupyter kernel for Lua based ...
I am pleased to announce xeus-lua, a new Jupyter kernel for the Lua language based on Xeus. Using Sol2 and Xeus, it was...
Read more >Why is the Lua scripting language so hated? - Quora
One possible reason is that Lua is error prone (see examples below). ... Can Lua be considered a confusing programming language? Why or...
Read more >VR JuggLua: A Framework for VR Applications Combining ...
Using VR JuggLua, VR applications can be written entirely in Lua, building from the base level of the VR Juggler kernel frame loop....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for letting us know @Stanzilla.
We only check on specific places to look for kerneles, this is for performance reasons. So all you need to do to get your lua kernel on VS code is:
<your folder>\ilua\~\.local\share\jupyter\kernels
C:\Users\<user>\AppData\Roaming\jupyter\kernels
With that the lua kernel should come up on the kernel picker:
Let me know if this helps
Closing as this issue seems like an installation problem of lua itself and not an issue with the jupyter extension.