Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Country Research Assistants

AI-powered economic analysis using Google NotebookLM Enterprise

Each country notebook below contains curated economic research sources including data visualizations, bond market analysis, central bank policy documentation, and recent research articles. Click on a notebook link to ask AI-powered questions about that country’s economic landscape.

---------------------------------------------------------------------------
KeyError                                  Traceback (most recent call last)
Cell In[2], line 146
    144 html_output = '<div style="max-width:1200px;">'
    145 for notebook_id, config in NOTEBOOKS.items():
--> 146     html_output += render_notebook_card(notebook_id, config)
    148 # Add timestamp
    149 html_output += f'<p style="color:#888;font-size:1em;margin-top:30px;">Last updated: {datetime.now().strftime("%B %d, %Y at %I:%M %p")}</p>'

Cell In[2], line 132, in render_notebook_card(notebook_id, config)
    117     q_items = "".join(
    118         [
    119             f'<li style="margin:8px 0;font-size:1em;line-height:1.4;">{q}</li>'
    120             for q in questions
    121         ]
    122     )
    123     questions_html = f'<div style="margin:15px 0;"><strong style="font-size:1.1em;">Sample Questions:</strong><ol style="margin:10px 0;padding-left:25px;">{q_items}</ol></div>'
    125 return f'''
    126 <div style="border:2px solid #ddd;border-radius:12px;padding:25px;margin:20px 0;background:#fafafa;box-shadow:0 2px 8px rgba(0,0,0,0.1);">
    127     <h2 style="margin:0 0 10px 0;font-size:1.6em;">
    128         <a href="{config["url"]}" target="_blank" style="color:#1a73e8;text-decoration:none;">
    129             {config["country"]} - {config["title"]}
    130         </a>
    131     </h2>
--> 132     <p style="color:#555;margin:10px 0;font-style:italic;font-size:1.1em;">{config["description"]}</p>
    133     {topics_html}
    134     {questions_html}
    135     <a href="{config["url"]}" target="_blank" 
    136        style="display:inline-block;background:#1a73e8;color:white;padding:12px 24px;border-radius:6px;text-decoration:none;margin-top:15px;font-size:1.1em;font-weight:bold;">
    137         Open in NotebookLM
    138     </a>
    139 </div>
    140 '''

KeyError: 'description'

How to Use

  1. Click on a notebook link above to open it in Google NotebookLM

  2. Ask questions like the sample questions shown, or create your own

  3. Get AI answers sourced from all the economic data, reports, and analysis in that notebook

NotebookLM Features

  • Chat with sources: Ask questions and get answers with citations

  • Generate summaries: Create overviews of all sources

  • Audio overviews: Generate podcast-style audio summaries

  • Study guides: Build structured learning materials

Tips

  • Ask follow-up questions to dive deeper into any topic

  • Compare across time periods (e.g., “How has this changed since last year?”)

  • Request specific formats (e.g., “Give me a bullet-point summary”)