BCDA-APS / use_bluesky

Tools to help APS use the Bluesky Framework (https://blueskyproject.io/)
8 stars 3 forks source link

Added Jupyter notebooks #25

Closed mdwyman closed 7 years ago

mdwyman commented 7 years ago

Summary of changes: use_bluesky.sh -- added argument "-jupyter" otherwise runs as it did previously install_jupyter_kernel -- creates kernel.json so that notebooks will use a bluesky-style ipython profile install_bluesky_profile_for_ipython.sh -- creates a second profile for use in jupyter notebooks 00-startup-jup.py -- imports proper event handler (install_nb_kicker) for jupyter notebooks

mdwyman commented 7 years ago

@prjemian

Separated kernel creation into new script; updated "Summary of Changes" in original post

prjemian commented 7 years ago

The changes with d483c10 were enough to merge this PR. If you can remove the later changes (commits: bd7d807, 020ae53, ffe7e9b, e6aba84, 528220f) and commit them against #26, then a new PR will re-org the repository.