notebook/setup.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
119 B
Python
Raw Normal View History

2022-06-13 23:19:48 +08:00
# setup.py shim for use with versions of JupyterLab that require
# it for extensions.
__import__("setuptools").setup()