Using Allen_Visual_Behavior_from_SDK with figshare.com

Jupyter Notebook integration

Install
# See https://github.com/PoppinElo/Allen_Visual_Behavior_from_SDK
Private Account information
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.figshare.com/v2/account
Public Articles
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.figshare.com/v2/articles
Public Licenses
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.figshare.com/v2/licenses
SDK on GitHub 📄 API Docs
SDK
Allen_Visual_Behavior_from_SDK
Jupyter Notebook
API
figshare.com
figshare.com
At a glance
Language Jupyter Notebook
Endpoints136
Base URLhttps://api.figshare.com/v2