This is core functionality for RemoteConnect
connect_to_localtunel
(port
, subdomain
=None
)
connect_to_ngrok
(port
, authtoken
=None
)
execute_cmd
(cmd
, show_cmd
=None
, verbose
=True
)
install_jupyter_extension
(NOTEBOOK_EXTENSIONS
, SERVER_EXTENSIONS
, LAB_EXTENSIONS
)
RemoteExecutor
(port
=9000
, tunnel
='ngrok'
, authtoken
=None
, password
=None
, subdomain
=None
, ui
='notebook'
, install_code
=False
, install_julia
=False
)
RemoteCode
(password
=None
, port
=9000
, tunnel
='ngrok'
, authtoken
=None
, subdomain
=None
, ui
='notebook'
, install_code
=False
, install_julia
=False
) :: RemoteExecutor
Install and launch an instance of Remote Code
RemoteJupyter
(ui
='notebook'
, port
=9000
, tunnel
='ngrok'
, authtoken
=None
, password
=None
, subdomain
=None
, install_code
=False
, install_julia
=False
) :: RemoteExecutor
Install and launch an instance of Remote Jupyter
RemotePluto
(port
=9000
, tunnel
='ngrok'
, authtoken
=None
, password
=None
, subdomain
=None
, ui
='notebook'
, install_code
=False
, install_julia
=False
) :: RemoteExecutor
Install and launch an instance of Remote Pluto.jl for Julia