This is a cli module for RemoteConnect
<Logger cli (DEBUG)>

Start Code

start_code[source]

start_code(port:"Port to Start Code"=10000, password:"Password to Start Code"=None, tunnel:"Tunel Type"='ngrok', authtoken:"Tunnel Authtoken for ngrok"=None)

Starts Code Server

Start Jupyter

start_jupyter[source]

start_jupyter(port:"Port to Start Jupyter"=9000, ui:"Interface to start"='notebook', tunnel:"Tunel Type"='ngrok', authtoken:"Tunnel Authtoken for ngrok"=None, subdomain:"Add a subdomain only for localtunnel"=None, install_code:"Flag to install code"=False, install_julia:"Flag to install code"=False)

Starts Jupyter

 

Start Pluto

start_pluto[source]

start_pluto(port:"Port to Start Jupyter"=9000, tunnel:"Tunel Type"='ngrok', authtoken:"Tunnel Authtoken for ngrok"=None)

Starts Pluto.jl reactive notebook

_convert_size(10240000)
'9.77 MB'

fsize[source]

fsize(fldr:"Pathstring of folder to measure size"='.')