File: __init__.py

package info (click to toggle)
notebook-shim 0.2.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: python: 507; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 126 bytes parent folder | download
1
2
3
4
5
6
def _jupyter_server_extension_paths():
    return [
        {
            'module': 'notebook_shim.nbserver',
        }
    ]