Преглед изворни кода

Remove leftover test code.

Ian Rose пре 6 година
родитељ
комит
846fabeedb
1 измењених фајлова са 0 додато и 12 уклоњено
  1. 0 12
      binder/config2.py

+ 0 - 12
binder/config2.py

@@ -1,12 +0,0 @@
-c.ServerProxy.servers = {
-    'lab-dev': {
-        'command': [
-            'python',
-            '-m',
-            'http.server',
-            '{port}',
-        ]
-    }
-}
-
-c.NotebookApp.default_url = '/lab-dev'