Skip to content

Python jupyter notebooks demonstrating usage of the Qumulo API

License

Notifications You must be signed in to change notification settings

Qumulo/python-notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python jupyter notebooks for using the Qumulo REST API

This reposity is a collection of python jupyter notebooks that help Qumulo users & customers explore and leverage the power of Qumulo's RESTful API.

Setup

  1. Install python 2.7. The Qumulo API bindings are not yet ported to python 3. Many people like the one-stop-shop offered by Anaconda: https://www.continuum.io/downloads
  2. Install pip. There are a number of methods to do that. Many are described here: http://stackoverflow.com/questions/17271319/how-do-i-install-pip-on-macos-or-os-x
  3. Optional, though recommended. Set up python virtual environments via pip install virtualenv
  4. Install jupyter notebook. pip install jupyter
  5. Install Qumulo API python bindings pip install qumulo_api

Getting started.

For the quickest setup of credentials, that will be used by all notebooks, run the following commands with your own credentials:

export API_HOSTNAME={qumulo cluster name}
export API_USER={qumulo user name}
export API_PASSWORD={qumulo password}

Now you're ready to go. From the command line, inside of this locally downloaded repository: $ jupyter-notebook

Navigate to one of the following jupyter notebooks in the notebooks/ folder, or just click the links below if you're browsing on github:

About

Python jupyter notebooks demonstrating usage of the Qumulo API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published