Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.86 KB

README.md

File metadata and controls

46 lines (36 loc) · 1.86 KB

jupyterlab-maxfordham

**WARNING**: Any files saved in the root directory or any folders that aren't the  
`work` folder will be deleted between sessions. You **must** save files in the `work`
folder.

This repo is the suggested default environment for Max Fordham's Engineers to develop custom Notebooks and python Apps for Engineering Automation.

The environment includes many external packages as well as internally developed packages that facilitate and support the development of new tools.

In the root of the repo, there are also a handful of tutorial notebooks that aim to demonstrate to new users how Jupyter Notebooks work, the basics of python coding, and showcase some packages for data-visualisation and development of user-interfaces. The Notebooks in these folders can be executed interactively. Note. changes you make to the tutorial notebooks will not be saved into the next session.

In the root you will find:

.
├── ipyautoui-tutorials
├── PythonDataScienceHandbook
├── Visualisation
└── WhirlwindTourOfPython

  • WhirlwindTourOfPython
    • Author: Jake Vanderplas - python Guru, creator of Altair and other python libs.
    • The perfect introduction to pure-python
  • PythonDataScienceHandbook
    • Author: Jake Vanderplas - python Guru, creator of Altair and other python libs.
    • Introdocuces data-manipulation libraries numpy (mathematical arrays) and pandas (dataframes) and associated tools
  • Visualisation
    • Author: various vis packages, compiled by mfcode
    • A selection of examples for python based data-visualisation.
  • ipyautoui-tutorials
    • Author: mfcode
    • Tutorial for making a simple user-input form.