From 1dfd61a69589d92e62bc7356a1ed76b66d096bd6 Mon Sep 17 00:00:00 2001 From: Jasmine Schoch <112601674+jasmine-schoch@users.noreply.github.com> Date: Tue, 12 Sep 2023 17:54:46 -0700 Subject: [PATCH] Update development.md --- source/urchin/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/urchin/development.md b/source/urchin/development.md index 168ff25..7eb8c2a 100644 --- a/source/urchin/development.md +++ b/source/urchin/development.md @@ -141,7 +141,7 @@ py -m twine upload dist/* Every time the github repository is pushed the Heroku server will re-build. You will get back a 503 server response if there are errors in the code running on Heroku. -#### Running code on Colab +## Running code on Colab Colab is a good solution for hosting and running notebooks off of gitub. All the code has to be built in the notebook, as additions within colab will not be saved. Once a Jupyter Notebook is uploaded to GitHub, an open in github button can be made by pasting the github link into https://openincolab.com/. The resulting html can be inserted into a markdown in the top of the notebook, for users to directly run the code in colab.