## FAQ ### When I run the notebook, it says "No module named 'ark'" This could be an issue with the `ark_env` Conda environment. Make sure that `ark_env` is activated before opening `jupyter lab`. You can also try to reinstall the package with `pip install ark-analysis`. ### I got an error when running the notebook The functions in `ark` have a lot of error checking built in. This means that if any of the arguments are wrong, you will get a ValueError of some kind. There's a good chance that the error message will tell you in very direct terms what the problem is, so please carefully read the error message. For example, if you get an invalid path error, the error message indicate which part of the path doesn't exist, helping you to troubleshoot. If you're still stuck, please completely close the notebook, and restart everything. If you've exhausted all of these options and are still getting the same error, feel free to open an [issue](https://github.com/angelolab/ark-analysis/issues/new/choose). ### My kernel keeps dying This could be caused by many things. The most common reason may be memory related, please submit an issue. ### How can I help improve this project? If you're interested in helping to add new features and develop this project, please check out our [contributing guidelines](https://ark-analysis.readthedocs.io/en/latest/_rtd/contributing.html). ### I have a different question Feel free to check out our [issues](https://github.com/angelolab/ark-analysis/issues) page. If someone doesn't already have an open issue for your question, feel free to open one yourself.