forked from M-Labs/artiq
examples: add an IPython notebook showcase
This is a small example on how to use the artiq functionality in an IPython notebook. This can be expanded and provides a much more powerful shell than the one integrated in the GUI. Potentially, some shared functionality between this and artiq_client could be factored out.
This commit is contained in:
parent
68891493a3
commit
f14fed5912
|
@ -6,6 +6,7 @@ __pycache__/
|
|||
*.bin
|
||||
*.elf
|
||||
*.fbi
|
||||
.ipynb_checkpoints
|
||||
/doc/manual/_build
|
||||
/build
|
||||
/dist
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue