Skip to content

Run Jupyter notebooks on Azure VMs with Active Directory integration

License

Notifications You must be signed in to change notification settings

neurocode-io/jupyter-azure-ad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupyter-azure-ad

Run Jupyter notebooks on Azure VMs with Active Directory integration

Create an .env file:

cat << EOF > .env
subscriptionId=<your azure subscription id>
spotInstance=true
vmAdminPassword=<someRandomStrin>
# vmSize=Standard_NC24_Promo
vmSize=Standard_NC24
tenantId=<your azure tenantId>
EOF

afterwards you are all set. Just run the make create command to spin everything up

make create

if you want to cleanup all resources, run:

make cleanup

About

Run Jupyter notebooks on Azure VMs with Active Directory integration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published