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.gitFor 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 labFor 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
- It might be beneficial to register ngrok authtoken
- 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