Hello, I installed openMC using conda and following the steps in the installation guide from the website. After the final step, using the command:
conda activate openmc-env
I can see that the left side of my terminal goes from (base) to (openmc-env) indicating that Im now using the openMC environment. My problem is that I dont know how to open a jupyter notebook that lets me load the openmc library from there. Once I activate the openmc environment, it doesnt let me use the command “jupyter lab” , but if I open the jupyter lab before activating the environment, it doesnt let me import the openmc library. What can I do to be able to use jupyter lab and the openmc library?