diff --git a/wiki/pages/notebook.html b/wiki/pages/notebook.html
index bb66c779ba036a629b97dca8e77d3de8a3c07849..85b53065ad441d3248f97e1896bcf47722e44f1e 100644
--- a/wiki/pages/notebook.html
+++ b/wiki/pages/notebook.html
@@ -57,6 +57,7 @@
     top: 0;
     right: 0;
     display: none;
+    cursor: pointer;
   }
   .retrievable {
     display: none;
@@ -85,6 +86,7 @@
       this.cell.style.backgroundColor = '#ff424bff';
       this.cell.style.color = '#ffffff';
       this.cell.style.border = '1px solid black';
+      this.cell.style.cursor = 'pointer';
     }
 
     hoverOnColour() {