Skip to content

Instantly share code, notes, and snippets.

@Zsailer
Created April 11, 2013 23:28
Show Gist options
  • Save Zsailer/5368055 to your computer and use it in GitHub Desktop.
Save Zsailer/5368055 to your computer and use it in GitHub Desktop.
List of dicts returned in IPython's multi-directory webservice ~ "/notebooks/foo/bar"
{ "path": "foo/bar",
"notebooks":[{{"kernel_id":"###","name":"Notebook1","notebook_id":"###"}},{...}],
"directories": ["sub-directory1", "sub-directory2", ...],
"files":["file1","file2",...]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment