dear openmc users
I installed openmc from source on ubuntu 16.04 as mentioned in the guide, and then install the version 3-5.1.0 of Anaconda. when I “import openmc” module in jupyter notebook. I get a the error massage. ModuleNotFoundError Traceback (most recent call last)
<ipython-input-4-d1f3e06c5152> in <module>()
1 get_ipython().run_line_magic('matplotlib', 'inline')
----> 2 import openmc
ModuleNotFoundError: No module named 'openmc'
best reguard