MicrochipTech / cryptoauth_trustplatform_designsuite

The Trust Platform for CryptoAuthenticationâ„¢ is a combination of multiple elements to simplify the addition of security to any embedded design. This platform includes Hardware protyping tools along with a unique design suite to accelerate the prototyping of the most common use cases.
Other
14 stars 12 forks source link

Azure TFLXTLS notebook does not work #1

Closed fromeijn closed 4 years ago

fromeijn commented 4 years ago
def execute_azure_login(b):
    Azure_login.button_style = azure_account_login()

Azure_login = widgets.Button(description = "Azure login")
Azure_login.on_click(execute_azure_login)

does absolutely nothing

also whats up with TFLXTLS_azure_connect.ipynb & TLFXTLS_azure_connect.ipynb?

I think it has something to do with widgets that are not working, tried the same with some AWS notebooks

adithyayuri commented 4 years ago

Azure_login = widgets.Button(description = "Azure login") is supposed to create a button which directs to Azure login page.

We have seen this issue before when installing ipywidgets python module for the very first time. This seems to be a issue with ipywidgets. This is usually resolved if you reopen the notebook. If you still face the issue I would recommend contacting Microchip Support.

Regarding files TFLXTLS_azure_connect.ipynb & TLFXTLS_azure_connect.ipynb:

  1. TFLXTLS_azure_connect.ipynb is the correct notebook for Azure example.
  2. TLFXTLS_azure_connect.ipynb is a older duplicate version and will be deleted in the next release. Thanks for catching this.