Visibility
Every notebook has a visibility setting:Private
Only you and organization members can view
Public
Anyone with the link — appears in search
Making a Notebook Public
- Open notebook settings (gear icon)
- Toggle Public on
- Add a description and tags for discoverability
- Save
Sharing
Direct link:Exporting
Download notebooks in various formats:- .ipynb — Standard Jupyter format
- HTML — Static web page with outputs
- PDF — Printable document
- Markdown — Text-based
- Python — Code cells as
.pyscript
Best Practices
Before publishing:- Remove debug print statements and failed experiments
- Ensure all cells run top-to-bottom
- Check for sensitive data (API keys, credentials)
- Add markdown documentation
- Use a descriptive title
- Write an informative description
- Add relevant tags (e.g., “machine-learning”, “tutorial”)