**Describe the bug** When launching the Notebook on Colab, I get ``` ModuleNotFoundError Traceback (most recent call last) [/tmp/ipython-input-3916824123.py](https://localhost:8080/#) in <cell line: 0>() ----> 1 from rdkit import Chem 2 from rdkit.Chem import Draw ModuleNotFoundError: No module named 'rdkit' ``` **To Reproduce** Steps to reproduce the behaviour 1. Click on 'https://colab.research.google.com/github/IUPAC/WFChemCookbook/blob/main/book/manipulations/computing_inchis.ipynb' **Expected behaviour** The Colab should execute the Notebook Yours, Steffen
Describe the bug
When launching the Notebook on Colab, I get
To Reproduce
Steps to reproduce the behaviour
Expected behaviour
The Colab should execute the Notebook
Yours,
Steffen