File: __init__.py

package info (click to toggle)
macaulay2-jupyter-kernel 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 1,812 kB
  • sloc: python: 307; makefile: 18; javascript: 9
file content (7 lines) | stat: -rw-r--r-- 119 bytes parent folder | download
1
2
3
4
5
6
7
""" Macaulay2 Kernel for Jupyter
"""

__version__ = '0.7.0'

from .kernel import M2Kernel
from .kernel import M2Interp