Steven Silvester 5 år sedan
förälder
incheckning
24cbfb5468
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      jupyterlab/coreconfig.py
  2. 1 1
      jupyterlab/tests/test_app.py

+ 1 - 1
jupyterlab/coreconfig.py

@@ -33,7 +33,7 @@ def _only_nonlab(collection):
 
     This is useful to take the default values of e.g. singletons and filter
     away the '@jupyterlab/' namespace packages, but leave any others (e.g.
-    phosphor and react).
+    lumino and react).
     """
     if isinstance(collection, dict):
         return dict(

+ 1 - 1
jupyterlab/tests/test_app.py

@@ -312,7 +312,7 @@ class KarmaTestApp(ProcessTestApp):
         with open(karma_inject_file, 'w') as fid:
             fid.write("""
             require('es6-promise/dist/es6-promise.js');
-            require('@phosphor/widgets/style/index.css');
+            require('@lumino/widgets/style/index.css');
 
             var node = document.createElement('script');
             node.id = 'jupyter-config-data';