fixed jupyterbook error for indented pip install
This commit is contained in:
parent
deaf4c5066
commit
3907a75d1a
@ -69,7 +69,7 @@
|
||||
"source": [
|
||||
"try:\n",
|
||||
" import google.colab # only to ensure that we are inside colab\n",
|
||||
" !pip install diffrax jax jaxlib scipy optax dm-haiku\n",
|
||||
" %pip install diffrax jax jaxlib scipy optax dm-haiku\n",
|
||||
"except ImportError:\n",
|
||||
" print(\"This notebook is running locally, please make sure the packages above are installed\")\n",
|
||||
" pass"
|
||||
|
Loading…
Reference in New Issue
Block a user