Skip to content

Commit 2143741

Browse files
committed
two cleaned up notebooks!
1 parent 326f362 commit 2143741

8 files changed

+277
-532
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,20 @@ Unzip the TGZ file which will then unpack into `./notebooks`.
2323
Run either `python -m http.server 8000 --directory ./notebooks` or `ruby -run -ehttpd ./notebooks -p 8000`
2424

2525
Browse to http://localhost:8000 and you should see the Jupyterlite interface.
26+
27+
28+
## Development 2
29+
30+
1. Run the docker task, and make the jupyter-lite-build.tgz.
31+
1. Unzip it into the ./notebooks
32+
1. `rm -rf public/notebooks` in Quepid
33+
1. Make sure Quepid's docker-compose.override.yml has a line similar to `- /Users/epugh/Documents/projects/quepid-jupyterlite/notebooks:/srv/app/public/notebooks`
34+
1.`bin/docker s` for Quepid
35+
1. In your Browser developer tools under network click "Disable Cache".
36+
1. Now load the content: http://localhost:3000/notebooks
37+
1. Make changes,
38+
1. Do a fresh kernal restart and rerun, the `>>` button.
39+
1. Update the footer date stamp.
40+
1. then download and save the file in `./jupyterlite/files` tree.
41+
1. Delete `jupyterlite.tar.gz`
42+
1. run `docker run -it --rm -e TARGET_DIR=/dist -v "$(pwd)":/dist $(docker build -q .)`

jupyterlite/files/README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
# Welcome to the Jupyterlite based notebooks
1+
# Welcome to Quepid's Notebooks!
22

3-
Learn more at https://jupyterlite.readthedocs.io/en/latest/
3+
The example notebooks are stored under ./examples. Feel free to run them, but please save your notebooks in another directory as we roll new notebooks out over time, under the ./examples directory.
44

5-
* ./examples/Snapshot Compare.ipynb is an example of measuring baseline relevancy over time.
5+
## What Notebooks Are available?
6+
7+
* `./examples/Scoring Comparison.ipynb` is an example of measuring relevance score change.
8+
* `./examples/Jaccard and RBO Comparison.ipynb` is an example of comparing query result sets to each other.
9+
10+
These notebooks use data from the Haystack Rating Party.
11+
12+
13+
Learn more about the underlying Jupyterlite technology powering these notebooks at https://jupyterlite.readthedocs.io/en/latest/.

jupyterlite/files/examples/Jaccard and RBO Comparison.ipynb

+118
Large diffs are not rendered by default.

jupyterlite/files/examples/Scoring Comparison.ipynb

+131
Large diffs are not rendered by default.

jupyterlite/files/examples/Snapshot Compare With Charts.ipynb

-121
This file was deleted.

jupyterlite/files/examples/Snapshot Compare.ipynb

-142
This file was deleted.

jupyterlite/files/examples/Snapshot Jaccard.ipynb

-199
This file was deleted.

0 commit comments

Comments
 (0)