File: __init__.py

package info (click to toggle)
macaulay2-jupyter-kernel 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,852 kB
  • sloc: python: 148; makefile: 20
file content (5 lines) | stat: -rw-r--r-- 101 bytes parent folder | download
1
2
3
4
5
""" Macaulay2 Kernel for Jupyter
"""

from .kernel import M2Kernel
from ._version import __version__