Notebook Visibility
Every Alph notebook has a visibility setting that controls who can view it.Visibility Options
Private
Who can see it:
- You (the owner)
- Organization members (if owned by org)
- Work in progress
- Sensitive data
- Internal analysis
Public
Who can see it:
- Anyone with the link
- Appears in public search
- Listed on your public profile
- Tutorials and guides
- Portfolio pieces
- Sharing with community
Making a Notebook Public
1
Open notebook settings
Click the Settings icon in the notebook toolbar
2
Change visibility
Toggle the Public switch to make your notebook discoverable
3
Add metadata
Enhance discoverability with:
- Description: Brief summary of the notebook
- Tags: Relevant keywords (e.g., “machine-learning”, “tutorial”)
- Thumbnail: Custom preview image (optional)
4
Save and publish
Click Save - your notebook is now public!
Sharing Methods
Share by Link
Copy the direct link to share your notebook: Private notebooks:Embed in Websites
Embed public notebooks in your website or blog:Share on Social Media
Click the Share button for one-click sharing to:- Twitter/X
- Hacker News
Organization Sharing
Share notebooks within your organization for team collaboration.Organization Notebooks
Notebooks owned by an organization:- Visible to all organization members
- Can be edited by members with appropriate permissions
- Don’t count against personal quotas
- Managed by organization admins
Transferring Ownership
Transfer a personal notebook to your organization:- Open notebook settings
- Click Transfer Ownership
- Select the target organization
- Confirm transfer
Exporting Notebooks
Download notebooks in various formats for offline use or sharing.Export Formats
- .ipynb (Jupyter)
- HTML
- PDF
- Markdown
- Python
Standard Jupyter format
- Preserves all cells and outputs
- Compatible with Jupyter, VS Code, Colab
- Can be uploaded to other platforms
Collaboration Features
Comments
Add comments to notebooks for feedback and discussion:- Select any cell
- Click the Comment icon
- Write your comment
- Tag teammates with @mentions
Version History
Alph automatically saves notebook versions:- Every significant change is versioned
- View past versions in the History panel
- Compare changes between versions
- Restore previous versions if needed
Coming soon
Git-based version control integration for full diff and merge capabilities
Discovery and SEO
Help others find your public notebooks.Optimization Tips
Use descriptive titles
Use descriptive titles
Good: “Predicting Housing Prices with Random Forest”
Bad: “Notebook 1”Clear titles help both human readers and search engines.
Write informative descriptions
Write informative descriptions
Include:
- What the notebook does
- What techniques are used
- What readers will learn
- Prerequisites (if any)
Add relevant tags
Add relevant tags
Include markdown documentation
Include markdown documentation
Public notebooks should have:
- Introduction explaining the goal
- Section headers organizing content
- Explanations of key steps
- Conclusions summarizing results
Add a custom thumbnail
Add a custom thumbnail
Upload a preview image that represents your notebook:
- Recommended size: 1200x630px
- Shows visualization or key result
- Displayed in search results and social shares
Notebook Analytics
Track engagement with your public notebooks:- Views: Total number of views
- Unique visitors: Individual users who viewed
- Copies: Times your notebook was copied
- Stars: Users who favorited your notebook
- Time on page: Average reading time
Finding Notebooks
Discover notebooks from other users.Semantic Search
Alph uses AI-powered semantic search:- Go to the Notebooks public page
- Enter your search query
- Results ranked by relevance using vector embeddings
- “sentiment analysis with transformers”
- “exploratory data analysis customer churn”
- “time series forecasting LSTM”
Learn more
Understand how semantic search works
Browse by Tag
Filter notebooks by tags:- Click Browse Tags on the notebooks page
- Select tags of interest
- View notebooks matching those tags
Trending Notebooks
Discover popular notebooks:- Trending: Recently popular based on views and engagement
- Top Rated: Highest community ratings
- New: Recently published notebooks
- Featured: Curated by Alph team
Best Practices for Public Notebooks
Clean up before publishing
Clean up before publishing
- Remove debug print statements
- Delete failed experiments
- Ensure all cells run top-to-bottom
- Clear unnecessary outputs
Review for sensitive data
Review for sensitive data
Check that your notebook doesn’t contain:
- API keys or credentials
- Personal information
- Proprietary data
- Internal system details
Test reproducibility
Test reproducibility
Before publishing:
- Restart kernel
- Run all cells from top to bottom
- Verify all outputs appear correctly
- Ensure no errors occur
Add a license
Add a license
Specify usage rights in a markdown cell:
- MIT: Permissive, allows commercial use
- CC-BY: Requires attribution
- CC-BY-NC: Non-commercial only
Provide data sources
Provide data sources
Include links to datasets used:
- Where to download the data
- Data license and attribution
- Data preprocessing steps
Privacy Considerations
What’s Shared
When you make a notebook public, others can see:- All code cells
- All markdown cells
- All cell outputs
- Notebook metadata (title, description, tags)
- Your username and profile
What’s Not Shared
Public notebooks do NOT expose:- Your email address
- Organization details (unless mentioned in content)
- Private notebooks
- Project/kernel details
- Environment variables
Making a Public Notebook Private
Change visibility at any time:- Open notebook settings
- Toggle Public to off
- Notebook is immediately removed from public listings
Users who previously accessed the public link will lose access.
Publishing Checklist
Before publishing your notebook, verify:1
Content review
- No sensitive data or credentials
- All cells execute without errors
- Outputs display correctly
- Markdown documentation is complete
2
Metadata
- Descriptive title
- Informative description
- Relevant tags added
- Custom thumbnail (optional)
3
Quality
- Code is well-commented
- Reproducible from top to bottom
- Data sources provided
- License specified
4
Final check
- Preview how it looks to others
- Test the public link
- Share with the community!