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 1559d75 commit 24cbfb5Copy full SHA for 24cbfb5
jupyterlab/coreconfig.py
@@ -33,7 +33,7 @@ def _only_nonlab(collection):
33
34
This is useful to take the default values of e.g. singletons and filter
35
away the '@jupyterlab/' namespace packages, but leave any others (e.g.
36
- phosphor and react).
+ lumino and react).
37
"""
38
if isinstance(collection, dict):
39
return dict(
jupyterlab/tests/test_app.py
@@ -312,7 +312,7 @@ def get_command(self):
312
with open(karma_inject_file, 'w') as fid:
313
fid.write("""
314
require('es6-promise/dist/es6-promise.js');
315
- require('@phosphor/widgets/style/index.css');
+ require('@lumino/widgets/style/index.css');
316
317
var node = document.createElement('script');
318
node.id = 'jupyter-config-data';
0 commit comments