Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
property Session.link : Link
Link to the session. Return it from a notebook code cell to display it.- If used inside JupyterLab with
atoti-jupyterlabinstalled, the JupyterLab extension will try to reach the session in this order:
- Jupyter Server Proxy if it is enabled.
f"{session_protocol}//{jupyter_server_hostname}:{session_port}".url.
- If used in another environment,
urlwil be used.
url is used and the session is running on another machine, the link may not be reachable.
In that situation, the session may be reached from f"{public_ip_or_domain_of_machine_hosting_session}:{session_port}".
A path can be added to the link with /.