Getting started with Python

Up and running in 5 minutes…

In order to make full use of kendrick you need to be able to install Python packages and run Python code in Jupyter notebooks on your computer. The quickest and easiest way to get started with Jupyter notebooks is by downloading and installing the JupyterLab Desktop (JLD) installer for your operating system from the official github repository.

Note

The first time you start JupyterLab Desktop you additionally need to install the default Python environment from the start menu. To do so you need to hoover and click on the word ‘install’ on the bottom of the start up screen.

Finally you can install or update (with the -U option) the kendrick package from the Python Package index pypi.org by executing this command from a code cell in a Jupyter notebook:

%pip install -U kendrick 

For more information about JupyterLab Desktop see the JLD user guide.

That is it! You now are ready to open up your explore your high resolution mass spectrometry data!