You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to send consecutive executable codes to the sage server.
I follow the instructions of sagecell_client.py.
I find that after the code is executed, the socket and session are auto-closed.
Is there a way to stop WebSocket closing after the first code is executed? Or is there any flag to allow the sage server to receive multiple requirements in one channel?