> ## Documentation Index
> Fetch the complete documentation index at: https://julius.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Notebooks FAQ

> Ask, and you shall receive. 

<AccordionGroup>
  <Accordion title="What makes Notebooks different than a thread?" defaultOpen="false">
    With Notebooks you have:

    * Scheduled, automated runs of your analysis
    * Ability to add, delete and reorder cells
    * Can write, run, and edit Python code in cells
    * Variables and data stay in memory across the conversation
  </Accordion>

  <Accordion title="Should I use a Notebook or a Thread?">
    **Choose Notebooks** when you need to analyze data, work with files, create visualizations, or do any coding/computational work, especially when it's a repetitive analysis.

    **Choose Threads** for general questions, writing assistance, brainstorming, or simple text-based conversations
  </Accordion>

  <Accordion title="How do I create a Notebook?">
    Here's the step-by-step: [Building a Notebook](https://julius.ai/docs/notebooks/building-a-notebook)
  </Accordion>

  <Accordion title="What should I do if there's a delay / lag in my cells?">
    1. **Click your Resource Monitor** in the top left
    2. Click **Reset or Restart**.

    We suggest **Restarting** first. If that doesn't resolve your issue, try **Resetting**. Note that **resetting** will completely reset Julius settings, including removing your files.

    <img src="https://mintcdn.com/julius-d061c216/wet7wmuelt3jEOkg/images/notebooks/notebooks-FAQ/notebooks-resource-monitor-reset.png?fit=max&auto=format&n=wet7wmuelt3jEOkg&q=85&s=af7408ab9349ea58bc0ffb4128cae3d0" alt="Notebook resource monitor with reset and restart options" title="Notebook resource monitor with reset and restart options" className="mx-auto" style={{ width:"48%" }} width="550" height="518" data-path="images/notebooks/notebooks-FAQ/notebooks-resource-monitor-reset.png" />

    If you're still running into issues, reach out to us at [**team@julius.ai**](mailto:team@julius.ai).
  </Accordion>

  <Accordion title="How do I edit the output code Julius produced?">
    We don't support directly editing the output code, yet, but here's a workaround:

    * Copy the code from Julius
    * Paste it into a **Code Cell** to edit and **Run**
  </Accordion>
</AccordionGroup>

<Note>
  If you have any questions that haven't been answered, feel free to reach out to us at [**team@julius.ai**](mailto:team@julius.ai)
</Note>
