Search code examples
ilnumerics

Interactive Web Component


Is there a way to use the Interactive Web Component in a self hosted solution? At my work, we could perhaps use something like this, as demonstrated here: http://ilnumerics.net/ilnumerics-interactive-web-component.html

I saw that the ILView over at github has a viewer and a C# REPL, but I'm not sure if this works in the browser. We really would love to see something like the Interactive Web Components on the corporate intranet.


Solution

  • The Internet Web Components from ILNumerics are not public yet. See the comment here.

    An alternative could be an IPython Notebook server that uses IronPython as an interpreter as described here. But that seems to require giving up on a C# REPL and using a Python REPL instead.