File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 11import json
22from concurrent .futures import ThreadPoolExecutor
33
4- from jupyter_server .base .handlers import APIHandler
5-
64import psutil
7-
5+ from jupyter_server . base . handlers import APIHandler
86from tornado import web
97from tornado .concurrent import run_on_executor
108
Original file line number Diff line number Diff line change 11from jupyter_server .utils import url_path_join
2+ from tornado import ioloop
23
34from jupyter_resource_usage .api import ApiHandler
45from jupyter_resource_usage .config import ResourceUseDisplay
56from jupyter_resource_usage .metrics import PSUtilMetricsLoader
67from jupyter_resource_usage .prometheus import PrometheusHandler
78
8- from tornado import ioloop
9-
109
1110def load_jupyter_server_extension (server_app ):
1211 """
Original file line number Diff line number Diff line change 11import six
2-
32from traitlets import TraitType
43
54# copy-pasted from the master of Traitlets source
You can’t perform that action at this time.
0 commit comments