Metadata-Version: 2.1
Name: jdesmos
Version: 0.0.4
Summary: Easily embed Desmos Graphs in Jupyter
License: GPL3.0
Author: John Lockwood
Author-email: john@codesolid.com
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

# jdesmos - Easily embed Desmos graphs in Jupyter

The [desmos calculator](https://www.desmos.com/calculator) is a favorite interactive graphing calculator.  JDesmos allows embedding and configuring these awesome interactive math plots inside of Jupyter.

## Installation:

```pip install jdesmos```

## More information and sample code

For a brief tour of what JDesmos can do, see our [sample notebook](https://github.com/CodeSolid/jdesmos/blob/main/Demo.ipynb).

