This is an automated email from the ASF dual-hosted git repository. lahirujayathilake pushed a commit to branch agent-framewok-refactoring in repository https://gitbox.apache.org/repos/asf/airavata.git
commit addcefe3173f5a9bfb8711f3fb143783fc5d59e2 Author: lahiruj <[email protected]> AuthorDate: Mon Oct 21 15:03:10 2024 -0400 included cs_login python extension --- .../jupyter/deployments/i-guide/jupyterlab/labconfig/airavata_magics.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/agent-framework/airavata-agent/jupyter/deployments/i-guide/jupyterlab/labconfig/airavata_magics.py b/modules/agent-framework/airavata-agent/jupyter/deployments/i-guide/jupyterlab/labconfig/airavata_magics.py index 7d286f0ab2..f3d91cc447 100644 --- a/modules/agent-framework/airavata-agent/jupyter/deployments/i-guide/jupyterlab/labconfig/airavata_magics.py +++ b/modules/agent-framework/airavata-agent/jupyter/deployments/i-guide/jupyterlab/labconfig/airavata_magics.py @@ -319,3 +319,4 @@ def load_ipython_extension(ipython): ipython.register_magic_function(status_remote) ipython.register_magic_function(terminate_remote) ipython.register_magic_function(run_remote) + ipython.register_magic_function(cs_login)
