-
Notifications
You must be signed in to change notification settings - Fork 45
Home
S1 edited this page Jan 15, 2018
·
2 revisions
This page is under construction and will give you a hint on how to use qkit.
- 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
andpyqtgraph
- Clone the git repo, e.g. to
C:\qkit\
- Create your
config\local.py
from the template and adjust the settings likedatadir
etc. - For your notebooks, create a folder like
C:\notebooks
- Start
jupyter notebook
from your notebook dir - Make a new notebook and execute
import qkit; qkit.start()