Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neurocode-io/jupyter-azure-ad

Run Jupyter notebooks on Azure VMs with Active Directory integration
https://github.com/neurocode-io/jupyter-azure-ad

azure-vms jupyter-azure jupyter-notebooks

Last synced: 3 days ago
JSON representation

Run Jupyter notebooks on Azure VMs with Active Directory integration

Awesome Lists containing this project

README

        

# jupyter-azure-ad
Run Jupyter notebooks on Azure VMs with Active Directory integration

Create an **.env** file:

```
cat << EOF > .env
subscriptionId=
spotInstance=true
vmAdminPassword=
# vmSize=Standard_NC24_Promo
vmSize=Standard_NC24
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
```