-
Notifications
You must be signed in to change notification settings - Fork 8
Implementation Details
Radoslav Raynov edited this page Jun 27, 2018
·
9 revisions
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.
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