How to mount google drive when using IJulia in google colab?
问题 I am trying to get Julia working in colab. I want to mount gdrive to colab just like in IPython when using IJulia. In ipython I can do it as follows: from google.colab import drive drive.mount('/content/gdrive') I tried following: using PyCall clb = pyimport("google") clb.colab.drive.mount("/content/gdrive") ------------------------------------------------------------------------------------ Warning: Password input may be echoed. Go to this URL in a browser: https://accounts.google.com/o