Metadata-Version: 2.1
Name: notebook_instrumentation
Version: 0.0.4
Summary: A package for instrumenting Jupyter notebooks
Author-email: tmc <travis.cline@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: posthog

# notebook-instrumentation

Proof of concept to write up posthog instrumentation in/for ipython notebooks.

## Quickstart

```shell
pip install notebook_instrumentation
```

```shell
echo "c = get_config(); c.InteractiveShellApp.extensions.append('notebook_instrumentation')" > ~/.ipython/profile_default/ipython_config.py
```
