I am unable to get the starter notebook in the Aridihia Workbench. As mentioned in the description i used the following code to get the notebook but it says path does not exist as there is no such folder.
Hi, on the Linux machine please copy the data you need to ‘/files’ folder and then they will be available on ‘files (Z: drive)’ for Windows machine as well.
You can copy files in two ways.
On Linux Desktop: copy a file from ‘/ds_shared_drive’ to ‘/files’ using file system manager (just like you would in Windows)
On Linux terminal:
a) navigate to the share drive folder (example: ‘cd /ds_shared_drive’);
b) copy a file to /files (example: ‘cp train.csv /files’)
Then this file is accessible form Windows machine.
Please let me know if this worked for you.
Regards,
Ned
Hi,
I followed the instructions of several discussions, and the first lines of code seem to work (no warning nor error). I managed to download aicrowd.R file, to download and load R libraries, load the datasets and made some explorations.
But I got an error when I tried to linked with my Aicrowd account.
aicrowd_login(AICROWD_API_KEY)
running command … had status 1
I copy-paste directly from my aicrowd page, so I don’t think I made an error. Do you know what could be the problem?