Skip to content

Instantly share code, notes, and snippets.

@arokem
Last active March 30, 2016 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arokem/fce1873952a0b329c1007b44ec2d0b4e to your computer and use it in GitHub Desktop.
Save arokem/fce1873952a0b329c1007b44ec2d0b4e to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"import dipy.data as dpd"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"collapsed": false
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Creating new folder /Users/arokem/.dipy/exp_bundles_and_maps\n",
"Data size is approximately 234MB\n",
"Downloading \"bundles_2_subjects.tar.gz\" to /Users/arokem/.dipy/exp_bundles_and_maps\n",
"Download Progress: [####################] 100.00% of 233.75 MBFiles successfully downloaded to /Users/arokem/.dipy/exp_bundles_and_maps\n"
]
}
],
"source": [
"foo = dpd.fetch_bundles_2_subjects()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.1"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment