File: __init__.py

package info (click to toggle)
jupyterlab-pygments 0.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 884 kB
  • sloc: python: 110; makefile: 3; javascript: 1
file content (9 lines) | stat: -rw-r--r-- 209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
from ._version import __version__  # noqa
from .style import JupyterStyle  # noqa


def _jupyter_labextension_paths():
    return [{
        "src": "labextension",
        "dest": "jupyterlab_pygments"
    }]