C# Jupyter Notebook

Viewed 5668

I hope no one will consider this question off topic. I am about to start exploring using the C# kernal in a Jupyter notebook. I see that there are several alternatives, some appear to be dated. I'm not really interested in exploring them all, I just want something that will work well enough for a demo. The purpose is evaluating this for teaching a post-secondary course in C# programming --- we are now using Visual Studio exclusively, and we feel the need for something a little more targeted and possibly amenable to some automation.

Question: Of the various alternatives available, which ones should I avoid? Which ones seem to have fewer problems using?

I currently use Jupyter for Python development, so at least I have some familiarity with the technology and can author a notebook.

3 Answers
Related