2019-11-21 22:16:25 +01:00
|
|
|
# Tools for Publishing Computational Content
|
|
|
|
|
2021-07-02 19:54:52 +02:00
|
|
|
## Notebooks: Run on Server; Interact in Browser
|
2019-11-21 22:16:25 +01:00
|
|
|
|
|
|
|
- Jupyter Notebook
|
|
|
|
- Colab
|
|
|
|
- Deepnote
|
2021-07-02 19:54:52 +02:00
|
|
|
- Streamlit.io
|
2019-11-28 08:04:13 +01:00
|
|
|
- [Epiphany](https://epiphany.pub/) "a new blogging experience"
|
|
|
|
- [Klipse](https://github.com/viebel/klipse) Run interactive code in tech blogs
|
2019-11-21 22:16:25 +01:00
|
|
|
- Matlab / R
|
|
|
|
- Mathematica
|
|
|
|
|
2021-07-02 19:54:52 +02:00
|
|
|
## Notebooks: Run and Interact in Browser
|
|
|
|
- - Observable
|
|
|
|
- [Iodide](https://github.com/iodide-project/iodide) Run notebook in the browser
|
|
|
|
- [Pyodide](https://github.com/iodide-project/pyodide) Run Python in the browser
|
2019-11-21 22:16:25 +01:00
|
|
|
|
2021-07-02 19:54:52 +02:00
|
|
|
## Javascript Programming in Browser
|
|
|
|
|
|
|
|
- [Playcode](https://playcode.io/) Full-featured Live javascript IDE
|
|
|
|
- [Code Sandbox](https://codesandbox.io/) Full-featured Live, colaborative javascript IDE
|
|
|
|
- [jsfiddle](https://jsfiddle.net/) Classic javascript snippet site
|
|
|
|
- [jsbin](https://jsbin.com/) Another javascript snippet site
|
|
|
|
- [Code Pen](https://codepen.io/) Yet another javascript snippet site
|
|
|
|
|
|
|
|
## Interesting Full Programming Environments
|
|
|
|
|
|
|
|
- [Jupyter Lab](https://jupyterlab.readthedocs.io/en/stable/)
|
2019-11-21 22:16:25 +01:00
|
|
|
- Kaggle
|
|
|
|
- https://codereef.ai/
|
|
|
|
- Light Table http://lighttable.com/
|
|
|
|
- Bret Victor https://www.newline.co/choc/
|
|
|
|
|
|
|
|
## Publishing Platforms
|
|
|
|
|
2020-06-24 06:10:43 +02:00
|
|
|
- [distill.pub](https://distill.pub/)
|
|
|
|
- [Papers with Code](https://paperswithcode.com/)
|
2021-07-02 19:54:52 +02:00
|
|
|
- [Mathigon]()
|
2019-11-21 22:16:25 +01:00
|
|
|
|
|
|
|
## Debugging Aids
|
|
|
|
|
2020-06-24 06:10:43 +02:00
|
|
|
- [Python Tutor](http://www.pythontutor.com/) (Philip Guo)
|
2021-06-06 07:37:18 +02:00
|
|
|
|
|
|
|
## Project-Based Learning
|
|
|
|
|
|
|
|
- [tuvtran repository](https://github.com/tuvtran/project-based-learning#python)
|