nbsnapshot
nbsnapshot copied to clipboard
Automated Jupyter notebook testing. 📙
Results
2
nbsnapshot issues
Sort by
recently updated
recently updated
newest added
Many libraries have sample notebooks as examples. We can use nbsnapshot + ploomber for this. I found this framework we can use for testing: https://github.com/pyannote/pyannote-audio We're currently blocked by https://github.com/ploomber/ploomber/issues/950...
see: https://stackoverflow.com/a/50929373/709975 fix: ```python %config InlineBackend.print_figure_kwargs = {'bbox_inches':None} _, ax = plt.subplots(figsize=(8, 6)) sns.histplot(df.HouseAge, ax=ax) ```