This Notebook provides a pictorial guidance for installing Python on your system. There are many methods to install Python (like directly from python.org), each with their benefits and drawbacks. This notebook uses Anaconda Navigator to provide a Python environment within Jupyter Notebooks. Anaconda Navigator is chosen because it is a convenient and intuitive tool for managing Python installations and packages with a large footprint in the field of Digital Humanities.
Text-Fabric requires at least Python version 3.7.0, so any Anaconda Navigator from version 5.3.0 (Sept 28, 2018) upwards, would suffice.
The following will show how Anaconda Navigator can be used to provide a Python environment in a Jupyter Notebook environment.
Go to the Anaconda distribution overview page.
Locate the Anaconda Navigator
Before you can download the package you need to log in (or first create an account).
Select the proper download for your machine and run the installer:
Open the Anaconda Navigator and locate the pannel showing 'Jupyter Notebook', click on the gear symbol and select the option 'install application' or just click on the green 'install' button.
After installation the green 'install' button will be replaced with a blue 'Launch' button.
Clicking on the blue 'Launch' button will open a Jupyter Notebook in a browser window. The Jupyter Notebook is running as a webserver on your local machine.
One of the benefits of using Anaconda Navigator is the ability to easily define and manage separate environments with different sets of packages and package versions. This feature is especially useful when applications depend on various, potentially conflicting, packages. The following example configuration demonstrates how to handle such dependencies effectively.