cling icon indicating copy to clipboard operation
cling copied to clipboard

Jupyter using cling and python

Open gouarin opened this issue 7 years ago • 2 comments

I would like to use cling into Jupyter notebook and have all the stuff of Python to plot the result or to do something with Python packages on the cling output.

The first approach for me is to implement a magic function that makes the communication between cling and python as rpy2 did for R and Python.

Is it the best way ? How can I start to implement this feature ? Do you think that it is possible ?

I can do this implementation if I have some help about the way to achieve that.

Thanks

gouarin avatar Jan 20 '17 07:01 gouarin

@erlanger or @SylvainCorlay may know how to help.

vgvassilev avatar Jan 20 '17 10:01 vgvassilev

@gouarin @erlanger would be interested in helping. don't know much about the architecture though.

dabro avatar Jan 28 '17 21:01 dabro