PeerHerholz / workshop_weizmann

The repository for the "MRI analysis in Python using Nipype, Nilearn and more” at The Azrieli National Institute for Human Brain Imaging and Research.
https://peerherholz.github.io/workshop_weizmann/
BSD 3-Clause "New" or "Revised" License
13 stars 4 forks source link

No data can be uploaded #5

Open shimayaghoubian opened 10 months ago

shimayaghoubian commented 10 months ago

in Introduction to Visualization in python, I use the following code as indicated in my colab but no data is restored! (the sub_df table is empty). How I can get the data?

%%bash curl --silent --output /dev/null -O participants.tsv sub_df = pd.read_table("participants.tsv") sub_df