Skip to content

Commit

Permalink
docs: add Google Colab install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
flekschas authored Aug 27, 2024
1 parent 0387c03 commit 7a83d5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@

#### Online

If you have a Google/Gmail account, you can Run this tutorial from your browser using Colab: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/flekschas/jupyter-scatter-tutorial/blob/main/notebooks/Index.ipynb).
If you have a Google/Gmail account, you can run this tutorial from your browser using Colab: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/flekschas/jupyter-scatter-tutorial/blob/main/notebooks/Index.ipynb).

> [!IMPORTANT]
> You need to manually install Jupyter Scatter when running the notebooks in Google Colab via `!pip install jupyter-scatter`. Make sure to **not** install `jscatter` as that is a different package.
#### Locally

Expand Down

0 comments on commit 7a83d5c

Please sign in to comment.