Steven Silvester
Steven Silvester
Hi @scimax, we could add a `stream_handler` to capture individual lines, but that doesn't help at startup. You could set it to `sys.stdout.write` [here](https://github.com/Calysto/metakernel/blob/86664f0714841fc27a27fe0dce7d6313243831d8/metakernel/replwrap.py#L97).
Hi @ezalorpro, this is a known issue but I'm not sure how to solve it.
Hi @haniibrahim, I believe this is related to https://github.com/pexpect/pexpect/issues/669#issuecomment-758109973. We haven't had a work around it in `metakernel` yet.
It should be possible to use this kernel in a binder after installing [scilab](https://github.com/Calysto/scilab_kernel/blob/b2e90699a1bed3c32497fed9fc4a670a23e50b45/.travis.yml#L12) in a [postBuild](https://repo2docker.readthedocs.io/en/latest/config_files.html#postbuild-run-code-after-installing-the-environment) script. If you'd like to take a crack at setting it up I'd...
Hi @Acentelles, are you able to run `/usr/bin/scilab-adv-cli` directly without error? From the traceback it looks like it might not be functional: `en able to find the main Scilab class....
Hi @expectopatronum; unfortunately, not. You'd have to use the the Matlab UI forms directly.
(as in, not inline in the notebook but as a standalone Matlab window).
I'm not actively adding features because I don't have a Matlab license. We happily accept feature PRs though :smile:.
I don't believe so, the ipython kernel is doing some magic to generate display messages.
Hi @SoulEater45, I'm not sure what would cause this. I think it would help for you to expand on https://github.com/jupyterhub/jupyterhub/issues/2804 about how it isn't working with several kernels and the...