Launch Code , Jupyter or other apps from colab and OEC
-
For development (editable version)
pip install -e . -
For latest version
!pip install -U git+https://github.com/Rahuketu86/RemoteConnect.git
-
Open a colab notebook
-
Install the RemoteConnect package if on colab
!pip install -U git+https://github.com/Rahuketu86/RemoteConnect.git -
For running VSCode on Remote Machine ( Server or Colab)
!start_code --port=<port> --password=<password> --tunnel=<str:ngrok|telebit|localtunnel> -
For running Jupyter on Remote Machine ( Server or Colab)
!start_jupyter --port=<port> --ui=<str:lab|notebook> --tunnel=<str:ngrok|telebit|localtunnel>Default ui options is notebook. To open lab interface pass
--ui lab -
For running Pluto.jl reactive notebook(Only Server)
!start_pluto --port=<port> --tunnel=<str:ngrok|telebit|localtunnel>
-
-
On Remote Server
- It might be beneficial to register ngrok authtoken after installation
- Added Code and Pluto as jupyter server proxy
- Accessible at
Pluto.jlin notebook or/plutoon url - Accessible at
Vscodiumin notebook or/codiumon url
- Accessible at
- Added docserver and bookserver for nbdev and jupyterbook
- Accessible at
docserverin notebook or/docserveron url - Accessible at
bookserverin notebook or/bookserveron url
- Accessible at