We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6665a commit 504b58bCopy full SHA for 504b58b
README.md
@@ -40,3 +40,7 @@ Browse to http://localhost:8000 and you should see the Jupyterlite interface.
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 .)`
43
+
44
+If you are debugging these notebooks, they all use the Haystack Party data.
45
+1. Check out the dev version of Quepid.
46
+1. Run `bin/docker r bundle exec thor sample_data:haystack_party` to load into Quepid the data that the notebooks references.
0 commit comments