Metadata-Version: 2.1
Name: spymx-kernels
Version: 0.1.2
Summary: Jupyter kernels for Spyder plugin for modelx
Home-page: https://github.com/fumitoh/spymx-kernels
Author: Fumito Hamamura
Author-email: fumito.ham@gmail.com
License: LGPLv3
Download-URL: https://pypi.org/project/spymx-kernels
Keywords: modelx spyder jupyter kernel ipython console
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Jupyter
Classifier: Framework :: IPython
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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: Topic :: Software Development :: Interpreters
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE.GPL.txt
License-File: LICENSE.txt

# IPython kernels for Spyder plugin for modelx

A custom IPython kernels for the `spyder-modelx` package, which is a plug-in for Spyder,
a Scientific Python Development Environment.

These kernels can launched either through Spyder itself or in an independent
Python session, and allow for interactive or file-based execution of Python
code inside Spyder.

Visit the following sites for more details:

* [modelx documentation](https://docs.modelx.io/en/latest/)
* [modelx home page](https://modelx.io)
* [modelx github repository](https://github.com/fumitoh/modelx)
* [spyder-modelx github repository](https://github.com/fumitoh/spyder-modelx)

## Installation

To install this package, you can use either the ``pip`` or ``conda`` package
managers, as follows:

Using conda (the recommended way!):

```
conda install -c conda-forge spymx-kernels
```

Using pip:

```
pip install spymx-kernels
```

## Dependencies

This project depends on:

* [spyder-kernels](https://github.com/spyder-ide/spyder-kernels)





