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 49a66b8 commit ab24db7Copy full SHA for ab24db7
notebook/config_manager.py
@@ -1,7 +1,9 @@
1
-"""Manager to read and modify config data in JSON files.
2
-"""
3
-# Copyright (c) IPython Development Team.
+# coding: utf-8
+"""Manager to read and modify config data in JSON files."""
+
4
+# Copyright (c) Jupyter Development Team.
5
# Distributed under the terms of the Modified BSD License.
6
7
import errno
8
import glob
9
import io
0 commit comments