Installing nataΒΆ

Nata is available on PyPI. You can install it by running the following command inside your terminal

pip install nata

It is intended to be used inside a jupyter together with ipywidgets. Hence, you might need to run after the installation

# can be skipped for notebook version 5.3 and above
jupyter nbextension enable --py --sys-prefix widgetsnbextension

and if you want to use it inside JupyterLab (note that this requires nodejs to be installed)

jupyter labextension install @jupyter-widgets/jupyterlab-manager

In case of issues, please visit the installation section of ipywidgets for further details.