While running Transfomer-like models at Jupyter Notebook, it is necessary to manually get a token from HuggingFace website with username/password, paste the token on to the pop-up box and go to the next manually. Developers have to manually click every sections such as In[1], In[2],…,In[66], In[n], In[n+1]…to complete the task at Jupyter Notebook. It is extremely lowest efficient. Can HuggingFace provide an automatic process to let us include such the token into the script and automatically run the whole script at Jupyter Notebook.