Notebooks are designed for collaboration. You can easily share your data-driven documents with team members to distribute insights, collaborate on investigations, or create reusable analysis templates.
Notebook sharing overview
All notebooks created within your New Relic organization are automatically available to other organization members who have access to the notebooks feature. This enables seamless collaboration across your team.
Important
Currently, notebooks do not have granular permission settings. Anyone in your organization with access to the notebooks feature can view, edit, and delete any notebook. We are working on introducing more detailed permissions in a future release.
Share a notebook URL
The simplest way to share a specific notebook is by sharing its URL:
- Open the notebook you want to share.
- Copy the URL from your browser's address bar.
- Share the URL with your team members via email, chat, or your preferred communication tool.
Team members who click the URL will be taken directly to the notebook (assuming they have access to your New Relic organization).
Find shared notebooks
To discover notebooks created by your team members:
- Go to one.newrelic.com.
- Open the Query your data console.
- Click on Notebooks to view the notebooks index.
- Browse all notebooks in your organization or use the search functionality to find specific notebooks.
Search for notebooks
Use the search bar in the notebooks index to find specific notebooks by:
- Notebook name
- Keywords in the notebook title
- Content within the notebook (if searchable)
Sort notebooks
Sort the notebooks list by:
- Name: Alphabetical order
- Last modified: Most recently updated first
- Created date: Newest or oldest first
- Favorites: Your starred notebooks appear at the top
Collaboration best practices
Naming conventions
Use clear, descriptive names for your notebooks to help team members understand their purpose:
- Good: "API Performance Investigation - Oct 2024"
- Good: "Weekly Error Rate Analysis Template"
- Good: "Customer Churn Analysis - Q3 Results"
- Avoid: "My Notebook" or "Test"
Organization strategies
Create templates
Build reusable notebook templates for common analysis tasks:
- Create a notebook with standard queries and structure
- Use variables for customizable elements
- Add Markdown instructions for team members
- Name it clearly as a template (e.g., "Template: alert event Investigation")
Document your analysis
Use Markdown blocks to provide context:
- Explain the purpose of each query
- Document your analysis methodology
- Include links to related resources
- Add conclusions and next steps
Use descriptive visualizations
- Add clear titles to your charts
- Use consistent color schemes
- Include axis labels and units
- Add thresholds or baseline indicators where relevant
Collaborative workflows
Alert event response
Create collaborative alert event investigation notebooks:
- Start with a standard alert event template
- Add team members as the investigation progresses
- Document findings in real-time using Markdown blocks
- Include relevant queries and visualizations
- Summarize root cause and remediation steps
Weekly/monthly reporting
Build recurring analysis notebooks:
- Create a notebook template with standard metrics
- Use variables for time ranges and filters
- Schedule regular reviews with your team
- Archive completed reports with date-specific names
Knowledge sharing
Transform one-time investigations into reusable knowledge:
- Create detailed analysis notebooks
- Include methodology and reasoning in Markdown
- Add comments explaining unusual findings
- Share with broader team for future reference
Version control and history
Tip
Currently, notebooks do not have built-in version history. Consider duplicating important notebooks before making significant changes to preserve previous versions.
To maintain version control:
- Duplicate before major changes: Create a copy of your notebook before making significant modifications
- Use descriptive names: Include version numbers or dates in notebook names
- Document changes: Use Markdown blocks to note what was changed and when
- Archive old versions: Move outdated versions to a separate folder or naming convention
Troubleshooting sharing issues
Notebook not visible to team members
If team members can't see your notebook:
- Check organization access: Ensure they belong to the same New Relic organization
- Verify feature access: Confirm they have access to the notebooks preview feature
- Try direct URL: Share the specific notebook URL rather than expecting them to find it in the index
Performance with shared notebooks
Large or complex notebooks may load slowly for all users:
- Optimize queries: Use appropriate time ranges and filters
- Limit result sets: Use
LIMITclauses in NRQL queries - Consider splitting: Break very large notebooks into smaller, focused documents
What's next?
- Learn about visualizations in notebooks
- Explore notebook examples for collaboration inspiration
- Check out adding queries to notebooks for advanced techniques