Metadata-Version: 2.1
Name: compiler-magics
Version: 1.0
Summary: Distributing a custom cell magic to do compilation
Home-page: https://github.com/drtpotter/compiler_magic
Author: Dr Toby Potter
Author-email: tobympotter@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/drtpotter/compiler_magics/issues
Project-URL: Funding, https://www.pelagos-consulting.com
Project-URL: Source, https://github.com/drtpotter/compiler_magics
Keywords: cell magic jupyter
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.3
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# compiler_magic
Compiler magics for use with Jupyter notebooks.

# Installation

1. Enter the directory you downloaded this file in
2. run python setup.py install
3. Append the contents of hpcmagic/custom.js to ~/.jupyter/custom/custom.js
4. Copy hpcmagic/hpcmagic.ini to ~/.local/hpcmagic/hpcmagic.ini
5. Append the contents of hpcmagic/ipython_config.py to ~/.ipython/profile_default/ipython_config.py

# Use

Edit the contents of ~/.local/hpcmagic/hpcmagic.ini to suit your Linux/Unix development environment. Or define environment variables with the same name as the defaults in ~/.local/hpcmagic/hpcmagic.ini.

There are three cell magics available

1. %%CPP

1. %%C

1. %%FORTRAN





