We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ccbdc commit 3c09a57Copy full SHA for 3c09a57
setup.py
@@ -95,8 +95,8 @@ def run(self):
95
'jupyter-run = jupyter_client.runapp:RunApp.launch_instance',
96
],
97
'jupyter_client.kernel_providers' : [
98
- 'spec = jupyter_client.discovery:KernelSpecFinder',
99
- 'pyimport = jupyter_client.discovery:IPykernelFinder',
+ 'spec = jupyter_client.discovery:KernelSpecProvider',
+ 'pyimport = jupyter_client.discovery:IPykernelProvider',
100
]
101
},
102
)
0 commit comments