home directory in google colab GUI sidebar - google-colaboratory

I can't seem to figure out where exactly is a home directory in Google Colab sidebar.
I have created a Test directory in ~/. I can't sort of find where is it in GUI mode. Anything I download in jupyter notebook goes in the content directory but I believe that's not ~. Any kind of help would be appreciated. Thanks

The home directory is /root. A few ways to check:

Related

How do i move the xammp folder on my macbook to desktop?

i got a macbook and installed xampp on it, but i find it very difficult to locate the xampp htdocs folder. is there a way i can move the folder to desktop?
Thanks
i try moving with terminal, moving manually too. doesn't work
You could create a desktop shortcut to the htdocs file, this would allow you to easily click on it and open the file without searching through xaamp's program files.
Moving the entire file wouldn't work as xampp looks for htdocs in its default directory, so moving it would break the system, unless you managed to get xampp to search for htdocs on the desktop, but that could be tricky
To make it a desktop shortcut, read this for help

Google Colab files are gone

Just spent like 8 hours coding in colab. I coded many python files and saved them on this files tab, under sample data but not in sample data. Got off and came back reopened the browser and all my files are gone!
Please help.
I guess this question is more about venting, right?!
Because there is nothing to do, as far as I know.
Obvious tip for next time, use Google Drive to store your scripts.
Playground only provides temporary session, so in order to save any changes, notebook files must be saved.
The easiest way to save Colab notebook is to save it in your Google Drive. Click File > Save a copy in Drive. Once you saved a copy of this tutorial, you can open it from your Google Drive or Colab dashboard
To mount Google Drive, run the below code and go to the link to retrieve the authorization code
from google.colab import drive
drive.mount('/content/gdrive')
Once mounted successfully, your entire Google Drive files should be accessible under /content/gdrive/My\ Drive/
!ls /content/gdrive/My\ Drive
How to use Google Colab
Well this might be a little late but...I just had the same issue as you and I fixed it. I just disconnected/reconnected my Google Drive and refreshed the browser. There is that folder icon in the folder tree with the google drive icon on it. Worth a shot...

Installation problems with h5ai webindex

So i've been trying to install h5ai webindex in my webserver, but the thing is, i can't manage to install it correctly, since h5ai folders insists on showing up, when i open any folder created by me that is listed, and then refresh the page the index reverts to the apache default one. If anyone could help me through the installation process i would be very thankfull.
Any help would be appreciated.
Thanks in advance.
Have you modified the default index-file list, as specified on the h5ai website? It seems your problem is related to that as Apache doesn't seem to care about the h5ai index file.
Also, are you sure you rebooted your web-server?

What is the path that contains all Titanium Installed Modules in Mac?

I have a Mac with Mavericks and the last version of Titanium.
I have installed two modules and I need to modify a file in one module.
But I don't find the path.
Already searched in /Library/Application Support/ but the Titanium Folder not exist (I tried to show hidden folders too, with no results).
Someone knows where are the modules?
Thank you.
From the Finder Click on the go to Folder and do the following steps
1)Type the following ~/library in text field
2)Click on Application Support
3)There you would find titanium and modules folder
Thanks
Finally I have encountered the path.
This is the path: /Users/YOURUSER/Library/Application Support/Titanium/modules

TextMate/Macfusion combo for mounting projects over SSH

Here is my workflow: I use Macfusion to mount a server over SSH, and then edit the root directory of the project in TextMate (using mate /Volumes/server/projectdir). I have a plug in installed that disables refreshing on refresh. This works ALMOST perfectly--the only thing I have problems with is "Find in Project": it's REALLY slow. Has anyone run into this problem before and been able to find any solutions? Currently I go to terminal when I have to do a search, but it would be great to be able to do it in TextMate.
Thanks!
Find in Project is slow no matter what. You probably want something like AckMate