-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop excessive data in test files (#11)
1. Deleted base64-encoded image data from test / example notebooks and updated "golden" files: - example/nbee/notebook.ipynb had 2 base64 images and weighted a whopping 273 KB. That's a lot of useless data to move around, considering that nbee is just an example for documentation purposes. - testdata/notebook.ipynb had 1 base64 image, which took up ~85% of its size -- that that image is part of the golden-file test is not essential, as rendering of images from a mime-bundle is well-tested in other unit tests - Finally, because of so much .ipynb kilobytes, Github would assume nb was a predominantly-Jupyter-notebook-project, which is just not right :) 2. Fixed incorrect installation guide in the README for example/nbee
- Loading branch information
Showing
6 changed files
with
26 additions
and
256 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
golang 1.18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.