Metadata-Version: 2.4
Name: nlbook
Version: 0.0.3
Summary: Natural Language Notebooks
Author-email: Luca de Alfaro <dealfaro@acm.org>
License: BSD-3-Clause
Project-URL: Homepage, https://github.com/lucadealfaro/nlbook
Project-URL: Issues, https://github.com/lucadealfaro/nlbook/issues
Keywords: notebook,jupyter,natural language,data science
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: bottle
Requires-Dist: cherrypy
Requires-Dist: google-genai
Requires-Dist: ipykernel
Requires-Dist: jupyter_client
Requires-Dist: nbclient
Requires-Dist: nbformat
Requires-Dist: pyyaml
Dynamic: license-file

# NLBook

Natural Language Notebooks. 

## Development

Run with: 

```bash
python -m nlbook.main --debug
```

Running with the VSCode launch.json does not work, due to a VScode bug/quirk. 
