-
Notifications
You must be signed in to change notification settings - Fork 407
add LanguageName and LanguageVersion to KernelInfo #1908
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
Conversation
4ffc7c9
to
928ce19
Compare
@@ -8,8 +8,59 @@ | |||
"language": "csharp" | |||
} | |||
}, | |||
"outputs": [], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should not check in notebooks with output
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've been thinking we should check in outputs but it's not something we've done systematically. It's a bit of a pain from a PR standpoint but it's also more useful as documentation. Thoughts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if output contains javascript github will block the rendering
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will block rendering of the whole notebook? I know it won't run the JavaScript.
<ItemGroup> | ||
<Compile Include="..\Microsoft.DotNet.Interactive\Utility\InvocationContextExtensions.cs" Link="Utilities\InvocationContextExtensions.cs" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Remove="bin\Debug\netstandard2.1\/Microsoft.DotNet.Interactive.Journey.dll" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can't we use the tfm variable to exclude this?
355fdf7
to
35a01b0
Compare
c0abff8
to
a9401fa
Compare
a9401fa
to
8c9698e
Compare
No description provided.