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
|
*.bin
|
||||||
*.elf
|
*.elf
|
||||||
*.fbi
|
*.fbi
|
||||||
|
.ipynb_checkpoints
|
||||||
/doc/manual/_build
|
/doc/manual/_build
|
||||||
/build
|
/build
|
||||||
/dist
|
/dist
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue