Re: jupyter-wire v0.0.3 - markdown/HTML support

2019-04-08 Thread Atila Neves via Digitalmars-d-announce

On Sunday, 7 April 2019 at 07:05:32 UTC, bauss wrote:

On Friday, 5 April 2019 at 12:03:48 UTC, Atila Neves wrote:

http://code.dlang.org/packages/jupyter_wire

It's now possible to send markdown or HTML to a jupyter 
notebook from D:


return markdownResult("# Header");

Simple, but looks pretty.


Thanks Atila for all your great work and projects!


Thanks for the kind words!


Re: jupyter-wire v0.0.3 - markdown/HTML support

2019-04-07 Thread bauss via Digitalmars-d-announce

On Friday, 5 April 2019 at 12:03:48 UTC, Atila Neves wrote:

http://code.dlang.org/packages/jupyter_wire

It's now possible to send markdown or HTML to a jupyter 
notebook from D:


return markdownResult("# Header");

Simple, but looks pretty.


Thanks Atila for all your great work and projects!


jupyter-wire v0.0.3 - markdown/HTML support

2019-04-05 Thread Atila Neves via Digitalmars-d-announce

http://code.dlang.org/packages/jupyter_wire

It's now possible to send markdown or HTML to a jupyter notebook 
from D:


return markdownResult("# Header");

Simple, but looks pretty.