Installation¶
From PyPI¶
pip install -U tslumen
From a local file¶
If you have access to a wheel or egg, save it to a local directory and run:
pip install -U tslumen --find-links <package location>
From source¶
To install tslumen from source, download the code (e.g. by cloning the repository), change to the proper directory and execute:
python setup.py install
# or
make install
Extra dependencies¶
To install the extra dependencies and be able to use the interactive
functionality (see tslumen.Dashboard
):
pip install -U tslumen[extras]
Known issues¶
In some cases it might be required to manually enable the widgets. If an ImportError is thrown, referencing ipywidgets, execute the following code:
jupyter nbextension enable --py widgetsnbextension