Metadata-Version: 2.1
Name: fortran-kernel
Version: 1.0
Summary: Simple example kernel for Jupyter
Home-page: https://gitlab.com/lfortran/fortran_kernel
Author: Jupyter Development Team
Author-email: jupyter@googlegroups.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Requires-Dist: jupyter-client
Requires-Dist: IPython
Requires-Dist: ipykernel

# fortran_kernel

## Installation

To install `fortran_kernel` from git:

    conda create -n ker jupyter
    conda activate ker
    pip install .
    python -m fortran_kernel.install --sys-prefix

Verify that it is installed:

    jupyter kernelspec list

## Using the Fortran kernel

**Notebook**: The *New* menu in the notebook should show an option for an Fortran notebook.

**Console frontends**: To use it with the console frontends, add `--kernel
fortran` to their command line arguments, e.g.:

    jupyter console --kernel fortran


