Url creation/opening (handler
)#
Classes:
|
Class to create and open urls for use with jupyter notebook server. |
Functions:
|
Open urls. |
- class open_notebook.handler.JupyterUrlHandler(root, host, port, dir_prefix, file_prefix)[source]#
Bases:
object
Class to create and open urls for use with jupyter notebook server.
Methods:
paths_to_urls
(paths[, suffix])Convert paths to urls.
open_paths
(paths[, suffix, new, autoraise])Open paths as urls.