Thread overview
jupyter-wire v0.0.3 - markdown/HTML support
Apr 05, 2019
Atila Neves
Apr 07, 2019
bauss
Apr 08, 2019
Atila Neves
April 05, 2019
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.
April 07, 2019
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!
April 08, 2019
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!