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.
pull/319/head
Robert Jördens 2016-01-30 18:56:28 -07:00
parent 68891493a3
commit f14fed5912
2 changed files with 342 additions and 0 deletions

1
.gitignore vendored
View File

@ -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