-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* set active cell on start avoids seemingly empty extension if a notebook already has some provenance * fix padding between input and label * show content of active cells remove transparent coloring of text * remove todo * organize imports * Add tabs to detail diff show diff of text outputs * scroll to most recent states initially * remove console log * Remove firefox launch debug config * set active cell on notebook change in order to scroll to it * Refactor MonacoEditor in new file * add styles to new file * Show imgs side by side * calculate image diffs * calculate img similartiy pt 1 * image similarity metrics with openCV * switch back to techstark/opencv-js * IT WORKS !!! * update prettierignore for opencv and notebooks * switch to library hosted by opencv * remove debug logs * Add similarity measures
- Loading branch information
Showing
18 changed files
with
1,365 additions
and
176 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 |
---|---|---|
|
@@ -3,4 +3,8 @@ node_modules | |
**/lib | ||
**/package.json | ||
!/package.json | ||
chat.json | ||
coverage | ||
loops | ||
notebooks | ||
src/opencv/opencv-4.8.0.js |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.