Jon Sequeira

Results 700 comments of Jon Sequeira

It's possibly going to be common in automation and extension scenarios. This was working at one point (when only the .NET-based kernels were handling this command) and I believe the...

The goal for this change was 1) to make `#!share` work consistently in all languages and 2) make the JavaScript variable sharing API consistent with other languages by using commands...

Sharing from JavaScript is still not implemented but there's work in progress on it.

> IMO lack of sharing between different cells in JS is a deal breaker, almost to the point of not seeing why you would use a notebook at all, compared...

Yes, it will enable arbitrary metadata and make it available via the `InteractiveDocument.Metadata` property as (currently) a `Dictionary` where the objects will typically be `JsonElement`. I haven't found a compelling...

I'm not able to reproduce this on 1.0.207203+f90ff415badc98a82c7db599658df94ad527328a and macOS 11.1. If you can still reproduce it, can you tell us a bit more about what you're doing? How are...

Thanks for the repro! Cancelling *cell* execution is a known issue that might require a runtime change: https://github.com/dotnet/runtime/issues/41291. But issuing the commands to stop the kernel entirely, or shutting down...

Suggestions for command names (and these might point to variations on the scenario): * `#!help` * `#!hint`

We don't currently support removing a feed, so your second `#i` submission is adding another feed rather than replacing the first one. This would probably be a useful thing to...

> Is there a way to tell it to not use a feed? Just thinking how to unblock myself. If the feed is in your user-level nuget.config, then you would...