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 682b208 commit c110604Copy full SHA for c110604
jupyter_server_proxy/config.py
@@ -2,7 +2,7 @@
2
Traitlets based configuration for jupyter_server_proxy
3
"""
4
from notebook.utils import url_path_join as ujoin
5
-from traitlets import Dict, List, Union
+from traitlets import Dict, List, Union, default
6
from traitlets.config import Configurable
7
from .handlers import SuperviseAndProxyHandler, AddSlashHandler
8
import pkg_resources
0 commit comments