> ## 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?">
    If you're experiencing issues with your notebook, we recommend creating a new task. This resets the accumulated context and can help resolve most performance or functionality-related issues.

    If the issue persists after creating a new task, please reach out to our support team at [team@julius.ai](mailto:team@julius.ai) for further assistance.
  </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>
