Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwcraig/aapt-2017
Slides, links, and notebooks for talk in Jupyter session at AAPT Summer 2017
https://github.com/mwcraig/aapt-2017
Last synced: 20 days ago
JSON representation
Slides, links, and notebooks for talk in Jupyter session at AAPT Summer 2017
- Host: GitHub
- URL: https://github.com/mwcraig/aapt-2017
- Owner: mwcraig
- Created: 2017-07-25T02:40:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-25T04:19:50.000Z (over 7 years ago)
- Last Synced: 2024-12-06T06:25:31.694Z (3 months ago)
- Size: 2.91 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python across the curriculum: From glowscript to Jupyter and beyond
Talk presented at AAPT Summer Meeting 2017
## Talk slides
+ PDF: [aapt-glow-jupyter-2017.pdf](https://github.com/mwcraig/aapt-2017.git)
+ Keynote: https://www.icloud.com/keynote/0EM0Z92rzwQM0meKzc5IvN-Aw#aapt-glow-jupyter-2017
+ PowerPoint: http://physics.mnstate.edu/craig/aapt-glow-jupyter-2017.pptx## spyder
+ Documentation: https://pythonhosted.org/spyder/
+ Short video from presentation: https://youtu.be/zbvErzbnjtU## Jupyter widgets
+ Cosmology notebook with sliders: https://github.com/mwcraig/jupyter-notebook-intro/
+ `reducer` package for calibrating astronomical images: http:/reducer.readthedocs.io
+ `reducer` video form talk: https://youtu.be/MQAdZNgRLVA
+ Tutorial video: https://youtu.be/eWzY2nGfkXk
+ Tutorial materials: https://github.com/mwcraig/scipy2017-jupyter-widgets-tutorial
+ Documentation: http://ipywidgets.readthedocs.io
+ *Where to get help* (gitter.im): https://gitter.im/jupyter-widgets/Lobby## nbgrader
+ Talk at SciPy 2017 by Jess Hamrick: https://youtu.be/5WUm0QuJdFw
+ Documentation: http://nbgrader.readthedocs.io/## binder (Jupyter in the cloud)
+ http://beta.mybinder.org
+ Examples (use Chrome for now):
* VPython: https://goo.gl/m36eWz
* Observational astro: https://goo.gl/RG4uLg
+ *Where to get help* (gitter.im): https://gitter.im/binder-project/binder## conda environment
+ Because you really should use them even though we didn't get there: https://conda.io/docs/using/envs.htmlQuestions? Comments? Additions? let me know!