Skip to content

Commit

Permalink
[L5-3] Add reference to NumPy supported features by Numba
Browse files Browse the repository at this point in the history
  • Loading branch information
mesnardo committed Aug 21, 2018
1 parent 19b3d1d commit ebee4d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lessons/05_relax/05_03_Iterate.This.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,9 @@
"\n",
"```Python\n",
"@jit(nopython=True)\n",
"```"
"```\n",
"\n",
"Also, you can check [here](https://numba.pydata.org/numba-doc/dev/reference/numpysupported.html) what NumPy features are supported by Numba."
]
},
{
Expand Down

0 comments on commit ebee4d7

Please sign in to comment.