From bde59643396d5f6c6255448ec45f4b49ba40248a Mon Sep 17 00:00:00 2001 From: Philip J Clark <Philip.Clark@cern.ch> Date: Wed, 18 Sep 2024 16:14:53 +0100 Subject: [PATCH] minor edit about Spyder --- CourseNotes/GetPython.ipynb | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CourseNotes/GetPython.ipynb b/CourseNotes/GetPython.ipynb index 883313f..0e7f532 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 } -- GitLab