Skip to content

Implementation Details

Radoslav Raynov edited this page Jun 27, 2018 · 9 revisions

Two-Step Installation

Usually, kernels using the IPython wrapper have a two-step installation. The first step is installing the python package itself, while the second is installing the Jupyter kernel spec. For examples referenced in the Jupyter documentation, see Bash and Echo.

Source Code Directory Structure

Skeleton/
├── demo/
│   ├── normalize.min.css
│   └── skeleton.css
├── m2-mode-js/
│   ├── main.js
│   └── macaulay2.js
├── m2_kernel/
│   ├── main.js
│   └── macaulay2.js
├── setup.py
├── LICENSE
├── README.md
└── TODO

Clone this wiki locally