symmetryinvestments / jupyter-wire

Jupyter wire protocol implementation enabling D plugins to be jupyter kernels
Boost Software License 1.0
13 stars 4 forks source link

Should work on windows #2

Closed John-Colvin closed 5 years ago

John-Colvin commented 5 years ago

As far as I can tell, the example nor the SIL backend work on windows.

John-Colvin commented 5 years ago

After juggling library dependencies, I get this:

> dub --arch=x86_mscoff -- kernel.json
< blah blah blah>
Running .\example_kernel.exe kernel.json
2019-01-14T21:09:21.293:..\source\jupyter\wire\kernel.d:main:14 Error: No error
Program exited with code 1

The Error: No error traces back to zmq_bind failing

atilaneves commented 5 years ago

How urgent is this?

John-Colvin commented 5 years ago

I'd really like it to be ready in the next few weeks if possible. I'm so fed up of Excel, the more people who can use jupyter notebooks as a front-end the better.

Do you know how much work it's likely to be?

atilaneves commented 5 years ago

Probably not a lot of work. It hasn't been done because it wasn't urgent and lot of other things were.