Open moellep opened 4 months ago
Please add the pyne library to jupyter for Stephen. He needs access to the pyne.mcnp library. This may be temporary because later versions of mcnp may support hdf5 directly. This is for the pixel project.
https://pyne.io/install/source.html#source
You don't need to run the "nuc_data_make" program after the install - this can be done by the user if necessary.
Also, I needed to add an additional install pip install progress for the from pyne import mcnp to work after the install.
pip install progress
from pyne import mcnp
Please add the pyne library to jupyter for Stephen. He needs access to the pyne.mcnp library. This may be temporary because later versions of mcnp may support hdf5 directly. This is for the pixel project.
https://pyne.io/install/source.html#source
You don't need to run the "nuc_data_make" program after the install - this can be done by the user if necessary.
Also, I needed to add an additional install
pip install progress
for thefrom pyne import mcnp
to work after the install.