7 lines
127 B
Python
7 lines
127 B
Python
def _jupyter_server_extension_points():
|
|
return [
|
|
{
|
|
'module': 'notebook_shim.nbserver',
|
|
}
|
|
]
|