Installation
Since this not a ‘normal package’ (yet), you need to import it by adding the relative path to the location where the directory /morphkit can be found to the path-search (using sys.path.insert). After this, your notebook will be able to load morphkit.
import sys
sys.path.insert(0, "../../morphkit") # relative to notebook dir
import morphkit
Dependencies
You also need to have install the dependencies:
beta-code-py (for Beta Code ↔ Unicode conversion)
requests (for API calls using HTTP to Morpheus)
Morpheus
Since the purpose of this package it to interface with an Morpheus API endpoint, you need access to such a service. A Morpheus API endpoint can be set up locally, e.g., via the perseidsproject/morpheus-api Docker image.