!pip list
When I checked the version of pymc3 in , it says 3.8 but
import pimc3 as pm
print(pm.__version__)
If so, the output will be 3.7.How can I install it in 3.8?
python google-colaboratory
The old information may be displayed due to the order in which the cells run.Try restarting from the menu above, Runtime, and running all cells, starting from the cells above.
© 2024 OneMinuteCode. All rights reserved.