The Azure Notebook service is a managed service that basically provides easy access to Jupyter Notebooks by using the computational power of R, Python, and F#, and users can utilize its numerous visual libraries and share the notebooks both publicly and in a private manner with a shareable link.
Microsoft's Cognitive Toolkit (CNTK) has native support for Azure Notebook services so that Python-based Jupyter Notebooks can be executed with the CNTK framework. For execution in other DL frameworks like TensorFlow, Keras, or Theano, users need to install the respective framework components by using Miniconda or Pip/wheel.
The Azure Notebook services are available at https://notebooks.azure.com/, and leverage the features of free, cloud-based, web-based Jupyter Notebook environments, including facilities for the creation of libraries and numerous...