Metadata-Version: 2.4
Name: builtsimple-jupyter
Version: 1.0.0
Summary: Jupyter magic commands for PubMed, ArXiv, Wikipedia search
Project-URL: Repository, https://github.com/Built-Simple/jupyter-builtsimple
License-Expression: MIT
Requires-Dist: httpx>=0.24.0
Requires-Dist: ipython>=7.0.0
Description-Content-Type: text/markdown

# builtsimple-jupyter

Jupyter magic commands for searching PubMed, ArXiv, and Wikipedia.

## Installation

```bash
pip install builtsimple-jupyter
```

## Usage

```python
# Load the extension
%load_ext builtsimple_jupyter

# Search individual sources
%pubmed cancer treatment
%arxiv transformer attention
%wiki machine learning

# Search all sources
%research neural networks
```

## Powered By

[Built-Simple.ai](https://built-simple.ai) Research APIs
