__init__.py 127 B

123456
  1. def _jupyter_server_extension_points():
  2. return [
  3. {
  4. 'module': 'notebook_shim.nbserver',
  5. }
  6. ]