David K. Kim
1 min readApr 12, 2020

--

  • Thank you so much for this awesome article! I just have one question…I want to save my key in a different file from my jupyter notebook as I am planning to share the file with other people. But if I try to import the file using [import sys], it can’t seem to find my service_key json file.
  • I’ m guessing import sys only works for python files (I’ve used it various times). Do you know a way to import the service_key json file to your jupyter notebook if you saved it in a different file from your jupyter notbook file? It would be so helpful. Thank you

--

--