From 70c902ffec26c3d3abf0a7ccaf5ed741d9cc0f14 Mon Sep 17 00:00:00 2001 From: John Gunstone Date: Fri, 31 Mar 2023 10:43:25 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 393314a..28e0fe2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# mfcode jupyterhub default +# jupyterlab-maxfordham This repo is the suggested default environment for Max Fordham's Engineers to develop custom Notebooks and python Apps for Engineering Automation. @@ -40,4 +40,4 @@ In the root you will find: - Tutorial for making a simple user-input form. - ipyrun-tutorials - Author: mfcode - - Tutorial for making a simple app. \ No newline at end of file + - Tutorial for making a simple app. From 18a57019f56e58ae65c33cd2a1850c66b5bb5c63 Mon Sep 17 00:00:00 2001 From: John Gunstone Date: Fri, 31 Mar 2023 10:45:34 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28e0fe2..cd16fa3 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ In the root you will find: ``` - [WhirlwindTourOfPython](https://jakevdp.github.io/WhirlwindTourOfPython/) - - Author: [Jake Vanderplas](http://vanderplas.com/) - python Guru at Google + - Author: [Jake Vanderplas](http://vanderplas.com/) - python Guru, creator of Altair and other python libs. - The perfect introduction to pure-python - [PythonDataScienceHandbook](https://jakevdp.github.io/PythonDataScienceHandbook/) - - Author: [Jake Vanderplas](http://vanderplas.com/) - python Guru at Google + - Author: [Jake Vanderplas](http://vanderplas.com/) - python Guru, creator of Altair and other python libs. - Introdocuces data-manipulation libraries numpy (mathematical arrays) and pandas (dataframes) and associated tools - Visualisation