mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
finish kernel shims
This commit is contained in:
parent
35465ebcfe
commit
20a3f1c07b
@ -172,6 +172,8 @@ class TestSection(object):
|
||||
|
||||
shims = {
|
||||
'parallel': 'ipython_parallel',
|
||||
'kernel': 'ipython_kernel',
|
||||
'kernel.inprocess': 'ipython_kernel.inprocess',
|
||||
}
|
||||
|
||||
# Name -> (include, exclude, dependencies_met)
|
||||
|
Loading…
Reference in New Issue
Block a user