Skip to content

Commit 24cbfb5

Browse files
author
Steven Silvester
committed
more remaps
1 parent 1559d75 commit 24cbfb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyterlab/coreconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def _only_nonlab(collection):
3333
3434
This is useful to take the default values of e.g. singletons and filter
3535
away the '@jupyterlab/' namespace packages, but leave any others (e.g.
36-
phosphor and react).
36+
lumino and react).
3737
"""
3838
if isinstance(collection, dict):
3939
return dict(

jupyterlab/tests/test_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def get_command(self):
312312
with open(karma_inject_file, 'w') as fid:
313313
fid.write("""
314314
require('es6-promise/dist/es6-promise.js');
315-
require('@phosphor/widgets/style/index.css');
315+
require('@lumino/widgets/style/index.css');
316316
317317
var node = document.createElement('script');
318318
node.id = 'jupyter-config-data';

0 commit comments

Comments
 (0)