Welcome to getting started with Cogram! If you are here, then you may have come across cogram.com, and are eager to try it out yourself.

On this page, we'll briefly introduce Cogram, show you how to install it, and finally share with you some tips on how to best use Cogram. This page content is structured as follows:

TL;DR

In a hurry? Then run the following commands in your terminal/command prompt to set up Cogram.

pip install -U jupyter-cogram **
jupyter nbextension enable jupyter-cogram/main
python -m jupyter_cogram --token YOUR_TOKEN
jupyter notebook

Have some time? Then read on...

Cogram: An assistive data science tool

Cogram is a coding assistant for data scientists that makes coding faster and easier. It can write code from instructions in plain English or complete entire blocks of code.

Cogram in action

Cogram in action

Cogram can be used in Jupyter Notebooks, with ongoing work to support JupyterLab, Google Colab, and Kaggle Notebooks. It currently supports Python, Julia, and SQL languages, with more in the pipeline.

Installing and setting up Cogram

Prerequisites