Skip to content

Commit

Permalink
Add copyright notice for adopted jupyter code
Browse files Browse the repository at this point in the history
  • Loading branch information
thangleiter committed Jun 23, 2020
1 parent 9981fe2 commit 0bcc105
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions filter_functions/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,12 @@ def _list_running_servers(runtime_dir: str = None) -> Generator:
directory, and yield dicts of their information, each one pertaining to
a currently running notebook server instance.
Copied from notebook.notebookapp.list_running_servers() (version 5.7.8)
since the highest version compatible with Python 3.5 (version 5.6.0)
has a bug.
Copied from ``notebook.notebookapp.list_running_servers()``:
- Copyright (c) 2001-2015, IPython Development Team
- Copyright (c) 2015-, Jupyter Development Team
All rights reserved.
"""
if runtime_dir is None:
runtime_dir = jupyter_runtime_dir()
Expand Down

0 comments on commit 0bcc105

Please sign in to comment.