please set your last name in the cell below
(e.g. MY_LAST_NAME = "mueller")
and evaluate the cell (Press "Shift"-Return in the cell)
you will then be asked for the password associated to your form (the password was provided to you as part of your previous form generation step)
In [ ]:
# please provide your last name - replacing ... below e.g. MY_LAST_NAME = "schulz"
MY_LAST_NAME = "......"
#----------------------------------------------------------
from dkrz_forms import form_handler, form_widgets
form_info = form_widgets.check_and_retrieve(MY_LAST_NAME)
In [ ]:
# To be completed
In [ ]:
# tob be completed