pytudes/tools.md
2020-03-21 19:17:53 -07:00

33 lines
729 B
Markdown

# Tools for Publishing Computational Content
## Notebooks
- Jupyter Notebook
- Colab
- Deepnote
- [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
- 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