-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IDL support #232
IDL support #232
Conversation
Manual install of the notebook extension does not work on compressed egg package
This reverts commit 1f5dd54.
Codecov Report
@@ Coverage Diff @@
## master #232 +/- ##
==========================================
+ Coverage 99.23% 99.23% +<.01%
==========================================
Files 65 65
Lines 6172 6176 +4
==========================================
+ Hits 6125 6129 +4
Misses 47 47
Continue to review full report at Codecov.
|
Hello @halcyon-gh , thanks for your contribution. I will integrate this in the next release soon. |
This has been integrated into Jupytext 1.1.3. Thanks @halcyon-gh ! |
Hello @halcyon-gh , I have a question for you... Yesterday I extended the round trip test for Jupyter notebooks as Markdown files to all languages, including IDL. But that did not work well as of 1.1.6, because the IDL language is sometimes encoded as
or
For now I have chosen the first one, see this file (go to the raw representation). Do you think it is OK? |
Hi, not really sure what is most appropriate. In the metadata of the official Exelis kernel you get this:
You would think kernelspec,language and language_info,name would be the same. Is one of those specifically queried by jupytext? Otherwise going with the lowercase version is as valid a choice as any. |
I see. Well, Jupytext takes the language from the |
Add support for IDL notebooks
https://www.harrisgeospatial.com/docs/IDL_Kernel.html
https://github.com/gnudatalanguage/idl_kernel