ipybind icon indicating copy to clipboard operation
ipybind copied to clipboard

IPython / Jupyter integration for pybind11

Results 7 ipybind issues
Sort by recently updated
recently updated
newest added

I successfully installed ipybind with pip from git ``` pip install git+https://github.com/aldanor/ipybind.git ... Successfully installed ipybind-0.1.0 ``` and am trying to use this in a jupyter notebook where i have...

Hi, how can I build this package to try the notebook example? Thanks

Loading the extension gives: `Javascript Error: Can't find variable: require`, though it still seems to work.

It'd be handy for the cell magic to support something like this: ``` %%pybind11 -I=`gsl-config --cflags` -I=`python -c "import numpy;print(numpy.get_include())"` ``` When using other Python packages that provide headers, it'd...

Because: ```sh $ touch ~/.ipybind/foobar $ ipython -c 'import foobar; print(foobar)' ```

Hi there, I really like the idea of this extension, but I think it could be even more general than just pybind11. I had a brief look over the source...

@wjakob @jagerman @dean0x7d Hi – tagging you to take a look, what do you think? Cython has a dedicated cell magic, so we should have one (preferably a better one)...