kuanb / peartree

peartree: A library for converting transit data into a directed graph for sketch network analysis.
MIT License
201 stars 23 forks source link

[notebook] Update dev dependencies for make notebook #38

Closed kuanb closed 6 years ago

kuanb commented 6 years ago

Fixes https://github.com/kuanb/peartree/issues/37

Looks like there were some updates to the Jupyter client that caused that break to occur. Not sure exactly what, but just updated the dev dependencies to use the latest Jupyter libraries in the hopes that this will keep the notebook configuration up to date with the latest bug fixes (and, perhaps, also the latest bugs :) ).

codecov[bot] commented 6 years ago

Codecov Report

Merging #38 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #38   +/-   ##
=======================================
  Coverage   92.19%   92.19%           
=======================================
  Files          10       10           
  Lines         538      538           
=======================================
  Hits          496      496           
  Misses         42       42

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 b42366a...421baf7. Read the comment docs.