diff --git a/CourseNotes/GetPython.ipynb b/CourseNotes/GetPython.ipynb
index 883313fecc9b714ed823db359533502be32be755..0e7f532ceb739a379e98f7d6ffe3655f4adf26f0 100644
--- a/CourseNotes/GetPython.ipynb
+++ b/CourseNotes/GetPython.ipynb
@@ -2,6 +2,7 @@
  "cells": [
   {
    "cell_type": "markdown",
+   "id": "e766b8cd",
    "metadata": {},
    "source": [
     "This pages gives recipes on how to get  working on your own machine. It\n",
@@ -32,8 +33,7 @@
     "it will work. *Spyder* also reads and write files is standard text so\n",
     "you can easily transfer to/from CPLab with USB key.\n",
     "\n",
-    "The *Spyder* environment has also been installed on the CPLab, but at\n",
-    "the moment it is still being developed, so it not recommended yet.\n",
+    "The *Spyder* environment has also been installed on the CPLab.\n",
     "\n",
     "The Mac is fundamentally a Unix machine, so you can tailor it to looks\n",
     "very much like the CPLab Linux machines. Do do this you have t do the\n",
@@ -103,7 +103,11 @@
    ]
   }
  ],
+ "metadata": {
+  "language_info": {
+   "name": "python"
+  }
+ },
  "nbformat": 4,
- "nbformat_minor": 5,
- "metadata": {}
+ "nbformat_minor": 5
 }