mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-21 01:11:21 +08:00
4 lines
119 B
Python
4 lines
119 B
Python
# setup.py shim for use with versions of JupyterLab that require
|
|
# it for extensions.
|
|
__import__("setuptools").setup()
|