question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Need Developer Docs for adding a new language/kernel

See original GitHub issue

Great tool! Would be great for me and future generations to document the steps needed to add a new language.

Consider Scheme. There is a link to a live kernel here:

Binder

Details:

Anything else one needs?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
dsblankcommented, Oct 9, 2018
  1. I believe that is correct that there are no regular python code that can start with a percent.
  2. Other languages can start with percents, but we decided for metakernel, we would put those at very top of cell. Metakernel can have 1, 2, or three percents (3 means sticky magic, and continues to apply)
  3. Note that ipython’s magics can appear anywhere, even on right of an equal sign.
  4. We are considering allowing some metakernel magics in middle of code, but still at left of line (like %include)
1reaction
mwoutscommented, Oct 9, 2018

@dsblank , I will soon review the treatment of magics in Jupytext (and possibly make it simpler, cf. #94). May I ask you two questions?

  1. Do you think I can consider any command that starts with one or two percent sign as a ‘magic’? Are there legitimate Python commands that start with one percent sign?
  2. Above you mention that metakernel magics may start with up to three percent signs. I have never seen one of those, may I ask you to confirm? Thanks,
Read more comments on GitHub >

github_iconTop Results From Across the Web

Programming Language — The Linux Kernel documentation
The kernel is written in the C programming language [c-language]. ... significant syntactic changes to the language (e.g. adding a new keyword) [n2049]....
Read more >
Making kernels for Jupyter — jupyter_client 7.4.8 documentation
Making kernels for Jupyter . A 'kernel' is a program that runs and introspects the user's code. IPython includes a kernel for...
Read more >
Kernels (Programming Languages) - Jupyter Documentation
Kernels #. Kernels are programming language specific processes that run independently and interact with the Jupyter Applications and their user interfaces.
Read more >
Chromium OS Development Basics
Nearly all userspace code in the Chromium OS project, whether it's part of the Chrome browser itself or a system daemon exposing new...
Read more >
The Linux Kernel Module Programming Guide - GitHub Pages
Without modules, we would have to build monolithic kernels and add new functionality directly into the kernel image. Besides having larger kernels, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found