Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions example/getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"\n",
"The expected format is a set of JSON files compressed in the .gz format. Each JSON file contains metadata related to a newsletter, magazine, etc., as well as a list of article titles and their corresponding bodies. These files may be organized within different folders or sub-folders.\n",
"Below is a snapshot of the JSON file format:\n",
"\n",
"```commandline\n",
"\n"
"{\n",
" \"newsletter_metadata\": {\n",
" \"title\": \"Newspaper title ..\",\n",
Expand Down
Loading