File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -187,8 +187,6 @@ open http://localhost:8888/
187187# TODO Fix Default URL, it does not show on startup.
188188# Home page as defined by default_url = '/default'.
189189open http://localhost:8888/simple_ext11/default
190- # HTML static page.
191- open http://localhost:8888/static/simple_ext11/test.html
192190# Content from Handlers.
193191open http://localhost:8888/simple_ext11/params/test? var1=foo
194192# Content from Template.
Original file line number Diff line number Diff line change 11from .application import SimpleApp1
22
33
4- def _jupyter_server_extension_paths ():
4+ def _jupyter_server_extension_points ():
55 return [{"module" : "simple_ext1.application" , "app" : SimpleApp1 }]
Original file line number Diff line number Diff line change 33from .application import SimpleApp11
44
55
6- def _jupyter_server_extension_paths ():
6+ def _jupyter_server_extension_points ():
77 return [{"module" : "simple_ext11.application" , "app" : SimpleApp11 }]
Original file line number Diff line number Diff line change 33from .application import SimpleApp2
44
55
6- def _jupyter_server_extension_paths ():
6+ def _jupyter_server_extension_points ():
77 return [
88 {"module" : "simple_ext2.application" , "app" : SimpleApp2 },
99 ]
You can’t perform that action at this time.
0 commit comments