Voyager AI
Transform technical articles into interactive Jupyter notebooks with AI-powered learning.

Features
📥 Convert Any Article to a Notebook
Paste a URL and Voyager fetches the article, extracts content, downloads images, and generates a Jupyter notebook — all within VS Code.

🔄 Choose Your Model
List available models with @voyager /models and specify your preferred LLM per question.

🤖 Ask Questions with Full Context
Use # %ask cells to query AI about the article. The LLM receives all content above the cell as context.


Installation
- Open VS Code
- Go to Extensions (
Cmd+Shift+X / Ctrl+Shift+X)
- Search for "Voyager AI"
- Click Install
Requirements
Usage
Convert an Article
- Open Copilot Chat (
Cmd+Shift+I)
- Type:
@voyager /url https://example.com/article
- Voyager creates and opens the notebook
Ask Questions
- In the notebook, add a code cell
- Type:
# %ask --model gpt-4o What is this article about?
- Select Voyager Ask as the kernel
- Run the cell (
Shift+Enter)
List Available Models
@voyager /models
Extension Settings
This extension contributes no settings currently.
Known Issues
- Authentication-required pages (e.g., Confluence behind login) are not supported
- Some JavaScript-rendered pages may not extract content properly
Release Notes
0.1.0
- Initial release
- Article to notebook conversion
- AI-powered
# %ask cells
- Model selection via
--model flag
Support
If you find Voyager useful, consider supporting development:

License
MIT
Enjoy learning with Voyager! 🚀
| |