We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In https://github.com/mdzik/TCLB_Workshop_2021/blob/main/workshops/30_SIRModelInSpace/part1_SIR_1D_SOLUTION.ipynb
--------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) /tmp/ipykernel_3453/1682242596.py in <module> 1 import numpy as np 2 import os ----> 3 from numba import jit 4 import sys 5 sys.path.append("..") ModuleNotFoundError: No module named 'numba'
Related https://github.com/ggruszczynski/IDUB/issues/61
The text was updated successfully, but these errors were encountered:
works with
numpy==1.20
Sorry, something went wrong.
W binderze nie działa. trzeba w ustawić numpy==1.20 w requirements...
mdzik
No branches or pull requests
In
https://github.com/mdzik/TCLB_Workshop_2021/blob/main/workshops/30_SIRModelInSpace/part1_SIR_1D_SOLUTION.ipynb
Related
https://github.com/ggruszczynski/IDUB/issues/61
The text was updated successfully, but these errors were encountered: