Skip to content

Commit

Permalink
Update development.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmine-schoch authored Sep 13, 2023
1 parent d7d22c2 commit 1dfd61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/urchin/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 1dfd61a

Please sign in to comment.