A Jupyter notebook extension that provides access to Lucien resources through a magic command.
You can install this extension directly from PyPI:
pip install lucien-magic
To load the extension in your Jupyter notebook:
%load_ext lucien_magic
This will create a global object named lucien
in your notebook namespace.