Running openMC after installation

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?

Hi @Tonyjcf, after you open Conda you can choose openmc-env environment. Next click Jupiter notebook (I’m use Jupyter notebook not Jupyter lab).
And if you want to activate terminal in Jupyter Notebook, you can choose in Jupyter notebook and writing :
Source activate openmc-env
Jupyter notebook

Thanks, I figured out that I didnt have jupyter notebook installed inside the new environment and thats why I couldnt use it.