From a77ab6ce361a88155ab45fab61a4feae2570f60f Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Thu, 21 Nov 2019 13:16:25 -0800 Subject: [PATCH] Create tools.md --- tools.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 tools.md diff --git a/tools.md b/tools.md new file mode 100644 index 0000000..20dea43 --- /dev/null +++ b/tools.md @@ -0,0 +1,28 @@ +# Tools for Publishing Computational Content + +## Notebooks + +- Jupyter Notebook +- Colab +- Deepnote +- 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