I know this is an old thread, but apparently the OpenModelica guys have 
started to work on this, too:
https://trac.openmodelica.org/OpenModelica/ticket/3705
https://github.com/OpenModelica/jupyter-openmodelica


Am Montag, 9. März 2015 15:45:48 UTC+1 schrieb Nicholas Bollweg:
>
> Yeah, this is a great idea.
>
> I've done a touch of OMPython stuff in the past... it already has a 
> kernel-level construct that you could reuse without re-implementing the 
> message spec. I wouldn't try to get zmw working in there! The r2_kernel 
> looks like a great starting point!
>
>    - __init__
>       - ensure that you have the connection
>       - OMPython.run()
>       - do_execute(self, code)
>       - output = OMPython.execute(self, code)
>       - error = OMPython.execute(''getErrorString()")
>       - then think about how the user gets data back out... you'll 
>       basically have to check against the API and assume that anything that 
> isn't 
>       an OM API call is a request for a value.
>       - then think about getting generated pictures out, and wrapping 
>       them appropriately
>       - do_complete
>       - this will be... harder.
>       
>

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/3fc0db12-2c3a-4ea2-ab3b-dc9f2ad9b735%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to