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 5d1e1e8 commit c621fbfCopy full SHA for c621fbf
contrib/code-server-traitlet/jupyter_notebook_config.py
@@ -1,3 +1,7 @@
1
+# load the config object for traitlets based configuration
2
+c = get_config() # noqa
3
+
4
5
c.ServerProxy.servers = {
6
'code-server': {
7
'command': [
tests/resources/jupyter_server_config.py
def mappathf(path):
p = path + 'mapped'
return p
0 commit comments