Skip to main content
  1. Tags/

Tutorial

Markdown logo

A Beginner’s Guide to Markdown: Syntax and Examples

·4 mins
A complete beginner’s guide to Markdown syntax with practical examples, including syntax explanations and code examples. Perfect for writers, developers, and anyone looking to format text efficiently.
colab and ollama

How to Run Ollama on Google Colab

··2 mins
Ollama is a great tool for testing LLMs and Embedding models locally. It’s possible to use this tool in Google Colab, but when you run ollama serve, your script will get stuck in that cell, and you won’t be able to run the following cells. Luckily, the solution is simple and can be done with code.
colab

How to download a folder from Google Colab

··2 mins
Google Colab’s UI from its file browser allows you to download files individually, but does not have an option to download entire directories; the solution is simple and can be done with code.