pytudes/tools.md

33 lines
729 B
Markdown
Raw Normal View History

2019-11-21 22:16:25 +01:00
# Tools for Publishing Computational Content
## Notebooks
- Jupyter Notebook
- Colab
- Deepnote
2019-11-28 08:04:13 +01:00
- [Epiphany](https://epiphany.pub/) "a new blogging experience"
- [Iodide](https://github.com/iodide-project/iodide) Run notebook in the browser
- {Pyodide](https://github.com/iodide-project/pyodide) Run Python in the browser
- [Klipse](https://github.com/viebel/klipse) Run interactive code in tech blogs
2019-11-21 22:16:25 +01:00
- Matlab / R
- Mathematica
## Programming Environments
- Jupyter Lab
- Streamlit.io
- Kaggle
- https://codereef.ai/
- Light Table http://lighttable.com/
- Bret Victor https://www.newline.co/choc/
## Publishing Platforms
- distill.pub
- https://paperswithcode.com/
- https://atlasml.io/
## Debugging Aids
- Python Tutor