microsoft / pybryt

Python library for pedagogical auto-assessment
https://microsoft.github.io/pybryt
MIT License
63 stars 19 forks source link

Fix ipykernel v6 incompatibility #120

Closed chrispyles closed 3 years ago

chrispyles commented 3 years ago

Closes #114

marijanbeg commented 3 years ago

Thanks @chrispyles!

codecov-commenter commented 3 years ago

Codecov Report

Merging #120 (a5716d6) into main (7ddf285) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #120      +/-   ##
==========================================
+ Coverage   95.19%   95.21%   +0.02%     
==========================================
  Files          27       28       +1     
  Lines        1561     1568       +7     
==========================================
+ Hits         1486     1493       +7     
  Misses         75       75              
Impacted Files Coverage Δ
pybryt/execution/tracing.py 100.00% <100.00%> (ø)
pybryt/execution/utils.py 100.00% <100.00%> (ø)

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 7ddf285...a5716d6. Read the comment docs.