diff --git a/docs/external_tutorials_collections.rst b/docs/external_tutorials_collections.rst
index fce21b6e..b094a964 100644
--- a/docs/external_tutorials_collections.rst
+++ b/docs/external_tutorials_collections.rst
@@ -13,6 +13,13 @@ If you wish to get started first with a Python programming introduction before d
- `Core lessons `_ by the `Software Carpentry `_: Introduction to Python, Git, command line interfaces and more
- `Best practices for Python, Git and Jupyter `_, a slide deck used in the introduction of our CADD Block course 2021, part of the Master's degree in Bioinformatics curriculum at the Freie Universität (FU) Berlin.
+.. _jupyter_tutorial:
+
+Jupyter notebook tutorials
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+- `The cheat sheet for Jupyter Notebook. `_
+- `How to Use Jupyter Notebook: A Beginner's Tutorial `_
Cheminformatics
~~~~~~~~~~~~~~~
@@ -21,4 +28,4 @@ The following resources are collections of interesting cheminformatics-related t
- `Curated list of resources from the RDKit UGM 2020 `_
- `A Highly Opinionated List of Open Source Cheminformatics Resources `_ by Pat Walters
-- `Awesome Cheminformatics `_ by Yi Hsiao
\ No newline at end of file
+- `Awesome Cheminformatics `_ by Yi Hsiao
diff --git a/docs/installing.rst b/docs/installing.rst
index 5272c7bd..383d7fb7 100644
--- a/docs/installing.rst
+++ b/docs/installing.rst
@@ -32,7 +32,7 @@ Install from the conda package
In this example command, you are setting up your workspace in the current directory ``.``; you can use any other path.
You can always return to your TeachOpenCADD material with ``jupyter lab /path/to/your/teachopencadd/workspace``.
-
+If you need an introduction to Jupyter notebooks, please check :ref:`here`
Install from the latest development snapshot
--------------------------------------------