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

Dev/implement magics #35

Open joequant opened 3 years ago

joequant commented 3 years ago

First pass an implementing magics. Comments welcome.

codecov[bot] commented 3 years ago

Codecov Report

Merging #35 (9134924) into master (0ff4c89) will increase coverage by 0.40%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
+ Coverage   54.68%   55.08%   +0.40%     
==========================================
  Files          10       11       +1     
  Lines         598      688      +90     
==========================================
+ Hits          327      379      +52     
- Misses        271      309      +38     
Impacted Files Coverage Δ
source/jupyter/wire/magic.d 0.00% <0.00%> (ø)
tests/ut/message.d 100.00% <0.00%> (ø)
source/jupyter/wire/message.d 68.70% <0.00%> (+2.03%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0ff4c89...9134924. Read the comment docs.