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 {#anchorName}

Skeleton/
├── demo/            # demo notebooks
│   └── ...
├── m2-mode-js/      # M2 mode for codemirror
│   ├── main.js
│   └── macaulay2.js
├── m2_kernel/       # kernel wrapper
│   └── ...          # which is an actual python package
├── setup.py
├── LICENSE
├── README.md
└── TODO
Clone this wiki locally