Wrapper-Skripte für virtuelle Azure-Maschinen, die von Fast.ai's AWS-alias.sh inspiriert sind
Hoffe das ist nützlich.
Bearbeiten Sie azure-env.sh
je nach Ihrer Umgebung.
# set environment variables and aliases (you MUST do this before executing other commands)
source azure-env.sh
source azure-alias.sh
# start vm
azure-start
# get ip address
azure-ip
# ssh login
azure-ssh
# start jupyter notebook server from local machine
azure-start-jupyter
# open jupyter notebook on local machine
./azure-open-jupyter.sh
# stop and deallocate
azure-stop
MIT