How to hide secret keys in Google Colaboratory from users having the sharing link?

I would recommand using GCP’s Secret Manager : You get useful features such as rights management (in IAM & Admin), you can update your passwords via Secret versions, etc.. really useful. Pre-requisits: Have a Google Cloud Platform project In the IAM & Admin, you should have the role : “Secret Manager Secret Accessor“ Create a … Read more

What’s the hardware spec for Google Colaboratory? [closed]

You can see the disk information using a command like !df -h. To see CPU specs, !cat /proc/cpuinfo. For memory, !cat /proc/meminfo. Here’s an example notebook: https://colab.research.google.com/notebook#fileId=1_x67fw9y5aBW72a8aGePFLlkPvKLpnBl Edit: Colab now offers a Pro version which offers double the amount of disk available in the free version.

Line Wrapping in Collaboratory Google results

Normally on my own machine, I put this the following css snippit in the ~/.jupyter/custom/custom.css file. pre { white-space: pre-wrap; } But, the above does not work for google colab: I tried creating a file /usr/local/share/jupyter/custom/custom.css, but this didn’t work. Instead, put this in the first cell of your notebook. from IPython.display import HTML, display … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)