Hello,
Thank you for your praise. As for your question, I am actually not sure by what you mean to save it in a different file from your Jupyter…
Hello,
Thank you for your praise. As for your question, I am actually not sure by what you mean to save it in a different file from your Jupyter Notebook. As I show you in the article, what is important is when you download the service_key file from the dashboard it would be saved in the JSON format.
This file only needs to be in one folder with your Jupyter Notebook. If you want people other than you to access it, you just need to share this JSON file to the other.
If you really want it to be in the format that python could read, you could always try the pickling method via the Pickle module thou.
Cheers