Skip to content
S1 edited this page Jan 15, 2018 · 2 revisions

qkit basics

This page is under construction and will give you a hint on how to use qkit.

Installation

  • Get a current python 2.7 anaconda installation on a windows machine (NI-Visa is hard with Linux)
  • Install NI-Visa
  • Install the python packages pyvisa and pyqtgraph
  • Clone the git repo, e.g. to C:\qkit\
  • Create your config\local.py from the template and adjust the settings like datadir etc.
  • For your notebooks, create a folder like C:\notebooks

Startup

  • Start jupyter notebook from your notebook dir
  • Make a new notebook and execute import qkit; qkit.start()
Clone this wiki locally